From 78fe938b69171e8e90b1a9c0991e7ce447a0553f Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 16 Aug 2018 18:03:34 -0400 Subject: [PATCH] Add NODEPOOL_LXC_IMAGE_PROXY for faster and more reliable images We can use that proxy in order to be able to download images faster and more reliably. Change-Id: I092d6b404353669d29867e19d95196daffaab84a --- 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 123e697f..50be0e8a 100644 --- a/common-tasks/test-set-nodepool-vars.yml +++ b/common-tasks/test-set-nodepool-vars.yml @@ -34,6 +34,7 @@ echo "galera_percona_xtrabackup_repo_host=${NODEPOOL_PERCONA_PROXY}" echo "galera_repo_host=${NODEPOOL_MIRROR_HOST}:8080" echo "repo_build_pip_default_index=${NODEPOOL_PYPI_MIRROR}" + echo "nspawn_hosts_container_image_repo=${NODEPOOL_LXC_IMAGE_PROXY}" # NOTE(mnaser): We need to make sure we pull the latest RDO mirror # which is hashed to avoid cache going stale during CI.