Deploy resources only when tempest_run is True

Setting this condition will make possible to only install tempest
without  creating weird resources. We still will install them,
when deployer explicitly set to run tempest with the role.

Change-Id: I37bc266eebd3a8455acac179055b87810143dfc4
This commit is contained in:
Dmitriy Rabotyagov 2020-07-07 19:22:41 +03:00
parent 0e6ed14a4f
commit 7e8f1a90f1
1 changed files with 2 additions and 0 deletions

View File

@ -51,9 +51,11 @@
- tempest-install
- import_tasks: tempest_resources.yml
when: tempest_run | bool
run_once: yes
tags:
- tempest-config
- tempest-run
- import_tasks: tempest_post_install.yml
tags: