From 70dd6d9b098a032ae464f003ec11bfa4af7cfa4d Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Tue, 19 Jun 2018 14:54:54 -0400 Subject: [PATCH] Add RDO mirror Now that we actually have the latest RDO packages, use the mirror hosted inside the OpenStack infrastructure. Change-Id: I6c800dcd5b3fc6f7cc1c1e0777d93ab40c6a5e09 --- 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 f0d8f6ae..db6f5703 100644 --- a/common-tasks/test-set-nodepool-vars.yml +++ b/common-tasks/test-set-nodepool-vars.yml @@ -32,6 +32,7 @@ echo "pip_wheel_mirror=${NODEPOOL_WHEEL_MIRROR}" echo "centos_epel_mirror=${NODEPOOL_EPEL_MIRROR}" echo "galera_percona_xtrabackup_repo_host=${NODEPOOL_PERCONA_PROXY}" + echo "openstack_hosts_rdo_mirror_url=${NODEPOOL_RDO_PROXY}" if [[ ${NODEPOOL_PYPI_MIRROR} == *.ovh.* ]]; then echo "nova_virt_type=qemu" fi