tripleo-image-elements/elements/keepalived
Ghe Rivero 7d37fb5eb2 Rename os-config-applier to os-apply-config
There are some elements that are still using the old os-config-applier
to store the configuration templates.

Change-Id: I17def1e5e0ca09d5f400d7ba1f7bd82ea804ab42
2014-07-09 06:00:27 +00:00
..
install.d indent using 4 spaces (1/3) 2014-06-09 10:28:58 +02: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/post-configure.d Add keepalived element 2014-01-10 15:47:20 +01:00
README.md Syntax fix the keepalived docs. 2014-06-30 16:19:05 +12:00

README.md

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