tripleo-validations/playbooks/openstack-endpoints.yaml
Gael Chamoulaud (Strider) 9b853e6b82
Add new metadata keys to the validation playbooks
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
(cherry picked from commit 39a846ca6b)
2021-09-24 16:08:03 +02:00

24 lines
594 B
YAML

---
- hosts: undercloud
vars:
metadata:
name: Check connectivity to various OpenStack services
# TODO: this could also check for undercloud endpoints
description: |
This validation gets the PublicVip address from the deployment and
tries to access Horizon and get a Keystone token.
groups:
- post-deployment
- pre-upgrade
- post-upgrade
- pre-update
- post-update
categories:
- ui
- connectivity
- undercloud
products:
- tripleo
roles:
- openstack_endpoints