diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-08-25 02:47:09 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-08-25 02:47:09 +0000 |
commit | 6d12839f3655f8774ad227bfa4f3cf4d7b45acc5 (patch) | |
tree | e7b218cd804595d85edb61b6142c927c233eb735 | |
parent | 997f74f9e63094e732204ef22a08c042353b391c (diff) | |
parent | 70fc539387ed0f9f1dd165171c54fb0710ce8ed0 (diff) |
Merge "Allow a fixed IP to be allocated to RedisVirtualIP"
-rw-r--r-- | overcloud.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/overcloud.yaml b/overcloud.yaml index b88d1dcd..b37426f8 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -56,6 +56,12 @@ parameters: Control the IP allocation for the StorageMgmgVirtualInterface port. E.g. [{'ip_address':'1.2.3.4'}] type: json + RedisVirtualFixedIPs: + default: [] + description: > + Control the IP allocation for the virtual IP used by Redis. E.g. + [{'ip_address':'1.2.3.4'}] + type: json CloudDomain: default: 'localdomain' type: string @@ -645,6 +651,7 @@ resources: PortName: redis_virtual_ip NetworkName: {get_attr: [ServiceNetMap, service_net_map, RedisNetwork]} ServiceName: redis + FixedIPs: {get_param: RedisVirtualFixedIPs} # The public VIP is on the External net, falls back to ctlplane PublicVirtualIP: |