987bab76be
This patch provides the example configurations for the layouts set in Appendix A and B and revises the configuration section to refer to the Appendices for examples. These aim to help new deployers understand how their desired environment layout translates into actual configuration. Change-Id: I6f9bfb4069426180914396cca7ff5b4631098165
10 lines
377 B
Plaintext
10 lines
377 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: "1.2.3.4/32"
|
|
haproxy_keepalived_internal_vip_cidr: "172.29.236.0/22"
|
|
haproxy_keepalived_external_interface: ens2
|
|
haproxy_keepalived_internal_interface: br-mgmt
|