Merge "Add CephAnsibleRepo warning to make this validation more flexible"

This commit is contained in:
Zuul 2020-08-04 17:08:08 +00:00 committed by Gerrit Code Review
commit d35ea3c3bb
1 changed files with 8 additions and 1 deletions

View File

@ -270,6 +270,13 @@ parameters:
package. This value can be used by tripleo-validations to double check
the right ceph-ansible version is installed.
default: 'centos-ceph-nautilus'
CephAnsibleWarning:
type: boolean
description: |
In particular scenarios we want this validation to show the warning but
don't fail because the package is installed on the system but repos are
disabled.
default: true
CephExternalMultiConfig:
type: json
hidden: true
@ -572,7 +579,7 @@ outputs:
name: ceph
tasks_from: ceph-ansible-installed
vars:
fail_without_ceph_ansible: true
fail_without_ceph_ansible: {get_param: CephAnsibleWarning}
ceph_ansible_repo: {get_param: CephAnsibleRepo}
tags:
- opendev-validation