ironic/releasenotes/notes/ipmi-noop-mgmt-8fad89dc2b4665b8.yaml
Dmitry Tantsur d42bd9a77b Add "noop" management and use it in the "ipmi" hardware type
The new management interface targets hardware that does not correctly
support changing the boot device via IPMI. For example, some hardware
was reported to break the configured boot order in this case. Using
the "noop" management will allow operators to pre-define the boot order
as PXE -> DISK.

Change-Id: Iae2837b100905e9e06cc2cd2614f0af81bf13752
Story: #2003203
Task: #23359
2018-08-07 13:25:50 +00:00

8 lines
311 B
YAML

---
features:
- |
Adds support for the new ``noop`` interface to the ``ipmi`` hardware type.
This interface targets hardware that does not correctly change boot mode
via the IPMI protocol. Using it requires pre-configuring the boot order
on a node to try PXE, then fall back to local booting.