Update to working Neutron config

This commit is contained in:
2023-07-20 08:17:51 -04:00
parent 9e5414f88f
commit c718884860
5 changed files with 30 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ global_overrides:
internal_lb_vip_address: 172.29.236.11
external_lb_vip_address: 172.29.236.10
management_bridge: "br-mgmt"
tunnel_bridge: "br-vxlan"
tunnel_bridge: "br-tunnel"
neutron_provider_networks:
network_types: "geneve"
network_geneve_ranges: "1:1000"
@@ -81,8 +81,8 @@ global_overrides:
- network_hosts
# Workaround for https://github.com/eventlet/eventlet/issues/781
venv_default_pip_packages:
- eventlet==0.33.3
# venv_default_pip_packages:
# - eventlet==0.33.3
neutron_plugin_type: ml2.ovn
@@ -160,11 +160,15 @@ network_hosts:
infra1:
ip: 172.29.236.11
network-northd_hosts:
infra1:
ip: 172.29.236.11
neutron_ovn_northd:
infra1:
ip: 172.29.236.11
network_gateway_hosts:
network-gateway_hosts:
infra1:
ip: 172.29.236.11