Support ilo5 hardware type

Change-Id: Ia10bb7333bed0c28360585b1fad820696f24cca5
This commit is contained in:
Dmitry Tantsur 2021-07-20 15:01:56 +02:00
parent bf11adba5c
commit 51177a4a0c
2 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,7 @@
noop
{%- if "idrac" in enabled_hardware_types -%},idrac-redfish{%- endif -%}
{%- if "ilo" in enabled_hardware_types -%},ilo{%- endif -%}
{%- if "ilo5" in enabled_hardware_types -%},ilo5{%- endif -%}
{%- if "ipmi" in enabled_hardware_types -%},ipmitool{%- endif -%}
{%- if "redfish" in enabled_hardware_types -%},redfish{%- endif -%}
{%- if "fake-hardware" in enabled_hardware_types -%},fake{%- endif -%}

View File

@ -0,0 +1,5 @@
---
features:
- |
Automatically configures the required management interface for the ``ilo5``
hardware type.