Merge "Update AIO to use OVN-style provider network for Octavia"

This commit is contained in:
Zuul 2022-12-10 21:53:59 +00:00 committed by Gerrit Code Review
commit 6f33665bd3

View File

@ -111,15 +111,15 @@ global_overrides:
{% endif %} {% endif %}
{% if 'octavia' in bootstrap_host_scenarios_expanded %} {% if 'octavia' in bootstrap_host_scenarios_expanded %}
- network: - network:
container_bridge: "br-lbaas" container_bridge: "br-octavia"
container_type: "veth" container_type: "veth"
container_interface: "eth14" container_interface: "eth14"
host_bind_override: "eth14" network_interface: "eth14"
ip_from_q: "lbaas" ip_from_q: "lbaas"
type: "flat" type: "flat"
net_name: "lbaas" net_name: "lbaas"
group_binds: group_binds:
- neutron_linuxbridge_agent - neutron_ovn_gateway
- octavia-worker - octavia-worker
- octavia-housekeeping - octavia-housekeeping
- octavia-health-manager - octavia-health-manager