ironic/releasenotes/notes/added-redfish-driver-00ff5e3f7e9d6ee8.yaml
Lucas Alvares Gomes c21149454a Add redfish driver
This patch is adding a redfish driver based on the sushy library. This
is just a basic driver that currently supports:

* Power: Hard power on/off/reboot, soft power off/reboot
* Management: Setting the boot device (PXE, disk, cd-rom and bios)
              and its frequency (persistent or not)
* Management: NMI Injection
* SSL authentication

Unittest coverage for the redfish modules is now in 100%, let's try to
keep it this way (-:

Documentation and DevStack updates will be done on subsequent patches.

Partial-Bug: #1526477
Change-Id: I14470edff65cd14bb73263ec7310559a8eaa6c84
2017-04-21 11:06:24 +01:00

13 lines
380 B
YAML

---
features:
- |
Adds support for Redfish with:
* ``redfish`` hardware type
* ``redfish`` power interface that provides hard power
[on, off, reboot] and soft power [off, reboot]
* ``redfish`` management interface to set the boot device (PXE, disk,
cd-rom and bios) and its frequency (persistent or not); and NMI
injection SSL authentication