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

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
Reference in New Issue
openstack/openstack-ansible-os_tempest
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.

The note is not visible to the blocked user.