af4a7b0d9c
Change-Id: I6e5f0e560f3f125a83e0514c10bee664c17663f2
16 lines
752 B
YAML
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.
|