diff options
author | Jiri Stransky <jistr@redhat.com> | 2016-09-06 15:21:25 +0200 |
---|---|---|
committer | Jiri Stransky <jistr@redhat.com> | 2016-09-06 15:34:13 +0200 |
commit | 9d07e18cad5f212c6aea30c5cbdfd53e0694d808 (patch) | |
tree | d7770e1a7fc428eb4192945b60c202c4600b2c0f | |
parent | 280a70bfafeca67cd124733e898fb8c6f05a039e (diff) |
Use Redis VIP when deploying with keepalived
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
-rw-r--r-- | puppet/all-nodes-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/all-nodes-config.yaml b/puppet/all-nodes-config.yaml index 109fc8fb..61dcc2c1 100644 --- a/puppet/all-nodes-config.yaml +++ b/puppet/all-nodes-config.yaml @@ -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: |