Fix the internal endpoint VIP

This commit is contained in:
Logan V 2018-03-02 17:12:17 +00:00
parent abcfcf480a
commit 19f0f49452
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# to one active LB IP, and we use keepalived for that.
## Load Balancer Configuration (haproxy/keepalived)
haproxy_keepalived_external_vip_cidr: "192.169.91.101/32"
haproxy_keepalived_internal_vip_cidr: "10.52.2.2/32"
haproxy_keepalived_internal_vip_cidr: "10.53.2.2/32"
# Use the management bridge veth in the containers
haproxy_keepalived_external_interface: eth1
haproxy_keepalived_internal_interface: eth1