Fix issue where 2 Redis VIPs are assigned, but only one used.
authorDan Sneddon <dsneddon@redhat.com>
Thu, 14 Sep 2017 17:20:54 +0000 (11:20 -0600)
committerAlex Schultz <aschultz@redhat.com>
Fri, 22 Sep 2017 21:59:08 +0000 (15:59 -0600)
commitef39ff86c6f8ec457324eb61473175fff55b307e
treed28a95b7ed8f78ba9b1f4ff72586ea00abeb609c
parent8f864edcb1f505262cb2f2549dd1f948cebf40fd
Fix issue where 2 Redis VIPs are assigned, but only one used.

There is an extra RedisVipPort defined in network-isolation.j2.yaml
which is unused. This will waste an IP address, and can lead to
confusion if there are multiple ports named RedisVipPort.

This patch removes the extra (unneeded) instance of the VIP.

Change-Id: I222873859af1b4ed1050cfffe55687b2f8d4c528
Closes-bug: 1717017
(cherry picked from commit f543752da6e1df3537ffa68d86806e11ac380375)
environments/network-isolation.j2.yaml