From f80f37d639fa62a14016a86327eca259e1630c68 Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Fri, 27 Apr 2018 09:40:49 -0400 Subject: [PATCH] Comment tempest_git_repo role default This commit comments out the default for tempest_git_repo so that we can build tempest from PyPi, but with constraints applied. This was attempted in [1] but wasn't enough to achieve this outcome. Note that this change also requires an update to the repo_build role [2] for it to fully work. [1] I014201129b4d6b47ec45ff6239287623123a1595 [2] I4468092eb5c86d6346a793ba1e2bfc6e772de3bb Change-Id: I05f88153e522b55e619b4d2e2cdfd311ab8228d8 (cherry picked from commit f53b7b22862a2011d3b8c18d0071adfa7bfcc335) --- defaults/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 101bd430..2e023f1b 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -26,7 +26,10 @@ tempest_run: no # Define 0 (serial) or more to use a non default concurrency #tempest_run_concurrency: -tempest_git_repo: https://git.openstack.org/openstack/tempest +# We comment `tempest_git_repo` so that the repo_build role does not attempt to +# build the wheel from this repo/branch. Instead, we want tempest to get built +# from the stable release defined in global requirements. +#tempest_git_repo: https://git.openstack.org/openstack/tempest tempest_git_install_branch: "eca9f5aeb5eec80a4897cef299f5b65b874eafaa" tempest_developer_mode: False tempest_developer_constraints: