ironic/releasenotes/notes/supermicro-redfish-override-enabled-aa51686ed33d3061.yaml
Dmitry Tantsur af4a7b0d9c Prepare 16.2 and clean up release note
Change-Id: I6e5f0e560f3f125a83e0514c10bee664c17663f2
2021-02-11 13:12:04 +01:00

16 lines
752 B
YAML

---
fixes:
- |
When Ironic configures the BootSourceOverrideTarget setting via Redfish,
on Supermicro BMCs it must always configure BootSourceOverrideEnabled or
that will revert to default (Once) on the BMC, see `story 2008547
<https://storyboard.openstack.org/#!/story/2008547>`_ for details.
This is different than what is currently implemented for other BMCs in
which the BootSourceOverrideEnabled is not configured if it matches the
current setting (see `story 2007355
<https://storyboard.openstack.org/#!/story/2007355>`_).
This requires that ``node.properties['vendor']`` be ``supermicro`` which
will be set on transition to ``manageable`` based on the Redfish system
object or can be set manually.