Add IP addresses to infra node br-vxlan in the examples

The layer 3 agent is no longer containerised by default so the bare
metal host requires an IP to be assigned to br-vxlan

Change-Id: If3e1511546c6192f11ef1702d09772643b4fe9b7
Closes-Bug: #1761715
This commit is contained in:
Jonathan Rosser 2018-04-09 15:49:28 +00:00
parent 35f7939d8e
commit 55e8240b86
7 changed files with 27 additions and 57 deletions

View File

@ -75,11 +75,11 @@ environment.
+==================+================+===================+================+
| lb_vip_address | 172.29.236.9 | | |
+------------------+----------------+-------------------+----------------+
| infra1 | 172.29.236.11 | | |
| infra1 | 172.29.236.11 | 172.29.240.11 | |
+------------------+----------------+-------------------+----------------+
| infra2 | 172.29.236.12 | | |
| infra2 | 172.29.236.12 | 172.29.240.12 | |
+------------------+----------------+-------------------+----------------+
| infra3 | 172.29.236.13 | | |
| infra3 | 172.29.236.13 | 172.29.240.13 | |
+------------------+----------------+-------------------+----------------+
| log1 | 172.29.236.14 | | |
+------------------+----------------+-------------------+----------------+

View File

@ -74,11 +74,11 @@ environment.
+==================+================+===================+================+
| lb_vip_address | 172.29.236.9 | | |
+------------------+----------------+-------------------+----------------+
| infra1 | 172.29.236.10 | | |
| infra1 | 172.29.236.10 | 172.29.237.10 | |
+------------------+----------------+-------------------+----------------+
| infra2 | 172.29.239.10 | | |
| infra2 | 172.29.239.10 | 172.29.240.10 | |
+------------------+----------------+-------------------+----------------+
| infra3 | 172.29.242.10 | | |
| infra3 | 172.29.242.10 | 172.29.243.10 | |
+------------------+----------------+-------------------+----------------+
| log1 | 172.29.236.11 | | |
+------------------+----------------+-------------------+----------------+

View File

@ -54,11 +54,11 @@ environment.
+==================+================+===================+================+
| lb_vip_address | 172.29.236.9 | | |
+------------------+----------------+-------------------+----------------+
| infra1 | 172.29.236.11 | | |
| infra1 | 172.29.236.11 | 172.29.240.11 | |
+------------------+----------------+-------------------+----------------+
| infra2 | 172.29.236.12 | | |
| infra2 | 172.29.236.12 | 172.29.240.12 | |
+------------------+----------------+-------------------+----------------+
| infra3 | 172.29.236.13 | | |
| infra3 | 172.29.236.13 | 172.29.240.13 | |
+------------------+----------------+-------------------+----------------+
| log1 | 172.29.236.14 | | |
+------------------+----------------+-------------------+----------------+

View File

@ -46,7 +46,7 @@ environment.
+------------------+----------------+-------------------+----------------+
| Host name | Management IP | Tunnel (VxLAN) IP | Storage IP |
+==================+================+===================+================+
| infra1 | 172.29.236.11 | | |
| infra1 | 172.29.236.11 | 172.29.240.11 | |
+------------------+----------------+-------------------+----------------+
| compute1 | 172.29.236.12 | 172.29.240.12 | 172.29.244.12 |
+------------------+----------------+-------------------+----------------+
@ -104,4 +104,3 @@ OpenStack endpoints are served with the same protocol. This is done with
the following content:
.. literalinclude:: ../../../../etc/openstack_deploy/user_variables.yml.test.example

View File

@ -77,27 +77,17 @@ iface br-mgmt inet static
# OpenStack Networking VXLAN (tunnel/overlay) bridge
#
# Only the COMPUTE and NETWORK nodes must have an IP address
# on this bridge. When used by infrastructure nodes, the
# IP addresses are assigned to containers which use this
# bridge.
# The COMPUTE, NETWORK and INFRA nodes must have an IP address
# on this bridge.
#
auto br-vxlan
iface br-vxlan inet manual
iface br-vxlan inet static
bridge_stp off
bridge_waitport 0
bridge_fd 0
bridge_ports bond1.30
# compute1 VXLAN (tunnel/overlay) bridge config
#auto br-vxlan
#iface br-vxlan inet static
# bridge_stp off
# bridge_waitport 0
# bridge_fd 0
# bridge_ports bond1.30
# address 172.29.246.10
# netmask 255.255.255.0
address 172.29.237.10
netmask 255.255.252.0
# OpenStack Networking VLAN bridge
auto br-vlan

View File

@ -77,27 +77,18 @@ iface br-mgmt inet static
# OpenStack Networking VXLAN (tunnel/overlay) bridge
#
# Only the COMPUTE and NETWORK nodes must have an IP address
# on this bridge. When used by infrastructure nodes, the
# IP addresses are assigned to containers which use this
# bridge.
# The COMPUTE, NETWORK and INFRA nodes must have an IP address
# on this bridge.
#
auto br-vxlan
iface br-vxlan inet manual
iface br-vxlan inet static
bridge_stp off
bridge_waitport 0
bridge_fd 0
bridge_ports bond1.30
# compute1 VXLAN (tunnel/overlay) bridge config
#auto br-vxlan
#iface br-vxlan inet static
# bridge_stp off
# bridge_waitport 0
# bridge_fd 0
# bridge_ports bond1.30
# address 172.29.240.16
# netmask 255.255.252.0
address 172.29.240.16
netmask 255.255.252.0
# OpenStack Networking VLAN bridge
auto br-vlan

View File

@ -45,27 +45,17 @@ iface br-mgmt:0 inet static
# OpenStack Networking VXLAN (tunnel/overlay) bridge
#
# Only the COMPUTE and NETWORK nodes must have an IP address
# on this bridge. When used by infrastructure nodes, the
# IP addresses are assigned to containers which use this
# bridge.
# The COMPUTE, NETWORK and INFRA nodes must have an IP address
# on this bridge.
#
auto br-vxlan
iface br-vxlan inet manual
iface br-vxlan inet static
bridge_stp off
bridge_waitport 0
bridge_fd 0
bridge_ports eth0.30
# compute1 VXLAN (tunnel/overlay) bridge config
#auto br-vxlan
#iface br-vxlan inet static
# bridge_stp off
# bridge_waitport 0
# bridge_fd 0
# bridge_ports eth0.30
# address 172.29.240.12
# netmask 255.255.252.0
bridge_ports bond1.30
address 172.29.240.11
netmask 255.255.252.0
# OpenStack Networking VLAN bridge
auto br-vlan