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:
parent
9bd256850b
commit
cc1cb3ad37
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user