From 675b6788f4d0473fc407f889534d6b0a046e4ba8 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 28 Jan 2020 10:29:03 +0100 Subject: [PATCH] update: remove legacy tasks These tasks should have been removed with backport #4756 Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1793564 Signed-off-by: Guillaume Abrioux --- infrastructure-playbooks/rolling_update.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 315f2954d..58ba1529f 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -204,27 +204,6 @@ when: inventory_hostname in groups[mgr_group_name] | default([]) or groups[mgr_group_name] | default([]) | length == 0 - - name: set osd flags - command: ceph --cluster {{ cluster }} osd set {{ item }} - with_items: - - noout - - norebalance - delegate_to: "{{ mon_host }}" - when: - - inventory_hostname == groups[mon_group_name][0] - - not containerized_deployment | bool - - - name: set containerized osd flags - command: > - {{ container_binary }} exec ceph-mon-{{ hostvars[mon_host]['ansible_hostname'] }} ceph --cluster {{ cluster }} osd set {{ item }} - with_items: - - noout - - norebalance - delegate_to: "{{ mon_host }}" - when: - - inventory_hostname == groups[mon_group_name][0] - - containerized_deployment | bool - - import_role: name: ceph-handler - import_role: