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:
parent
93b35e0b68
commit
fa8150e202
@ -134,6 +134,7 @@ global_overrides:
|
|||||||
type: "flat"
|
type: "flat"
|
||||||
net_name: "bmaas"
|
net_name: "bmaas"
|
||||||
group_binds:
|
group_binds:
|
||||||
|
- ironic_api
|
||||||
- ironic_inspector
|
- ironic_inspector
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if 'ovn' in bootstrap_host_scenarios_expanded %}
|
{% if 'ovn' in bootstrap_host_scenarios_expanded %}
|
||||||
|
Loading…
Reference in New Issue
Block a user