
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
9 lines
368 B
YAML
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.
|