Run validate-services before tempest

Some of the actions done at tempest like create a vm instance restart
some sidecar containers and they appear as failed containers since the
purpose of validate_services is to check them after deploy running
before tempest would be good enough.

Change-Id: I750e4d2ffc139433f7ec2a9a5c4adc6467ad19c9
Closes-Bug: #1824977
This commit is contained in:
Quique Llorente 2019-04-17 12:37:09 +02:00
parent 3a64d8cdaa
commit 1c111804a8
2 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@
hosts: undercloud
gather_facts: false
roles:
- {role: validate-tempest, when: run_tempest|bool}
- {role: validate-services, when: validate_services|default(false)|bool}
- {role: validate-tempest, when: run_tempest|bool}
tags:
- standalone

View File

@ -17,5 +17,5 @@
gather_facts: false
roles:
- {role: validate-simple, when: test_ping|bool}
- {role: validate-tempest, when: run_tempest|bool}
- {role: validate-services, when: validate_services|default(false)|bool}
- {role: validate-tempest, when: run_tempest|bool}