openstack-ansible/etc/openstack_deploy/user_variables.yml.prod.example
Dmitriy Rabotyagov 9813045788 [doc] Document better requirement for keepalived vip_cidr
Closes-Bug: #1998109
Change-Id: I5149b81f66775d0212d44e277e1e1cf794b1003d
2022-12-06 17:19:27 +00:00

11 lines
506 B
Plaintext

---
# This file contains an example of the global variable overrides
# which may need to be set for a production environment.
# These variables must be defined when external_lb_vip_address or
# internal_lb_vip_address is set to FQDN.
## 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