Files
ironic/releasenotes/notes/irmc-add-clean-step-reset-bios-config-a8bed625670b7fdf.yaml
Dmitry Tantsur de581d5518 Release notes clean up for the next release
Change-Id: I4b911928bcdb65a9950dfe955afc5a4f554d9bd1
2017-08-08 14:30:02 +02:00

21 lines
941 B
YAML

---
features:
- Adds new boot interface named ``irmc-pxe`` for PXE booting
FUJITSU PRIMERGY servers.
- Adds clean step ``restore_irmc_bios_config`` to restore BIOS config
for a node with an ``irmc``-based driver during automatic cleaning.
upgrade:
- Adds new configuration option
``[irmc]clean_priority_restore_irmc_bios_config``, which
enables setting priority for the ``restore_irmc_bios_config`` clean step.
The default value for this option is 0, which means the clean step
is disabled.
deprecations:
- The use of the ``pxe`` boot interface with the ``irmc`` hardware typed has
been deprecated. It is recommended for to switch to the new ``irmc-pxe``
boot interface as soon as possible.
issues:
- The ``restore_irmc_bios_config`` clean step does not work for nodes using
the ``pxe`` boot interface with the ``irmc`` hardware type.
The ``irmc-pxe`` boot interface has to be used instead.