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
This commit is contained in:
Mohammed Naser 2018-08-16 18:03:34 -04:00
parent fc9a8cce9b
commit 78fe938b69
1 changed files with 1 additions and 0 deletions

View File

@ -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.