ironic/releasenotes/notes/new_capabilities-5241619c4b46a460.yaml
Nisha Agarwal cdab37f699 Add the new capabilities to the iLO InspectInterface
This patch adds the new capabilities to iLO InspectInterface
as listed in the specification. It requires proliantutils
version >=2.4.0 for these new capabilities.

This patch also removes three capabilities keys from
iLO InspectInterface - ``max_raid_level``, ``BootMode``, and
``sr_iov_devices``.
max_raid_level - It cannot be discovered out-of-band using
proliantutils. The capability is set during RAID configuration
as ``raid_level`` instead.
sr_iov_devices - It cannot be discovered out-of-band. Required
Inband mechanism to discover this.
BootMode - This capability required Nova to change as the value
was supposed to be a list of supported boot modes on the system.
Nova asked to implement the Boolean capabilities instead.

Partial-Bug: 1599425

Change-Id: I64c3e471d55c2020204cf7a20e50c399e43eccf7
2017-08-17 05:01:20 -07:00

29 lines
763 B
YAML

---
features:
- |
Adds support for the following Boolean capabilities keys to
``ilo`` inspect interface:
* ``sriov_enabled``
* ``has_ssd``
* ``has_rotational``
* ``rotational_drive_4800_rpm``
* ``rotational_drive_5400_rpm``
* ``rotational_drive_7200_rpm``
* ``rotational_drive_10000_rpm``
* ``rotational_drive_15000_rpm``
* ``logical_raid_level_0``
* ``logical_raid_level_1``
* ``logical_raid_level_2``
* ``logical_raid_level_10``
* ``logical_raid_level_5``
* ``logical_raid_level_6``
* ``logical_raid_level_50``
* ``logical_raid_level_60``
* ``cpu_vt``
* ``hardware_supports_raid``
* ``has_nvme_ssd``
* ``nvdimm_n``
* ``logical_nvdimm_n``
* ``persistent_memory``