Do not make tempest execute by default
A deployer may want to deploy tempest, but not run it immediately. For the tests repo and for the AIO we tell it to run through vars/overrides, so we can set the role default to not execute it instead. Depends-On: I269b43200c0e8773b5c0c437f685f6a0a4cd4e5e Change-Id: I8c6f841c71a22a43393d839cafb7d4584b9eb54d
This commit is contained in:
parent
e33c72c36e
commit
dc2ebe923e
@ -22,7 +22,7 @@ tempest_package_state: "latest"
|
||||
tempest_pip_package_state: "latest"
|
||||
|
||||
# Toggle whether tempest actually executes
|
||||
tempest_run: yes
|
||||
tempest_run: no
|
||||
|
||||
tempest_git_repo: https://git.openstack.org/openstack/tempest
|
||||
tempest_git_install_branch: master
|
||||
|
Loading…
x
Reference in New Issue
Block a user