39a846ca6b
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
30 lines
696 B
YAML
30 lines
696 B
YAML
---
|
|
- hosts: all
|
|
vars:
|
|
metadata:
|
|
name: package-version
|
|
description: |
|
|
Ensures we can access the wanted package version. Especially useful
|
|
when you are switching repositories, for instance during an upgrade.
|
|
groups:
|
|
- prep
|
|
- pre-deployment
|
|
- pre-upgrade
|
|
- pre-update
|
|
- pre-system-upgrade
|
|
- pre-undercloud-upgrade
|
|
- pre-overcloud-prepare
|
|
- pre-overcloud-upgrade
|
|
- pre-overcloud-converge
|
|
- pre-ceph
|
|
categories:
|
|
- rpm
|
|
- os
|
|
- system
|
|
- packaging
|
|
products:
|
|
- tripleo
|
|
package_version_debug: false
|
|
roles:
|
|
- package_version
|