]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: remove unused mon_addr_address.j2 template
authorAndrew Schoen <aschoen@redhat.com>
Wed, 2 Nov 2016 20:35:07 +0000 (15:35 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 2 Nov 2016 20:35:07 +0000 (15:35 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/ceph-common/templates/mon_addr_address.j2 [deleted file]

diff --git a/roles/ceph-common/templates/mon_addr_address.j2 b/roles/ceph-common/templates/mon_addr_address.j2
deleted file mode 100644 (file)
index 0a63235..0000000
+++ /dev/null
@@ -1 +0,0 @@
-mon host = {% for host in groups[mon_group_name] %}{{ hostvars[host]['monitor_address'] if hostvars[host]['monitor_address'] is defined else monitor_address }}{% if not loop.last %},{% endif %}{% endfor %}