Update the guide for pxe_ssh to vbmc migration include pxe_ipmitool

Change-Id: Ib16950df6e562a89f6298426b74d0f0134853ef8
Signed-off-by: Michael Lammon <mlammon@redhat.com>
This commit is contained in:
Michael Lammon 2017-04-26 18:23:59 -04:00
parent d6ea7a94a4
commit 0243f69c95
1 changed files with 25 additions and 1 deletions

View File

@ -102,7 +102,31 @@ their drivers and certain driver properties:
--driver-info ipmi_username="admin" \
--driver-info ipmi_password="password"
Then check that everything is populated properly:
In the case of bare metal service in the overcloud, you will first have to
configure the deployment to include the pxe_ipmitool driver, then rerun the
deployment command,
for example:
.. code-block:: yaml
parameter_defaults:
IronicEnabledDrivers:
- pxe_ipmitool
- pxe_ssh
Before updating to Pike release, make sure to remove the pxe_ssh driver from the
deployment configuration, as it will be removed from Ironic, then rerun
the deployment command,
for example:
.. code-block:: yaml
parameter_defaults:
IronicEnabledDrivers:
- pxe_ipmitool
To validate after updating deployment and verify everything is populated properly:
.. code-block:: bash