Add LXC COPR cache

Change-Id: I8ea9703179978a9ba7d692422c10b50b20798214
This commit is contained in:
Mohammed Naser 2018-09-12 16:40:51 -06:00
parent 12e3e92be1
commit 401fc3d5cd
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@
fi
echo "repo_build_pip_default_index=${NODEPOOL_PYPI_MIRROR}"
echo "nspawn_hosts_container_image_repo=${NODEPOOL_LXC_IMAGE_PROXY}"
echo "lxc_centos_package_baseurl=http://${NODEPOOL_MIRROR_HOST}:8080/copr-lxc2/epel-7-x86_64/"
echo "lxc_centos_package_key=http://${NODEPOOL_MIRROR_HOST}:8080/copr-lxc2/pubkey.gpg"
# NOTE(mnaser): We need to make sure we pull the latest RDO mirror
# which is hashed to avoid cache going stale during CI.