Skip to content

Commit

Permalink
purge: add container_binary needed for zap osds
Browse files Browse the repository at this point in the history
`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 <[email protected]>
(cherry picked from commit a51ce76)
  • Loading branch information
clwluvw authored and guits committed Sep 9, 2021
1 parent ce80ed9 commit 0ede37b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure-playbooks/purge-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit 0ede37b

Please sign in to comment.