Merge "Remove IP range 1.2.3.4 from doc examples"
This commit is contained in:
commit
2d38910070
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user