]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
fixes monitor_address and monitor_interface features
authorAndrew Schoen <aschoen@redhat.com>
Wed, 2 Nov 2016 17:53:32 +0000 (12:53 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 2 Nov 2016 20:27:12 +0000 (15:27 -0500)
commit49dba08c0580934f74471c98a50a842d4de33375
treed227a87f83a009ec57cfc91f9abc4731f88afb7a
parent899c8b309f649607eb769f0fa2cdb629df12fbf2
fixes monitor_address and monitor_interface features

Before this commit if you had set monitor_interface in your
inventory file for a specific host it would be ignored and the value
in group_vars/all would have been used.

Also, this enables support for monitor_address again as it had been
broken by previous changes to this template.

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