Include Redis VIP in example environment
authorDan Sneddon <dsneddon@redhat.com>
Tue, 16 Jun 2015 02:11:03 +0000 (19:11 -0700)
committerDan Sneddon <dsneddon@redhat.com>
Thu, 25 Jun 2015 19:03:02 +0000 (12:03 -0700)
The network isolation code in the TripleO Heat templates has files
in the environment folder that can be included to enable network
isolation. This updates the environment file to include the VIP
for Redis.

Change-Id: Ic05720c565d9ecf76bf7485b969cb2d9ead9fd6f

environments/network-isolation.yaml

index 5eb2b2d..937931d 100644 (file)
@@ -33,3 +33,6 @@ resource_registry:
   OS::TripleO::BlockStorage::Ports::InternalApiPort: ../network/ports/internal_api.yaml
   OS::TripleO::BlockStorage::Ports::StoragePort: ../network/ports/storage.yaml
   OS::TripleO::BlockStorage::Ports::StorageMgmtPort: ../network/ports/storage_mgmt.yaml
+
+  # Port assignments for service virtual IPs for the controller role
+  OS::TripleO::Controller::Ports::RedisVipPort: ../network/ports/vip.yaml