Use Redis VIP when deploying with keepalived
authorJiri Stransky <jistr@redhat.com>
Tue, 6 Sep 2016 13:21:25 +0000 (15:21 +0200)
committerJiri Stransky <jistr@redhat.com>
Tue, 6 Sep 2016 13:34:13 +0000 (15:34 +0200)
Previously we weren't creating Redis VIP in keepalived, causing Redis to
be unusable in non-HA deployments. This is now fixed.

Depends-On: I0bb37f6fb3eed022288b2dcfc7a88e8ff88a7ace
Change-Id: I0ecfda1e6ad5567f6f58d60bf418bc91761833ab
Closes-Bug: #1618510

puppet/all-nodes-config.yaml

index 109fc8f..61dcc2c 100644 (file)
@@ -166,6 +166,7 @@ resources:
                     tripleo::keepalived::internal_api_virtual_ip: {get_param: [NetVipMap, internal_api]}
                     tripleo::keepalived::storage_virtual_ip: {get_param: [NetVipMap, storage]}
                     tripleo::keepalived::storage_mgmt_virtual_ip: {get_param: [NetVipMap, storage_mgmt]}
+                    tripleo::keepalived::redis_virtual_ip: {get_param: RedisVirtualIP}
                     tripleo::redis_notification::haproxy_monitor_ip: {get_param: [NetVipMap, ctlplane]}
 
 outputs: