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
This commit is contained in:
Jonathan Rosser 2022-10-11 14:20:55 +01:00
parent e01385fb78
commit eb4853dcaa

View File

@ -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: