Commit ab9fc542 authored by Steve Munene's avatar Steve Munene

HA proxy keep alive

parent 0c258ee4
...@@ -179,15 +179,15 @@ ceph_conf_file: | ...@@ -179,15 +179,15 @@ ceph_conf_file: |
# group_vars/all/keepalived.yml) in your user space if necessary. # group_vars/all/keepalived.yml) in your user space if necessary.
# #
# Uncomment this to disable keepalived installation (cf. documentation) # Uncomment this to disable keepalived installation (cf. documentation)
# haproxy_use_keepalived: False haproxy_use_keepalived: True
# #
# HAProxy Keepalived configuration (cf. documentation) # HAProxy Keepalived configuration (cf. documentation)
# Make sure that this is set correctly according to the CIDR used for your # Make sure that this is set correctly according to the CIDR used for your
# internal and external addresses. # internal and external addresses.
# haproxy_keepalived_external_vip_cidr: "{{external_lb_vip_address}}/32" # haproxy_keepalived_external_vip_cidr: "{{external_lb_vip_address}}/32"
# haproxy_keepalived_internal_vip_cidr: "{{internal_lb_vip_address}}/32" haproxy_keepalived_internal_vip_cidr: "{{internal_lb_vip_address}}/32"
# haproxy_keepalived_external_interface: # haproxy_keepalived_external_interface:
# haproxy_keepalived_internal_interface: haproxy_keepalived_internal_interface:
# Defines the default VRRP id used for keepalived with haproxy. # Defines the default VRRP id used for keepalived with haproxy.
# Overwrite it to your value to make sure you don't overlap # Overwrite it to your value to make sure you don't overlap
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment