e7664a161d
- Adds new boot interface 'irmc-pxe'. Deprecates 'pxe' boot interface from using with hardware type 'irmc'. - Adds functions backup_bios_config and restore_bios_config to iRMC management interface for implementing the BIOS BACKUP/RESTORE mechanism supporting iRMC S4 hardware. The function backup_bios_config() will be called automatically before deploying. - Adds clean step restore_irmc_bios_config to restore BIOS config for a node during automatic cleaning. Change-Id: I04aa5bc2f5e287e048d0b52fee123e53ae2eaa99 Partial-Bug: #1639688
17 lines
760 B
YAML
17 lines
760 B
YAML
---
|
|
features:
|
|
- Adds new boot interface named ``irmc-pxe``.
|
|
- Adds clean step ``restore_irmc_bios_config`` to restore BIOS config
|
|
for a node during automatic cleaning.
|
|
upgrade:
|
|
- Adds new configuration option
|
|
``[irmc]clean_priority_restore_irmc_bios_config``, which
|
|
enables setting priority for the clean step. Default value for
|
|
this option is 0, which means the clean step is disabled.
|
|
deprecations:
|
|
- Deprecates the boot interface ``pxe`` from using with hardware type
|
|
``irmc``. It is recommended for operator to switch to use the boot
|
|
iterface ``irmc-pxe`` as soon as possible. Using the interface
|
|
``pxe`` with ``irmc`` drivers will cause the reset bios feature
|
|
not to work even the priority option is set to enable.
|