Imre Farkas 8d7d3b16a7 Document ready-state configuration
Change-Id: I4fc8448eb675073c3eed1d0cae77193306d37c4d
2016-04-12 12:27:51 +02:00

912 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:

openstack baremetal configure ready state ready-state.json