ceb0f75182
This change replaces all of the roles references in our various files with the new role name. This is being done because Ansible no longer allows hyphens in role names. TODO: (gchamoul) Remove healthcheck-service-status once this patch is merged. Tripleo Jobs are RED due to THT trying to execute this validation as inflight one but it has been renamed healthcheck_service_status. Co-Authored-by: Gael Chamoulaud <gchamoul@redhat.com> Change-Id: I19bb587ece403f86ddd0bbe174c282326500cfd3
16 lines
442 B
YAML
16 lines
442 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
|
|
roles:
|
|
- openstack_endpoints
|