]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
config: fix path to set `interface` in ceph.conf 1946/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 22 Sep 2017 21:50:10 +0000 (23:50 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Sat, 23 Sep 2017 12:18:28 +0000 (14:18 +0200)
commitbe757122f1efc6d30cd578e1ba4807114f4000d3
tree1e2eb18c4c02870ee903f5a31e5847c112608854
parentf3851df0c77e2635db10ef505950e5938b539666
config: fix path to set `interface` in ceph.conf

need to use `hostvars[host]['XXX']` to retrieve the monitor
interface and/or radosgw interface.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1493920
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-config/templates/ceph.conf.j2
roles/ceph-mon/templates/ceph-mon.service.j2
roles/ceph-rgw/templates/ceph-radosgw.service.j2