openstack-ansible/etc/openstack_deploy/user_variables.yml.prod.example
Ilya Popov cc1cb3ad37 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
2020-10-13 14:07:49 +00:00

9 lines
398 B
Plaintext

---
# 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.9/32"
haproxy_keepalived_external_interface: ens2
haproxy_keepalived_internal_interface: br-mgmt