Add notes on Redfish boot mode management

Change-Id: I70f717df4d1c46af559834a7d9d37df7f212c217
This commit is contained in:
Ilya Etingof 2018-08-03 14:33:28 +02:00
parent fecdb9a78c
commit 27ce134fb4
2 changed files with 20 additions and 4 deletions

View File

@ -88,6 +88,22 @@ a node with the ``redfish`` driver. For example:
For more information about enrolling nodes see :ref:`enrollment`
in the install guide.
Features of the ``redfish`` hardware type
=========================================
Boot mode support
^^^^^^^^^^^^^^^^^
The ``redfish`` hardware type can read current boot mode from the
bare metal node as well as set it to either Legacy BIOS or UEFI.
.. note::
Boot mode management is the optional part of the Redfish specification.
Not all Redfish-compliant BMCs might implement it. In that case
it remains the responsibility of the operator to configure proper
boot mode to their bare metal nodes.
.. _Redfish: http://redfish.dmtf.org/
.. _Sushy: https://git.openstack.org/cgit/openstack/sushy
.. _TLS: https://en.wikipedia.org/wiki/Transport_Layer_Security

View File

@ -203,10 +203,10 @@ steps on the ironic conductor node to configure the PXE UEFI environment.
boot device is set to network/pxe.
.. note::
Some drivers, e.g. ``ilo`` and ``irmc``, support automatic setting of the
boot mode during deployment. This step is not required for them. Please
check :doc:`../admin/drivers` for information on whether your driver
requires manual UEFI configuration.
Some drivers, e.g. ``ilo``, ``irmc`` and ``redfish``, support automatic
setting of the boot mode during deployment. This step is not required
for them. Please check :doc:`../admin/drivers` for information on whether
your driver requires manual UEFI configuration.
.. note::
For more information on configuring boot modes, see :ref:`boot_mode_support`.