Merge "Support ilo5 hardware type"

This commit is contained in:
Zuul 2021-07-21 09:14:53 +00:00 committed by Gerrit Code Review
commit dae1495861
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.