commit | 636b8150fb992d3c1e5e821122ec6ab75fe072db | [log] [tgz] |
---|---|---|
author | jan kaufman <jan.kaufman@tcpcloud.eu> | Tue Jan 26 14:02:14 2016 +0100 |
committer | jan kaufman <jan.kaufman@tcpcloud.eu> | Tue Jan 26 14:02:14 2016 +0100 |
tree | 4058f6cfd5552a88d8bee4de22823d45c55d7a09 | |
parent | 733b09222b2077f385ca3231412f1bd08a49cb49 [diff] [blame] |
add formula tests
diff --git a/tests/pillar/keepalived_cluster.sls b/tests/pillar/keepalived_cluster.sls new file mode 100644 index 0000000..724a0e0 --- /dev/null +++ b/tests/pillar/keepalived_cluster.sls
@@ -0,0 +1,13 @@ +keepalived: + cluster: + enabled: True + instance: + VIP1: + priority: 100 + virtual_router_id: 51 + password: pass + addresses: + - 192.168.10.1 + - 192.168.10.2 + interface: eth0 +