ironic/releasenotes/notes/oneview-hardware-type-69bbb79da434871f.yaml
Hugo Nicodemos b7eec1560c Add hardware type for HPE OneView
Adds hardware type 'oneview' for HPE OneView supported
servers. 'oneview' hardware type supports deploy interfaces:
'oneview-iscsi' and 'oneview-direct' based on 'iscsi' and
'direct' deploy interfaces respectively, using 'pxe' boot.

Change-Id: I0e32f235d985016bac0272d4ad3c8edd9edda3c7
Closes-Bug: #1705544
2017-08-02 13:24:31 +00:00

17 lines
522 B
YAML

---
features:
- |
Add a new hardware type ``oneview`` for HPE OneView supported
servers. ``oneview`` hardware type supplies support following
driver interfaces:
* boot: ``pxe``
* console: ``no-console``
* deploy: ``oneview-direct`` and ``oneview-iscsi``
(Based on 'direct' and 'iscsi' respectively)
* inspect: ``oneview`` and ``no-inspect``
* management: ``oneview``
* network: ``flat``, ``neutron`` and ``no-op``
* power: ``oneview``
* raid: ``no-raid`` and ``agent``