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
This commit is contained in:
Dan Sneddon 2018-06-21 11:45:57 -07:00
parent cd61dc0cf2
commit 1ebf31414e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ resource_registry:
OS::TripleO::Network::Ports::InternalApiVipPort: ../network/ports/internal_api_v6.yaml
OS::TripleO::Network::Ports::StorageVipPort: ../network/ports/storage_v6.yaml
OS::TripleO::Network::Ports::StorageMgmtVipPort: ../network/ports/storage_mgmt_v6.yaml
OS::TripleO::Network::Ports::RedisVipPort: ../network/ports/vip.yaml
OS::TripleO::Network::Ports::RedisVipPort: ../network/ports/vip_v6.yaml
parameter_defaults:
# Set the IP addresses of the VIPs here.