Remove IP range 1.2.3.4 from doc examples

IP range 1.2.3.4/32 changed to <external_ip_address>/32 in docs

Change-Id: Ic410882eb928af8cacc22d306bafa7a646d98491
Closes-Bug: #1775544
This commit is contained in:
Amy Marrich (spotz) 2018-06-12 20:16:08 -05:00
parent 32aa425076
commit e72136e6e2
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Because we have three haproxy nodes, we need
# to one active LB IP, and we use keepalived for that.
## Load Balancer Configuration (haproxy/keepalived)
haproxy_keepalived_external_vip_cidr: "1.2.3.4/32"
haproxy_keepalived_external_vip_cidr: "<external_ip_address>/<netmask>"
haproxy_keepalived_internal_vip_cidr: "172.29.236.0/22"
haproxy_keepalived_external_interface: ens2
haproxy_keepalived_internal_interface: br-mgmt

View File

@ -3,7 +3,7 @@
# which may need to be set for a production environment.
## Load Balancer Configuration (haproxy/keepalived)
haproxy_keepalived_external_vip_cidr: "1.2.3.4/32"
haproxy_keepalived_external_vip_cidr: "<external_vip_address>/<netmask>"
haproxy_keepalived_internal_vip_cidr: "172.29.236.0/22"
haproxy_keepalived_external_interface: ens2
haproxy_keepalived_internal_interface: br-mgmt