From 99cdabc403e5e9ff66182526ff6c577bdc1f9164 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Mon, 25 Jan 2016 13:05:57 +0100 Subject: Support the deployment of Ceph over IPv6 To deploy Ceph on IPv6, we need to enable ms_bind_ipv6 in addition to passing the list of MON IPs in brackets. Change-Id: I3644b8fc06458e68574afa5573f07442f0a09190 --- environments/network-isolation-v6.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'environments/network-isolation-v6.yaml') diff --git a/environments/network-isolation-v6.yaml b/environments/network-isolation-v6.yaml index 4c071747..599a08b1 100644 --- a/environments/network-isolation-v6.yaml +++ b/environments/network-isolation-v6.yaml @@ -43,6 +43,8 @@ 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. -- cgit 1.2.3-korg