]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
mon: do not hardcode ipv4 1548/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 09:56:55 +0000 (11:56 +0200)
commitc7aae7f965758eb08a806fc7be75d8075884b733
tree5133dfb74cd003d90a36646b50cd9e66c57247fa
parentadd0bd92aaa4bc7912ba81a909ac18779f8b6899
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>
roles/ceph-mon/templates/ceph-mon.service.j2