# This file is managed by Puppet. DO NOT EDIT. global_defs { notification_email { root@localdomain } notification_email_from keepalived@localdomain smtp_server localhost smtp_connect_timeout 30 router_id undercloud } static_ipaddress { } vrrp_script haproxy { script "systemctl status haproxy.service" interval 2 weight 2 } vrrp_instance 41 { virtual_router_id 41 # Advert interval advert_int 1 # for electing MASTER, highest priority wins. priority 101 state MASTER interface br-ctlplane virtual_ipaddress { 192.168.24.3 dev br-ctlplane } track_script { haproxy } } vrrp_instance 42 { virtual_router_id 42 # Advert interval advert_int 1 # for electing MASTER, highest priority wins. priority 101 state MASTER interface br-ctlplane virtual_ipaddress { 192.168.24.2 dev br-ctlplane } track_script { haproxy } }