summaryrefslogtreecommitdiff
path: root/releasenotes/notes/idrac-add-redfish-bios-support-3633d2fc94d31f62.yaml
blob: 58d575632226ecb30d2e6cf3b986f8c6491caf95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
features:
  - |
    Adds support for managing BIOS settings via the Redfish out-of-band
    (OOB) management protocol to the ``idrac`` hardware type. The new
    hardware BIOS interface implementation which offers it is named
    ``idrac-redfish``.

    The ``idrac`` hardware type declares support for that new interface
    implementation, in addition to all BIOS interface implementations it
    has been supporting. The highest priority BIOS interface remains the
    same, the one which relies on the Web Services Management (WS-Man)
    OOB management protocol. The new ``idrac-redfish`` immediately
    follows it. It now supports the following BIOS interface
    implementations, listed in priority order from highest to lowest:
    ``idrac-wsman``, ``idrac-redfish``, and ``no-bios``.

    For more information, see `story 2008100
    <https://storyboard.openstack.org/#!/story/2008100>`_.