]> git.apps.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:30:12 +0000 (09:30 +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 9b62ec247c74a064e7269280b8ecfa9c65185b58..bbd7fe80858e6ffc02062862c474399ace6d5452 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