Merge "Allow deployer to skip default resource creation"
This commit is contained in:
2 changed files with 5 additions and 1 deletions
@@ -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:
@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.