From 26bdd59f5d445db7991eecd0d13f7c8615bc4812 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 21 Apr 2017 15:14:38 -0700 Subject: [PATCH] purge-cluster: we don't support sysv or upstart anymore Now that ceph-ansible only supports > jewel we don't need to bother with sysv or upstart Signed-off-by: Andrew Schoen --- infrastructure-playbooks/purge-cluster.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/infrastructure-playbooks/purge-cluster.yml b/infrastructure-playbooks/purge-cluster.yml index 141c66e39..4b6c03ceb 100644 --- a/infrastructure-playbooks/purge-cluster.yml +++ b/infrastructure-playbooks/purge-cluster.yml @@ -481,19 +481,6 @@ path: /var/log/ceph state: absent - - name: remove from sysv - shell: "update-rc.d -f ceph remove" - when: ansible_service_mgr == 'sysvinit' - - - name: remove upstart and sysv files - shell: "find /etc -name '*ceph*' -delete" - when: ansible_service_mgr == 'upstart' - - - name: remove upstart and apt logs and cache - shell: "find /var -name '*ceph*' -delete" - failed_when: false - when: ansible_distribution == 'Ubuntu' - - name: request data removal local_action: shell echo requesting data removal become: false -- 2.39.5