From fa8150e202f9a4c9179b450cf470437839c82cbd Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 4 Aug 2022 15:29:40 +0100 Subject: [PATCH] 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 --- etc/openstack_deploy/openstack_user_config.yml.aio.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/openstack_deploy/openstack_user_config.yml.aio.j2 b/etc/openstack_deploy/openstack_user_config.yml.aio.j2 index 4c8b52ca6e..1573648015 100644 --- a/etc/openstack_deploy/openstack_user_config.yml.aio.j2 +++ b/etc/openstack_deploy/openstack_user_config.yml.aio.j2 @@ -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 %}