tripleo-quickstart-extras/playbooks/validations.yml
chandan kumar e817f49367 Revert "Set default to empty string for Validation inventory variable"
This reverts commit 6ae5ac6f55.

Reason for revert: Broke validation in standalone deploy

Change-Id: I6fab0e1410e99b6a8ea150eec3bc4359b601423f
2022-04-14 11:58:04 +00:00

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