summaryrefslogtreecommitdiff
path: root/releasenotes/notes/supermicro-redfish-override-enabled-aa51686ed33d3061.yaml
blob: e1905d91016a135d2ae8dab6c5763a11fe374f26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
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.