]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-handler: remove iscsigws restart scripts
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 21 Jul 2020 19:22:26 +0000 (15:22 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 27 Jul 2020 13:33:00 +0000 (09:33 -0400)
commitcce042c65b7d59ff433d0d3d80f8d5c096223c50
treee88ea6f91e8f93910bd3f38dda690cd2a2a102c9
parentd408c75d76ce0138a1a9fb6f1e9ec67b972b24f7
ceph-handler: remove iscsigws restart scripts

The iscsigws restart scripts for tcmu-runner and rbd-target-{api,gw}
services only call the systemctl restart command.
We don't really need to copy a shell script to do it when we can use
the ansible service module instead.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit cbe79428e687e383f9764668a56171e5582451be)
roles/ceph-handler/tasks/handler_rbd_target_api_gw.yml
roles/ceph-handler/tasks/handler_tcmu_runner.yml
roles/ceph-handler/templates/restart_rbd_target_api.sh.j2 [deleted file]
roles/ceph-handler/templates/restart_rbd_target_gw.sh.j2 [deleted file]
roles/ceph-handler/templates/restart_tcmu_runner.sh.j2 [deleted file]