5 Commits

Author SHA1 Message Date
linggao
f5823b20bc Modifies CLI to show nodes by instance uuid
This patch updates the node-show subcommand for ironic so that it
shows the node that matches the given instance UUID.
ironic node-show [--instance] id
It also updates node-list subcommand so that it can show all the
nodes that have instance UUID associated or the opposite.
ironic node-list [--associated true|false]
This patch also fixes a few strings for i18n support.

Change-Id: I2aec9ba6e296e0d1db9f3ef9eed7236ecfb32cf6
Closes-Bug: #1239026
2013-11-13 21:56:23 +00:00
Lucas Alvares Gomes
ce93dd5ce1 Add node-set-power-state to cli
Add the node-set-power-state command to allow changing the power state
of a node using the cli.

Change-Id: I176bfe54db84e1c5677f7955b9cf247f0d09be4e
2013-11-01 17:42:50 +00:00
Lucas Alvares Gomes
f58affc3f6 Add node-port-list
List the ports contained on a specifc node.

Change-Id: I3172ac981cb790014849c705a1571b25104a9280
Closes-Bug: #1236638
2013-10-15 16:57:59 +01:00
Lucas Alvares Gomes
cc66495430 Implement *-update commands to resrouces
Added node-update, chassis-update and port-update commands for v1.

Change-Id: I051841fce2872f1e19f95117e8827d7a2b1b521c
2013-09-30 16:59:14 +01:00
Devananda van der Veen
c5deb28ea1 Implement Node commands
Implement show, list, create, and delete for Nodes,
and add unit tests.

Change-Id: I77f95e9ad4d27d21682d202a5a410ab7f974a78d
2013-09-25 19:16:20 -07:00