ceph-ansible/roles/ceph-rgw
Major Hayden 5676fa23b1 Convert interface names to underscores for facts
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.
2017-12-12 09:03:40 +01:00
..
defaults docker: simplify variable declaration 2017-09-09 01:22:06 +02:00
handlers Use hostname instead of host (host can be an IP) and hostname matches the default nomenclature in ceph.conf 2017-01-28 13:09:03 -05:00
meta ceph-rgw: Add support for openSUSE Leap distributions 2017-11-14 10:51:23 +00:00
tasks Use check_mode instead of always_run 2017-10-25 09:53:34 -05:00
templates Convert interface names to underscores for facts 2017-12-12 09:03:40 +01:00
LICENSE Add READMEs for each roles 2015-07-25 10:51:53 +02:00
README.md Cleanup readme files in roles directories 2017-10-17 11:22:06 +02:00

README.md

Ansible role: ceph-rgw

Documentation is available at http://docs.ceph.com/ceph-ansible/.