]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
mon: do not hardcode ipv4 1549/head
authorSébastien Han <seb@redhat.com>
Thu, 18 May 2017 09:56:55 +0000 (11:56 +0200)
committerSébastien Han <seb@redhat.com>
Thu, 18 May 2017 12:48:47 +0000 (14:48 +0200)
commit3a757843b0e454d01b45303905dd3edc824233f8
treee6f28aa76d38049c9363c748a9e4d880095f28bf
parent4ce7220339e5daf1a2886c959eeb22c552b07387
mon: do not hardcode ipv4

Problem: fail to deploy a containerized Ceph cluster with ipv6
Solution: do not hardcode ipv4 when bootstrapping the container.

Now use ip_version: ipv6 to get a containerized cluster deployed with
ipv6.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1451786
Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit c7aae7f965758eb08a806fc7be75d8075884b733)
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-mon/templates/ceph-mon.service.j2