62579800fb
This change adds idrac hardware type support of an inspect interface implementation that utilizes the Redfish out-of-band (OOB) management protocol and is compatible with the integrated Dell Remote Access Controller (iDRAC) baseboard management controller (BMC). It is named 'idrac-redfish'. The idrac hardware type declares support for that new interface implementation, in addition to all inspect interface implementations it has been supporting. The highest priority inspect interfaces remain the same, those which rely on the Web Services Management (WS-Man) OOB management protocol. The new 'idrac-redfish' immediately follows those. Co-Authored-By: Richard G. Pioso <richard.pioso@dell.com> Change-Id: I6d8f5cd629e2e17eb86b6f8154a605050e0c7abe
19 lines
910 B
YAML
19 lines
910 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds ``idrac`` hardware type support of an inspect interface
|
|
implementation that utilizes the Redfish out-of-band (OOB)
|
|
management protocol and is compatible with the integrated Dell
|
|
Remote Access Controller (iDRAC) baseboard management controller
|
|
(BMC). It is named ``idrac-redfish``.
|
|
|
|
The ``idrac`` hardware type declares support for that new interface
|
|
implementation, in addition to all inspect interface implementations
|
|
it has been supporting. The highest priority inspect interfaces
|
|
remain the same, those which rely on the Web Services Management
|
|
(WS-Man) OOB management protocol. The new 'idrac-redfish'
|
|
immediately follows those. It now supports the following inspect
|
|
interface implementations, listed in priority order from highest to
|
|
lowest: ``idrac-wsman``, ``idrac``, ``idrac-redfish``,
|
|
``inspector``, and ``no-inspect``.
|