ceph-common: remove unused mon_addr_interface.j2 template

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/1065/head
Andrew Schoen 2016-11-02 15:36:03 -05:00
parent 66bf9eca20
commit 65544fb6aa
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
mon host = {% for host in groups[mon_group_name] %}
{% for key in hostvars[host].iterkeys() %}
{% if hostvars[host][key]['macaddress'] is defined and hostvars[host][key]['device'] is defined and hostvars[host][key]['device'] == monitor_interface %}
{{ hostvars[host][key]['ipv4']['address'] }}
{% endif %}
{% endfor %}
{% if not loop.last %},{% endif %}{% endfor %}