From fb2d0ce9254b36cc6512a43e98a85c2629a56754 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 20 Jun 2018 10:39:56 -0400 Subject: [PATCH] Add repo_build pip cache The repo_build role is not using the cache provided by the OpenStack infrastructure team, make it use it. Depends-On: I2e42ef4022aaaa2e1cb9f461e63ce2e9e1f49511 Depends-On: I3df2c670beeb78baaa1515bcd27e8f2b0d95b3a9 Change-Id: I0bec4400ebfcb4bf472c58554ee19525be658a40 --- common-tasks/test-set-nodepool-vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/common-tasks/test-set-nodepool-vars.yml b/common-tasks/test-set-nodepool-vars.yml index db6f5703..607734e6 100644 --- a/common-tasks/test-set-nodepool-vars.yml +++ b/common-tasks/test-set-nodepool-vars.yml @@ -36,6 +36,7 @@ if [[ ${NODEPOOL_PYPI_MIRROR} == *.ovh.* ]]; then echo "nova_virt_type=qemu" fi + echo "repo_build_pip_default_index=${NODEPOOL_PYPI_MIRROR}" args: executable: /bin/bash register: nodepool_variables