
Depends-On: https://review.opendev.org/c/openstack/validations-common/+/788512 Change-Id: Ib56ad36d160a272ef0f10a938304f98334000cee
17 lines
409 B
YAML
17 lines
409 B
YAML
---
|
|
- name: Execute pre undercloud validations
|
|
hosts: undercloud
|
|
gather_facts: true
|
|
vars:
|
|
inventory: "tripleo-ansible-inventory.yaml"
|
|
vf_log_dir: "/var/log/validations"
|
|
tags:
|
|
- component-validations
|
|
- tripleo-validations
|
|
tasks:
|
|
- include_role:
|
|
name: validations
|
|
when:
|
|
- job.enable_validation|default(false)|bool
|
|
- release not in ['queens', 'stein']
|