tripleo-validations/playbooks/openstack-endpoints.yaml
Daniel Bengtsson f1364e9d01 Add update roles on several validations.
Review existing validations and update groups when it's useful.

Change-Id: I30a0faeb381e290ac5eb1080c1c1cea0ca2ad5b3
(cherry picked from commit ca830a7f70)
2021-04-14 17:26:34 +02:00

18 lines
485 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
roles:
- openstack_endpoints