tripleo-validations/playbooks/openshift-nw-requirements.yaml
Cédric Jeanneret ceb0f75182
Replace all references to the old role name
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
2020-01-23 17:25:43 +01:00

15 lines
455 B
YAML

---
- hosts: undercloud
vars:
metadata:
name: Check network requirements for an OpenShift on OpenStack deployment
description: |
Checks if an external network has been configured on the overcloud as
required for an OpenShift deployment on top of OpenStack.
groups:
- openshift-on-openstack
tasks:
- include_role:
name: openshift_on_openstack
tasks_from: openshift-nw-requirements.yaml