65d5066394
This change fixes the 'redfish' BIOS interface 'apply_configuration' cleaning/deploy step to work with Redfish Services that must be supplied the Distributed Management Task Force (DMTF) Redfish standard @Redfish.SettingsApplyTime annotation [1] to specify when to apply the requested settings, such as the Dell EMC integrated Dell Remote Acesss Controller (iDRAC). Such services, typically offered by baseboard management controllers (BMC), require POST of the annotation, along with the future intended state of the settings. Otherwise, they may never be applied. When the annotation is not supported, it is not provided with the future intended state of the settings. [1] http://redfish.dmtf.org/schemas/DSP0266_1.11.0.html#settings-resource Co-Authored-By: Eric Barrera <eric_barrera@dell.com> Co-Authored-By: Aija Jauntēva <aija.jaunteva@dell.com> Co-Authored-By: Mike Raineri <mraineri@gmail.com> Story: 2008163 Task: 40913 Depends-On: https://review.opendev.org/#/c/750020/ Change-Id: I28a948f306b40c36b12e6f786e1e43a61e84a0f2
15 lines
583 B
YAML
15 lines
583 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes ``redfish`` BIOS interface ``apply_configuration`` cleaning/deploy
|
|
step to work with Redfish Services that must be supplied the Distributed
|
|
Management Task Force (DMTF) Redfish standard
|
|
``@Redfish.SettingsApplyTime`` annotation [1] to specify when to apply the
|
|
requested settings, such as the Dell EMC integrated Dell Remote Acesss
|
|
Controller (iDRAC).
|
|
|
|
For more information, see `story 2008163
|
|
<https://storyboard.openstack.org/#!/story/2008163>`_.
|
|
|
|
[1] http://redfish.dmtf.org/schemas/DSP0266_1.11.0.html#settings-resource
|