Change-Id: I934b1d00b90c714c291a76175acc20961b176744
1.6 KiB
baremetal
Baremetal v1
baremetal import
Import baremetal nodes
baremetal import
os baremetal import
[ --service-host <service_host> ]
[ --json | --csv ]
<file_in>
--service-host <service_host>
Nova compute service host to register nodes with (default None)
--json
Input file is in json format
--csv
Input file is in csv format
--initial-state [enroll|available]
Provision state to set on newly-enrolled nodes. To use "enroll" state, OS_BAREMETAL_API_VERSION must be at least 1.11. (default: "available")
Filename to be imported
baremetal introspection bulk start
Begin introspection of all baremetal nodes
baremetal introspection bulk start
os baremetal introspection bulk start
baremetal introspection bulk status
Get status of node introspection
baremetal introspection bulk status
os baremetal introspection bulk status
baremetal configure boot
Configure boot devices for all baremetal nodes
baremetal configure boot
os baremetal configure boot
[ --deploy-kernel <image_name> ]
[ --deploy-ramdisk <image_name> ]
--deploy-kernel <name>
Image name with kernel which should be used for boot config.
--deploy-ramdisk <name>
Image name with ramdisk which should be used for boot config.