initial copy from internal repo

This commit is contained in:
Jeffrey Sica
2017-07-21 14:06:22 -04:00
parent efe9eb1f83
commit c09b9f62d7
7 changed files with 448 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
## Keepalived
Manages VRRP failover
### Usage
This service is intended to be deployed to edge nodes with a MASTER and BACKUP deployed respectively.
Additional IPs should be managed via environment variables once deployed with entries following the below pattern:
`KEEPALIVED_VIRTUAL_IPADDRESS_[0-9]{1,3}`
Format should mimic the ip command
`10.255.33.100/24 dev eth0`