ironic/releasenotes/notes/ipmi-hardware-type-c536fbeeae610147.yaml
Dmitry Tantsur 797544316e Add hardware type for IPMI using ipmitool
Created a new Python module ironic.drivers.ipmi to contain all
supported IPMI-related drivers (both new and old).
Backward compatible aliases are left at old locations.

Change-Id: I526b8505d08b25b668af76d3fcd8f2feab31e420
Partial-Bug: #1524745
2017-01-26 14:22:23 +01:00

9 lines
368 B
YAML

---
features:
- |
Introduces new hardware type ``ipmi`` for IPMI-compatible hardware.
This type is enabled by default. Uses ``ipmitool`` utility under the hood,
similar to existing classic drivers ``pxe_ipmitool`` and
``agent_ipmitool``. Supports both types of serial console: via
``shellinabox`` and via ``socat``, both are disabled by default.