Add pre/post ceph validation groups

Change-Id: Iec3fddffade4ecd02d2e59ebd2769b421d8577ac
This commit is contained in:
John Fulton 2020-01-14 08:53:18 -05:00 committed by Gael Chamoulaud
parent bf65faa2c3
commit f9249dc047
5 changed files with 12 additions and 0 deletions

View File

@ -32,3 +32,11 @@ post-upgrade:
- description: >-
Validations which try to validate your OpenStack deployment after you
upgrade it.
pre-ceph:
- description: >-
Validations to run on undercloud before deploying OpenStack
with Ceph.
post-ceph:
- description: >-
Validations to run on overcloud after deploying OpenStack
with Ceph.

View File

@ -7,6 +7,7 @@
Prints a message if ceph-ansible isn't installed
groups:
- pre-deployment
- pre-ceph
fail_without_ceph_ansible: false
ceph_ansible_repo: "centos-ceph-nautilus"
tasks:

View File

@ -7,6 +7,7 @@
Prints a message if a ceph dependency is missed
groups:
- pre-deployment
- pre-ceph
fail_without_deps: true
tripleo_delegate_to: "{{ groups['overcloud'] | default([]) }}"
packages:

View File

@ -9,6 +9,7 @@
groups:
- post-deployment
- post-ceph
osd_percentage_min: 0
tasks:
- include_role:

View File

@ -16,6 +16,7 @@
the deployment will fail.
groups:
- pre-deployment
- post-ceph
tasks:
- include_role:
name: ceph