aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.j2.yaml
diff options
context:
space:
mode:
authorDan Sneddon <dsneddon@redhat.com>2016-07-01 16:30:57 -0700
committerDan Sneddon <dsneddon@redhat.com>2017-04-07 09:00:20 -0700
commit3434767bafab29d43d044161b28443084d0aaeb6 (patch)
tree658e8ae26e4c444ef263162d889f8a61ef6143a3 /overcloud.j2.yaml
parent47a4e9830c057e2a189fee0d5815aba626160ded (diff)
Add environment to preselect only VIP IP addresses
This change adds two files which demonstrate manipulation of the VIP IP addresses without using an external load balancer. This allows the configuration of DNS, or allows for continuity when replacing an existing environment. The fixed IPs for the virtual IPs are set using the new parameters, and this change also adds a RedisVirtualFixedIPs parameter for setting the Redis VIP. Partial-Bug: https://bugs.launchpad.net/tripleo/+bug/1604946 Change-Id: I4e926f1c6b30d4009d24a307bc21e07e1731b387
Diffstat (limited to 'overcloud.j2.yaml')
-rw-r--r--overcloud.j2.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/overcloud.j2.yaml b/overcloud.j2.yaml
index a322a445..30a1c9a2 100644
--- a/overcloud.j2.yaml
+++ b/overcloud.j2.yaml
@@ -43,7 +43,9 @@ parameters:
type: string
ControlFixedIPs:
default: []
- description: Should be used for arbitrary ips.
+ description: >
+ Control the IP allocation for the ControlVirtualIP port. E.g.
+ [{'ip_address':'1.2.3.4'}]
type: json
InternalApiVirtualFixedIPs:
default: []