]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
defaults: fix rgw restart script in handlers 2167/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 13 Nov 2017 15:27:51 +0000 (16:27 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 13 Nov 2017 15:30:03 +0000 (16:30 +0100)
commit44df3f9102773c10011c82b5c1a20e7ae46e0001
tree6594d05e061a357cb9ff801119e4caadaa1185ee
parent0369bd59e2d00765c096b5025e9f1ff044fbc966
defaults: fix rgw restart script in handlers

Like 80d32dec, the path to the fact is not correct.
In any case, we will retrieve the IP address in hostvars, the variable
is the way we get the interface name according where it has been set
(eg.: inventory host file vs. group_vars/)

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1510906
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-defaults/templates/restart_rgw_daemon.sh.j2