e817f49367
This reverts commit 6ae5ac6f55
.
Reason for revert: Broke validation in standalone deploy
Change-Id: I6fab0e1410e99b6a8ea150eec3bc4359b601423f
17 lines
433 B
YAML
17 lines
433 B
YAML
---
|
|
- name: Execute Validations Framework tests
|
|
hosts: undercloud
|
|
gather_facts: true
|
|
vars:
|
|
inventory: "{{ job.validations_inventory|default('tripleo-deploy/tripleo-ansible-inventory.yaml') }}"
|
|
vf_log_dir: "/var/log/validations"
|
|
tags:
|
|
- overcloud-deploy
|
|
- undercloud-deploy
|
|
- standalone
|
|
tasks:
|
|
- include_role:
|
|
name: validations
|
|
when:
|
|
- job.enable_validation|default(false)|bool
|