From 0b273bbac6554a2758202ee6600fa4b08874581f Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Mon, 28 Jun 2021 10:46:40 -0400 Subject: [PATCH] switch2container: run ceph-validate role This adds the ceph-validate role before starting the switch to a containerized deployment. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1968177 Signed-off-by: Dimitri Savineau (cherry picked from commit fc160b3be18edd1615ebb2b813a8468748f6d7d3) --- ...-from-non-containerized-to-containerized-ceph-daemons.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml index 9b62ec247..bbd7fe808 100644 --- a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml +++ b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml @@ -58,6 +58,11 @@ when: delegate_facts_host | bool tags: always + - import_role: + name: ceph-facts + - import_role: + name: ceph-validate + - name: switching from non-containerized to containerized ceph mon vars: containerized_deployment: true -- 2.39.5