keepalived/tests/keepalived.conf.in
Ryan O'Hara eac1256b57 Add gating tests
Related: #1968596
2021-08-16 14:39:49 -05:00

18 lines
266 B
Plaintext

global_defs {
router_id TEST
}
vrrp_instance VRRP {
state MASTER
priority 100
advert_int 1
interface eth0
virtual_router_id 100
virtual_ipaddress {
$VIP_INCLUDE
}
virtual_ipaddress_excluded {
$VIP_EXCLUDE
}
}