diff options
author | Graeme Gillies <ggillies@redhat.com> | 2016-08-08 13:52:37 +1000 |
---|---|---|
committer | Graeme Gillies <ggillies@redhat.com> | 2016-08-08 13:52:37 +1000 |
commit | 70fc539387ed0f9f1dd165171c54fb0710ce8ed0 (patch) | |
tree | 91cafaade6f964b7d3876383b019d10ab27ecb3f | |
parent | 77cca14bd760f091a1e481bd44e96f8882fb99cc (diff) |
Allow a fixed IP to be allocated to RedisVirtualIP
The overcloud stack now contains a parameter RedisVirtualFixedIPs which will
allow people to specify the IP address they would like to be assigned as a vip
used by Redis. This will allow people full control over what IPs are used as
VIPs during a deployment.
Change-Id: Ib24e62847c4ac43fcd2a09bc84b4a76e992add4b
-rw-r--r-- | overcloud.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/overcloud.yaml b/overcloud.yaml index 67baf246..de24874e 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -102,6 +102,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 @@ -793,6 +799,7 @@ resources: PortName: redis_virtual_ip NetworkName: {get_param: [ServiceNetMap, RedisNetwork]} ServiceName: redis + FixedIPs: {get_param: RedisVirtualFixedIPs} # The public VIP is on the External net, falls back to ctlplane PublicVirtualIP: |