Use the correct interfaces for keepalived
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
## Load Balancer Configuration (haproxy/keepalived)
|
||||
haproxy_keepalived_external_vip_cidr: "192.169.91.101/32"
|
||||
haproxy_keepalived_internal_vip_cidr: "10.52.2.2/32"
|
||||
haproxy_keepalived_external_interface: br-mgmt
|
||||
haproxy_keepalived_internal_interface: br-mgmt
|
||||
# Use the management bridge veth in the containers
|
||||
haproxy_keepalived_external_interface: eth1
|
||||
haproxy_keepalived_internal_interface: eth1
|
||||
|
||||
## Ceph cluster fsid (must be generated before first run)
|
||||
## Generate a uuid using: python -c 'import uuid; print(str(uuid.uuid4()))'
|
||||
|
||||
Reference in New Issue
Block a user