440117ffcd
The standalone baremetal cli was introduced in Ussuri as a direct replacement for "openstack baremetal" commands, which have since been removed from openstackclient. This change updates all "openstack baremetal" calls to "baremetal" calls without regard for the overall correctness of the documentation, but at least it is calling a command which actually exists. Change-Id: I85fa3a5dddc5e0815a9650019504336e7feccf81
902 B
902 B
Ready-state configuration
Note
Ready-state configuration currently works only with Dell DRAC machines.
Ready-state configuration can be used to prepare bare-metal resources for deployment. It includes BIOS configuration based on a predefined profile.
Define the target BIOS configuration
To define a BIOS setting, list the name of the setting and its target value for each profile:
{
"compute" :{
"bios_settings": {"ProcVirtualization": "Enabled"}
}
}
Trigger the ready-state configuration
Make sure the nodes have profiles assigned as described in profile_matching
. Create a
JSON file with the target ready-state configuration for each profile.
Then trigger the configuration:
baremetal configure ready state ready-state.json