Attach bmaas network to ironic_api containers

In an LXC deployment the ironic_api container runs the tftp and ipxe
service which is needed for transferring the Ironic Python Agent
to baremetal nodes as they are provisioned. It is necessary that
the ironic_api container is connected to the bmaas network for this
to work.

Change-Id: Iabd73778fbe62b9dc3ba57e73be289d416781100
This commit is contained in:
Jonathan Rosser 2022-08-04 15:29:40 +01:00
parent 93b35e0b68
commit fa8150e202

View File

@ -134,6 +134,7 @@ global_overrides:
type: "flat"
net_name: "bmaas"
group_binds:
- ironic_api
- ironic_inspector
{% endif %}
{% if 'ovn' in bootstrap_host_scenarios_expanded %}