]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
purge: add container_binary needed for zap osds
authorSeena Fallah <seenafallah@gmail.com>
Mon, 16 Aug 2021 20:08:47 +0000 (00:38 +0430)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 9 Sep 2021 09:12:02 +0000 (11:12 +0200)
`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 <seenafallah@gmail.com>
infrastructure-playbooks/purge-cluster.yml

index 69d22aafa4d46abc9bb0c5a1ff92981811711fca..89af7dae0f6e597de7b72514bee16827e9d4ebba 100644 (file)
     - 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: []