1ce5005cd6
Early airshipctl usage has identified the need to eject virtual media on-demand using airshipctl in order to prevent booting from stuck media. This change adds a command to eject all virtual media attached to a baremetal node. Change-Id: Id67fa00489093dcb84ce54216e0553fa6a737ea6 Signed-off-by: Drew Walters <andrew.walters@att.com>
20 lines
549 B
Plaintext
20 lines
549 B
Plaintext
Perform actions on baremetal hosts
|
|
|
|
Usage:
|
|
baremetal [command]
|
|
|
|
Available Commands:
|
|
ejectmedia Eject media attached to a baremetal host
|
|
help Help about any command
|
|
isogen Generate baremetal host ISO image
|
|
poweroff Shutdown a baremetal host
|
|
poweron Power on a host
|
|
powerstatus Retrieve the power status of a baremetal host
|
|
reboot Reboot a host
|
|
remotedirect Bootstrap the ephemeral host
|
|
|
|
Flags:
|
|
-h, --help help for baremetal
|
|
|
|
Use "baremetal [command] --help" for more information about a command.
|