CLI for racks
Registered by
Jiří Stránský
Allow management of racks through CLI.
(lifeless)This is just a bug, no? That is, a tuskar feature not exposed in the CLI.
Blueprint information
- Status:
- Complete
- Approver:
- Jiří Stránský
- Priority:
- High
- Drafter:
- Jiří Stránský
- Direction:
- Approved
- Assignee:
- Jiří Stránský
- Definition:
- Obsolete
- Series goal:
- None
- Implementation:
- Needs Code Review
- Milestone target:
- None
- Started by
- Jiří Stránský
- Completed by
- Jay Dobies
Related branches
Related bugs
Sprints
Whiteboard
tuskar rack-list
tuskar rack-show <name or id>
tuskar rack-create <name> \
--subnet=
--capacitie
--slots=1 --resource-class=1
tuskar rack-update <name or id>
# same possible args as for rack-create plus --name
tuskar rack-delete <name or id>
tuskar rack-add-node <rack name or id> <node id>
tuskar rack-remove-node <rack name or id> <node id>
(?)
Work Items
Work items:
* rack-list: DONE
* rack-show: DONE
* rack-create: DONE
* rack-update: DONE
* rack-delete: DONE
* rack-add-node: DONE
* rack-remove-node: DONE