Need to rewrite format of "check_networks" result attribute
Registered by
Julia Aranovich
Now we have the following output format of 'check_networks' task result attribute:
{error: ['cidr', 'gateway'], ids: [1,2,..]}, where 'ids' are invalid network ids (empty list in case of networking parameters error), 'error' list contains names of invalid fields.
Due to such structure:
1. it's impossible to display networking parameters errors on UI;
2. it's impossible to distinguish what fields from an 'error' list are invalid for the specific network.
So, to solve these problems I suggest to rewrite task result output format in this way:
{networks: {<network_id>: [<network_
Blueprint information
- Status:
- Not started
- Approver:
- Vitaly Kramskikh
- Priority:
- Undefined
- Drafter:
- Julia Aranovich
- Direction:
- Needs approval
- Assignee:
- Aleksey Kasatkin
- Definition:
- Discussion
- Series goal:
- Accepted for future
- Implementation:
-
Not started
- Milestone target:
-
next
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
(?)
Work Items
Dependency tree

* Blueprints in grey have been implemented.