ironic/releasenotes/notes/add-cisco-ucs-hardware-types-ee597ff0416f158f.yaml
Ruby Loo d85d029520 [reno] update
Updates several release notes to fix links, address grammatical
issues and other minor cleanup.

Change-Id: I8ed7206badad49516016d413c074ce12ade2d907
2017-08-15 13:26:20 -04:00

24 lines
975 B
YAML

---
features:
- |
Adds two new hardware types to support Cisco UCS Servers,
``cisco-ucs-standalone`` and ``cisco-ucs-managed``.
``cisco-ucs-standalone`` supports driver interfaces for controlling UCS
servers in standalone mode via either CIMC APIs or via IPMI.
``cisco-ucs-managed`` is a superset of ``cisco-ucs-standalone`` and
supports additional driver interfaces for controlling the UCS server via
UCSM.
To support these hardware types the following Ironic driver interfaces were
made available to be configured on a node:
* ``node.power_interface`` can be set to:
* ``cimc`` for CIMC API power control (power on/off, reboot, etc.)
* ``ucsm`` for UCSM API power control (power on/off, reboot, etc.)
* ``node.management_interface`` can be set to:
* ``cimc`` for CIMC API management control (setting the boot device, etc.)
* ``ucsm`` for UCSM API management control (setting the boot device, etc.)