From: Dimitri Savineau Date: Mon, 28 Jun 2021 14:46:40 +0000 (-0400) Subject: switch2container: run ceph-validate role X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fc160b3be18edd1615ebb2b813a8468748f6d7d3;p=ceph-ansible.git 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 --- 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