mirror of https://github.com/ceph/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 <dsavinea@redhat.com>
(cherry picked from commit fc160b3be1
)
pull/6647/head
parent
5b8d0b11d2
commit
f64a4258ea
|
@ -58,6 +58,11 @@
|
||||||
when: delegate_facts_host | bool
|
when: delegate_facts_host | bool
|
||||||
tags: always
|
tags: always
|
||||||
|
|
||||||
|
- import_role:
|
||||||
|
name: ceph-facts
|
||||||
|
- import_role:
|
||||||
|
name: ceph-validate
|
||||||
|
|
||||||
- name: switching from non-containerized to containerized ceph mon
|
- name: switching from non-containerized to containerized ceph mon
|
||||||
vars:
|
vars:
|
||||||
containerized_deployment: true
|
containerized_deployment: true
|
||||||
|
|
Loading…
Reference in New Issue