Merge "Allow deployer to skip default resource creation"

This commit is contained in:
Zuul 2020-11-10 14:37:15 +00:00 committed by Gerrit Code Review
commit b4f236f5d2
2 changed files with 5 additions and 1 deletions

View File

@ -39,6 +39,10 @@ tempest_service_setup_host_python_interpreter: "{{ openstack_service_setup_host_
# Toggle whether tempest actually executes
tempest_run: no
# Toggle whether default resources are implemented
tempest_default_role_resources: yes
# Define 0 (serial) or more to use a non default concurrency
#tempest_run_concurrency:

View File

@ -51,7 +51,7 @@
- tempest-install
- import_tasks: tempest_resources.yml
when: tempest_run | bool
when: tempest_default_role_resources | bool
run_once: yes
tags:
- tempest-config