IP addresses in examples were changed

IP addresses in examples were changed from 172.29.236.0/22
to 172.29.236.9/32 to be the same in all part of the document.

Change-Id: I69bb78463dbe4f78ef266e8e98631a4e4af1cc28
Closes-Bug: #1773793
This commit is contained in:
Ilya Popov 2018-06-06 22:30:09 +03:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent 9bd256850b
commit cc1cb3ad37
2 changed files with 2 additions and 3 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: "<external_ip_address>/<netmask>"
haproxy_keepalived_internal_vip_cidr: "172.29.236.0/22"
haproxy_keepalived_internal_vip_cidr: "172.29.236.9/32"
haproxy_keepalived_external_interface: ens2
haproxy_keepalived_internal_interface: br-mgmt

View File

@ -1,9 +1,8 @@
---
# This file contains an example of the global variable overrides
# which may need to be set for a production environment.
## Load Balancer Configuration (haproxy/keepalived)
haproxy_keepalived_external_vip_cidr: "<external_vip_address>/<netmask>"
haproxy_keepalived_internal_vip_cidr: "172.29.236.0/22"
haproxy_keepalived_internal_vip_cidr: "172.29.236.9/32"
haproxy_keepalived_external_interface: ens2
haproxy_keepalived_internal_interface: br-mgmt