From eb4853dcaabd488a41a27c00ade24d41aeaac63a Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 11 Oct 2022 14:20:55 +0100 Subject: [PATCH] Define a group for ironic_console It is possible to install nova-serialconsole-proxy alongside nova-compute to allow IPMI serial-over-lan consoles to be made available through the openstack cli or through horizon. The os_nova role needs to have logic to decide which ironic host to install the nova serial proxy to, so we define an extra ansible group for this purpose. Change-Id: I936aa89129aeda56af9d9a1407073fccf00b7170 --- inventory/env.d/ironic.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inventory/env.d/ironic.yml b/inventory/env.d/ironic.yml index a6bf123b70..0cba59bb5e 100644 --- a/inventory/env.d/ironic.yml +++ b/inventory/env.d/ironic.yml @@ -27,6 +27,9 @@ component_skel: ironic_inspector: belongs_to: - ironic_all + ironic_console: + belongs_to: + - ironic_all container_skel: ironic_api_container: @@ -40,6 +43,7 @@ container_skel: - ironic-compute_containers contains: - ironic_compute + - ironic_console - nova_compute - nova_scheduler properties: