3 Commits

Author SHA1 Message Date
Dan Sneddon
1ebf31414e Fix incorrect Redis VIP declaration in fixed-ip-vips-v6.yaml
This patch fixes the incorrect Redis VIP declaration in
fixed-ip-vips-v6.yaml. The file incorrectly has vip.yaml
for the RedisVipPort instead of vip_v6.yaml, although the
fixed IP is an IPv6 address. This causes an error, and
conflicts with network-isolation-v6.yaml, so the deployment
works if network-isolation-v6.yaml is included after the
fixed-ip-vips-v6.yaml, but fails if it is included before.

Change-Id: Iffabbedfda77bc5cc4793700c459fb51b14f62d9
Closes-bug: 1778120
2018-06-21 11:45:57 -07:00
Emilien Macchi
ac9af72f99 Fix PublicVirtualFixedIPs in envs
PublicVirtualFixedIPs vs PublicVirtualFixedIps

It was a typo introduced in this commit:
I4e926f1c6b30d4009d24a307bc21e07e1731b387

And found here:
http://logs.openstack.org/79/535479/4/check/tripleo-ci-centos-7-undercloud-containers/670d906/logs/undercloud/home/zuul/undercloud_install.log.gz#_2018-02-14_11_04_59

Change-Id: I15a632376451a7554e3304202872694e70cd4ecd
2018-02-15 05:52:07 +00:00
Dan Sneddon
3434767baf 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
2017-04-07 09:00:20 -07:00