[DOCS] Internal/External VIP should be different IPs

The internal/external VIP should be different IPs in the test
configuration example.

Change-Id: Iea6fe365ae926b40efc122a7639d80f09f6b485f
Closes-Bug: #1672648
Closes-Bug: #1684099
Closes-Bug: #1684780
This commit is contained in:
Logan V 2017-04-20 19:05:20 -05:00
parent 13a8c27364
commit a05bf7c7b3
2 changed files with 9 additions and 1 deletions

View File

@ -37,6 +37,12 @@ iface br-mgmt inet static
gateway 172.29.236.1
dns-nameservers 8.8.8.8 8.8.4.4
# Bind the External VIP
auto br-mgmt:0
iface br-mgmt:0 inet static
address 172.29.236.10
netmask 255.255.252.0
# OpenStack Networking VXLAN (tunnel/overlay) bridge
#
# Only the COMPUTE and NETWORK nodes must have an IP address

View File

@ -11,8 +11,10 @@ used_ips:
- "172.29.248.1,172.29.248.50"
global_overrides:
# The internal and external VIP should be different IPs, however they
# do not need to be on separate networks.
external_lb_vip_address: 172.29.236.10
internal_lb_vip_address: 172.29.236.11
external_lb_vip_address: 172.29.236.11
tunnel_bridge: "br-vxlan"
management_bridge: "br-mgmt"
provider_networks: