]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Fix the mon.* generation in ceph.conf 126/head
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>
Fri, 10 Oct 2014 13:20:21 +0000 (15:20 +0200)
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>
Fri, 10 Oct 2014 13:27:15 +0000 (15:27 +0200)
commit3386578954b808109e556b20d55bc18cd9c08fab
tree23a07af2b4104a13b2a70c82a5b15b370a2cea09
parentc677d40615d06db1c5cc3a16a6dd7483c0c2af54
Fix the mon.* generation in ceph.conf

The ceph.conf.j2 template currently always uses the current host facts
to get the IP address of each host in the mon loop. This is not the
expected behavior. This patch uses the correct facts to get the IP.
roles/ceph-common/templates/ceph.conf.j2