
This patch adds two new metadata keys to the validation playbooks: - categories: A list of technical tags - products: A list of targeted products (here mainly TripleO) This patch is also part of the Validation Metadata Evolution for the Validations Framework. Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com> Change-Id: I80c6b0ffb07b6311f13d7a3b83031317cd0d38de
20 lines
509 B
YAML
20 lines
509 B
YAML
---
|
|
- hosts: undercloud
|
|
vars:
|
|
metadata:
|
|
name: Verify undercloud.conf correctness
|
|
description: |
|
|
This validation verifies that no deprecated, invalid or
|
|
incompatible parameters are being passed in the Undercloud's
|
|
undercloud.conf configuration file.
|
|
groups:
|
|
- prep
|
|
- pre-undercloud-upgrade
|
|
categories:
|
|
- undercloud-config
|
|
products:
|
|
- tripleo
|
|
check_undercloud_conf_debug: false
|
|
roles:
|
|
- check_undercloud_conf
|