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 <dsavinea@redhat.com>
(cherry picked from commit fc160b3be1)
pull/6647/head
Dimitri Savineau 2021-06-28 10:46:40 -04:00 committed by Guillaume Abrioux
parent 5b8d0b11d2
commit f64a4258ea
1 changed files with 5 additions and 0 deletions

View File

@ -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