Merge "Fixing acronym for BGPVPN composable service"
[apex-tripleo-heat-templates.git] / environments / network-isolation-v6.yaml
index 8a3d806..11ca5b3 100644 (file)
@@ -43,7 +43,15 @@ resource_registry:
   OS::TripleO::BlockStorage::Ports::StorageMgmtPort: ../network/ports/storage_mgmt_v6.yaml
 
 parameter_defaults:
+  # Enable IPv6 for Ceph.
+  CephIPv6: True
+  # Enable IPv6 for Corosync. This is required when Corosync is using an IPv6 IP in the cluster.
+  CorosyncIPv6: True
   # Enable IPv6 for MongoDB. This is required when MongoDB is using an IPv6 IP.
   MongoDbIPv6: True
   # Enable various IPv6 features in Nova.
   NovaIPv6: True
+  # Enable IPv6 environment for RabbitMQ.
+  RabbitIPv6: true
+  # Enable IPv6 environment for Memcached.
+  MemcachedIPv6: true