]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
switch2container: run ceph-validate role
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 28 Jun 2021 14:46:40 +0000 (10:46 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 30 Jun 2021 07:32:34 +0000 (09:32 +0200)
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 <dsavinea@redhat.com>
(cherry picked from commit fc160b3be18edd1615ebb2b813a8468748f6d7d3)

infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml

index 13cff150ff58ca1f0df56d7aa0a4ad19db8145e2..0760fa931825c68a51373fd00e453b12a1b3740f 100644 (file)
       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