Commit b2c8c1cd authored by Steve Munene's avatar Steve Munene

HA proxy keep alive spacing fix

parent ab9fc542
......@@ -927,9 +927,9 @@ haproxy_hosts:
# To make keepalived work, edit at least the following variables
# in ``user_variables.yml``:
# haproxy_keepalived_external_vip_cidr: 192.168.0.4/25
haproxy_keepalived_internal_vip_cidr: 172.20.16.51/24
haproxy_keepalived_internal_vip_cidr: 172.20.16.51/24
# haproxy_keepalived_external_interface: br-flat
haproxy_keepalived_internal_interface: br-mgmt
haproxy_keepalived_internal_interface: br-mgmt
#
# To always deploy (or upgrade to) the latest stable version of keepalived.
# Edit the ``/etc/openstack_deploy/user_variables.yml``:
......
......@@ -185,9 +185,9 @@ haproxy_use_keepalived: True
# Make sure that this is set correctly according to the CIDR used for your
# internal and external addresses.
# 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}}/24"
# haproxy_keepalived_external_interface:
haproxy_keepalived_internal_interface:
haproxy_keepalived_internal_interface: br-mgmt
# Defines the default VRRP id used for keepalived with haproxy.
# 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