From 3434767bafab29d43d044161b28443084d0aaeb6 Mon Sep 17 00:00:00 2001 From: Dan Sneddon Date: Fri, 1 Jul 2016 16:30:57 -0700 Subject: 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 --- overcloud.j2.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'overcloud.j2.yaml') 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: [] -- cgit 1.2.3-korg