a7180a096c
This change imports the code from [ https://github.com/cloudnull/osa-multi-node-aio ] so that others in the OSA community can benifit from and contribute to the project. Change-Id: Id9a2d928f7e8bbd185725349e8ce51344f19daa4 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
70 lines
1.3 KiB
INI
70 lines
1.3 KiB
INI
# VLAN TAGS
|
|
# 1100 - MANAGEMENT_NET
|
|
# 1200 - OVERLAY_NET
|
|
# 1300 - STORAGE_NET
|
|
# 1400 - FLAT_NET
|
|
|
|
#### BRIDGES USED FOR VM INTERFACES ####
|
|
# MANAGEMENT Network
|
|
auto vm-br-eth1
|
|
iface vm-br-eth1 inet static
|
|
bridge_stp off
|
|
bridge_waitport 0
|
|
bridge_fd 0
|
|
bridge_ports none
|
|
address 172.29.236.200
|
|
netmask 255.255.252.0
|
|
offload-sg off
|
|
|
|
# FLAT Network
|
|
auto vm-br-eth2
|
|
iface vm-br-eth2 inet static
|
|
bridge_stp off
|
|
bridge_waitport 0
|
|
bridge_fd 0
|
|
bridge_ports none
|
|
address 172.29.248.1
|
|
netmask 255.255.252.0
|
|
offload-sg off
|
|
|
|
# VLAN Network
|
|
auto vm-br-eth3
|
|
iface vm-br-eth3 inet manual
|
|
bridge_stp off
|
|
bridge_waitport 0
|
|
bridge_fd 0
|
|
bridge_ports none
|
|
offload-sg off
|
|
|
|
# TUNNEL Network
|
|
auto vm-br-eth4
|
|
iface vm-br-eth4 inet manual
|
|
bridge_stp off
|
|
bridge_waitport 0
|
|
bridge_fd 0
|
|
bridge_ports none
|
|
offload-sg off
|
|
|
|
# STORAGE Network
|
|
auto vm-br-eth5
|
|
iface vm-br-eth5 inet manual
|
|
bridge_stp off
|
|
bridge_waitport 0
|
|
bridge_fd 0
|
|
bridge_ports none
|
|
offload-sg off
|
|
#### INTERFACES USED FOR VM BRIDGES ####
|
|
|
|
|
|
#### SYSTEM INTEGRATION DEVICES ####
|
|
auto br-dhcp
|
|
iface br-dhcp inet static
|
|
bridge_stp off
|
|
bridge_waitport 0
|
|
bridge_fd 0
|
|
bridge_ports none
|
|
address 10.0.0.200
|
|
netmask 255.255.255.0
|
|
offload-sg off
|
|
#### SYSTEM INTEGRATION DEVICES ####
|