Files
tripleo-docs/doc/source/install/advanced_deployment/ready_state.rst
Emilien Macchi 6cd603610b Update docs structure
The upstream docs structure is changing, so this change updates our
existing docs into contributor and install guide sections.

Change-Id: I37fabd25fdda6bc56fcfb331b74e3294e31e68bb
2017-07-07 20:04:52 +00:00

32 lines
912 B
ReStructuredText

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
:doc:`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