From 51177a4a0c9831081f5a5676f5d34adc7a20ae37 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 20 Jul 2021 15:01:56 +0200 Subject: [PATCH] Support ilo5 hardware type Change-Id: Ia10bb7333bed0c28360585b1fad820696f24cca5 --- playbooks/roles/bifrost-ironic-install/tasks/hw_types.yml | 1 + releasenotes/notes/ilo5-2d9131843169418b.yaml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 releasenotes/notes/ilo5-2d9131843169418b.yaml diff --git a/playbooks/roles/bifrost-ironic-install/tasks/hw_types.yml b/playbooks/roles/bifrost-ironic-install/tasks/hw_types.yml index dc497050d..d80033d36 100644 --- a/playbooks/roles/bifrost-ironic-install/tasks/hw_types.yml +++ b/playbooks/roles/bifrost-ironic-install/tasks/hw_types.yml @@ -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 -%} diff --git a/releasenotes/notes/ilo5-2d9131843169418b.yaml b/releasenotes/notes/ilo5-2d9131843169418b.yaml new file mode 100644 index 000000000..86411ea12 --- /dev/null +++ b/releasenotes/notes/ilo5-2d9131843169418b.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Automatically configures the required management interface for the ``ilo5`` + hardware type.