
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
23 lines
631 B
YAML
23 lines
631 B
YAML
---
|
|
- hosts:
|
|
- undercloud
|
|
- "{{ controller_rolename | default('Controller') }}"
|
|
vars:
|
|
metadata:
|
|
name: Verify that keystone admin token is disabled
|
|
description: |
|
|
This validation checks that keystone admin token is disabled on both
|
|
undercloud and overcloud controller after deployment.
|
|
groups:
|
|
- post-deployment
|
|
categories:
|
|
- keystone
|
|
- identity
|
|
- undercloud
|
|
- controller
|
|
products:
|
|
- tripleo
|
|
keystone_conf_file: "/var/lib/config-data/puppet-generated/keystone/etc/keystone/keystone.conf"
|
|
roles:
|
|
- controller_token
|