mirror of https://github.com/ceph/ceph-ansible.git
5676fa23b1
If a deployer uses an interface name with a dash/hyphen in it, such as 'br-storage' for the monitor_interface group_var, the ceph.conf.j2 template fails to find the right facts. It looks for 'ansible_br-storage' but only 'ansible_br_storage' exists. This patch converts the interface name to underscores when the template does the fact lookup. |
||
---|---|---|
.. | ||
ceph-mon.service.d-overrides.j2 | ||
ceph-mon.service.j2 |