Baremetal v1
Import baremetal nodes
os baremetal import
[ --service-host <service_host> ]
[ --json | --csv ]
<file_in>
Nova compute service host to register nodes with (default None)
Input file is in json format
Input file is in csv format
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
Begin introspection of all baremetal nodes
os baremetal introspection bulk start
Get status of node introspection
os baremetal introspection bulk status
Configure boot devices for all baremetal nodes
os baremetal configure boot
[ --deploy-kernel <image_name> ]
[ --deploy-ramdisk <image_name> ]
Image name with kernel which should be used for boot config.
Image name with ramdisk which should be used for boot config.