Merge "Add pre/post ceph validation groups"

This commit is contained in:
Zuul 2020-01-15 04:28:47 +00:00 committed by Gerrit Code Review
commit 4899441f68
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