Update AIO to use OVN-style provider network for Octavia

This patch updates the aio openstack_user_config template to
use the OVN/OVS style provider network definition for Octavia
testing.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/867087
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/867113
Change-Id: I4bcd4a9b74f41cdf57cb9e8ea76d03a3720833a4
This commit is contained in:
James Denton 2022-12-08 14:42:43 -06:00 committed by Marc Gariépy
parent 19d08ce58e
commit d35e3e0dae

View File

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