diff options
author | Giulio Fidente <gfidente@redhat.com> | 2016-01-25 13:05:57 +0100 |
---|---|---|
committer | Attila Darazs <adarazs@redhat.com> | 2016-03-10 18:21:39 +0100 |
commit | 99cdabc403e5e9ff66182526ff6c577bdc1f9164 (patch) | |
tree | d093f6405e2ef8d20c9f67cbdfb679b1733c60e1 /environments | |
parent | dfb70bd5b3d133a614193e42d04a7a69b0bb821b (diff) |
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
Diffstat (limited to 'environments')
-rw-r--r-- | environments/network-isolation-v6.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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. |