335f6b4fd1
Make iLO BIOS interface clean steps asynchronous to ensure the BIOS settings on the node are consistent with the settings stored in the database. Node goes through the power cycle after the settings are applied. Once the node reboots, ironic gets the current settings from the node, caches the settings in the database, checks for any errors from the status message and marks the clean step as failed or success accordingly. Change-Id: I00deaa2f2b68d2a34f8592ea20c36349a87d6c23 Story: #2004066 Task: #27074
9 lines
354 B
YAML
9 lines
354 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Makes all ``ilo`` driver BIOS interface clean steps as asynchronous. This is
|
|
required to ensure the settings on the baremetal node are consistent with
|
|
the settings stored in the database irrespective of the node clean step
|
|
status. Refer bug `2004066
|
|
<https://storyboard.openstack.org/#!/story/2004066>`_ for details.
|