]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
config: fix monitor_interface when not passed in the inventory file
authorSébastien Han <seb@redhat.com>
Thu, 2 Nov 2017 13:53:46 +0000 (14:53 +0100)
committerSébastien Han <seb@redhat.com>
Fri, 3 Nov 2017 12:14:24 +0000 (13:14 +0100)
commit48fac7ec8dcb3501f5e144b4b8c22e8c5b4f5c5a
tree04142f5648fd7da53919f0e22a10709018677d30
parentb0aa2d6ee565c0cd9d7d85d015d98fff3cc2e334
config: fix monitor_interface when not passed in the inventory file

Setting monitor_interface in group_vars/all.yml makes the
hostvars[host]['monitor_interface'] non-existing.

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