From 0ede37b2ec5311650348f548152188654141e7da Mon Sep 17 00:00:00 2001 From: Seena Fallah Date: Tue, 17 Aug 2021 00:38:47 +0430 Subject: [PATCH] purge: add container_binary needed for zap osds `container_binary` isn't set anymore in the purge osd play because of a regression introduced by 60aa70a. The CI didn't catch it because the play purging node-exporter sets this variable for all nodes before we run the purge osd play. This commit fixes this regression. Signed-off-by: Seena Fallah (cherry picked from commit a51ce767ca6749b3eb4c0c871e436daf3828e6c6) --- infrastructure-playbooks/purge-cluster.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infrastructure-playbooks/purge-cluster.yml b/infrastructure-playbooks/purge-cluster.yml index beee11691..4a8fee721 100644 --- a/infrastructure-playbooks/purge-cluster.yml +++ b/infrastructure-playbooks/purge-cluster.yml @@ -368,6 +368,10 @@ - import_role: name: ceph-defaults + - import_role: + name: ceph-facts + tasks_from: container_binary + - name: default lvm_volumes if not defined set_fact: lvm_volumes: [] -- 2.39.5