Update prod example to reflect OVN setup
Most of our examples are still reffering to OVS/LXB which might be very confusing given OVN being a default for a while now. This patch proposes to update production example to reffer to OVN setup. Change-Id: I5303fa80523ecbe40fbce9dec0e65bb188f84165
This commit is contained in:
parent
8413db01dc
commit
734940d6cd
@ -36,11 +36,11 @@ global_overrides:
|
|||||||
container_type: "veth"
|
container_type: "veth"
|
||||||
container_interface: "eth10"
|
container_interface: "eth10"
|
||||||
ip_from_q: "tunnel"
|
ip_from_q: "tunnel"
|
||||||
type: "vxlan"
|
type: "geneve"
|
||||||
range: "1:1000"
|
range: "1:1000"
|
||||||
net_name: "vxlan"
|
net_name: "geneve"
|
||||||
group_binds:
|
group_binds:
|
||||||
- neutron_linuxbridge_agent
|
- neutron_ovn_controller
|
||||||
- network:
|
- network:
|
||||||
container_bridge: "br-vlan"
|
container_bridge: "br-vlan"
|
||||||
container_type: "veth"
|
container_type: "veth"
|
||||||
@ -49,7 +49,7 @@ global_overrides:
|
|||||||
type: "flat"
|
type: "flat"
|
||||||
net_name: "physnet1"
|
net_name: "physnet1"
|
||||||
group_binds:
|
group_binds:
|
||||||
- neutron_linuxbridge_agent
|
- neutron_ovn_controller
|
||||||
- network:
|
- network:
|
||||||
container_bridge: "br-vlan"
|
container_bridge: "br-vlan"
|
||||||
container_type: "veth"
|
container_type: "veth"
|
||||||
@ -58,7 +58,7 @@ global_overrides:
|
|||||||
range: "101:200,301:400"
|
range: "101:200,301:400"
|
||||||
net_name: "physnet2"
|
net_name: "physnet2"
|
||||||
group_binds:
|
group_binds:
|
||||||
- neutron_linuxbridge_agent
|
- neutron_ovn_controller
|
||||||
- network:
|
- network:
|
||||||
container_bridge: "br-storage"
|
container_bridge: "br-storage"
|
||||||
container_type: "veth"
|
container_type: "veth"
|
||||||
@ -214,8 +214,16 @@ network-infra_hosts:
|
|||||||
infra3:
|
infra3:
|
||||||
ip: 172.29.236.13
|
ip: 172.29.236.13
|
||||||
|
|
||||||
# neutron agents (L3, DHCP, etc)
|
network-northd_hosts:
|
||||||
network-agent_hosts:
|
infra1:
|
||||||
|
ip: 172.29.236.11
|
||||||
|
infra2:
|
||||||
|
ip: 172.29.236.12
|
||||||
|
infra3:
|
||||||
|
ip: 172.29.236.13
|
||||||
|
|
||||||
|
# neutron ovn controller
|
||||||
|
network-gateway_hosts:
|
||||||
net1:
|
net1:
|
||||||
ip: 172.29.236.21
|
ip: 172.29.236.21
|
||||||
net2:
|
net2:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user