]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-common: fixes bug related to monitor_interface set in inventory
authorAndrew Schoen <aschoen@redhat.com>
Thu, 6 Jul 2017 18:33:49 +0000 (13:33 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 12 Jul 2017 14:34:41 +0000 (16:34 +0200)
commita9a3d24a3dc70c93577a71fe129e87fe2c8ac4b2
tree48d0ee215863fac9ecdfaf35196de550426555cf
parentb9be96983c08fffaf1463a01ca9ad7577909a2dc
ceph-common: fixes bug related to monitor_interface set in inventory

The ceph.conf template needs to look for the value of monitor_interface
in hostvars[host] because there might be different values set per host.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/ceph-common/templates/ceph.conf.j2