Files
tripleo-docs/deploy-guide/source/provisioning/ready_state.rst
Alex Schultz c6918e5da6 Migrate install to deploy-guide
The deployment guide is currently pointed at triplo-docs but it has been
requested that we actually publish a deployment guide. This change
extracts many of the installation doc pages and moves them into the
deploy-guide source tree.  Once the deploy-guide is published, we will
follow up to reference the deployment guide from tripleo-docs.

Change-Id: I0ebd26f014180a92c6cf4ab0929d99b2d860796f
2019-08-16 15:42:17 -06: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