tripleo-image-elements/elements/keepalived
Derek Higgins 5689b71c58 Install the psmisc package in the keepalived element
The chk_haproxy track script uses killall, which isn't installed on the
fedora cloud image.

Change-Id: Ia62aa1b40df75ece5ed370fd2dfdee56c2c8ee28
2014-09-12 17:41:20 +01:00
..
install.d Install the psmisc package in the keepalived element 2014-09-12 17:41:20 +01:00
os-apply-config/etc/keepalived Rename os-config-applier to os-apply-config 2014-07-09 06:00:27 +00:00
os-refresh-config/configure.d Don't start keepalived service until required configuration is available 2014-09-11 13:30:28 +02:00
element-deps Drop all direct usage of systemctl enable 2014-09-05 15:11:08 +10:00
README.md Syntax fix the keepalived docs. 2014-06-30 16:19:05 +12:00

Element to install keepalived

Configuration

keepalived:
  # interface used for VRRP traffic
  keepalive_interface: eth0
virtual_ips:
  # you can define one or more virtual IPs including IPv6:
  - ip: 192.0.2.254/24
    interface: eth0
  - ip: fe80::5cc1:afff:fe58:143b/64
    interface: br-ctlplane