Skip to content

Commit

Permalink
switch2container: run ceph-validate role
Browse files Browse the repository at this point in the history
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 fc160b3)
  • Loading branch information
dsavineau authored and guits committed Jun 30, 2021
1 parent 99902e3 commit 0b273bb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b273bb

Please sign in to comment.