# Validate the deployment - name: validate the overcloud hosts: undercloud tags: - overcloud-validate gather_facts: no roles: - { role: validate-simple, when: test_ping|bool } # Execute tempest against the overcloud deployment - name: Execute tempest against the overcloud hosts: undercloud tags: - overcloud-validate gather_facts: no roles: - { role: validate-tempest, when: tempest_config|bool or run_tempest|bool }