From c9c3c878e9b8fdcff6a0ae941145eda0fc8fab49 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Tue, 19 Jun 2018 15:00:59 -0400 Subject: [PATCH] Add RDO mirror Now that we actually have the latest RDO packages, use the mirror hosted inside the OpenStack infrastructure. Depends-On: I6c800dcd5b3fc6f7cc1c1e0777d93ab40c6a5e09 Change-Id: Id289f38af9c0c744bf5f2b52f7d666a71a5b4194 --- tests/roles/bootstrap-host/tasks/prepare_aio_config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml b/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml index a2a5480d99..c59e258731 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml @@ -79,6 +79,7 @@ echo "opensuse_mirror: '${NODEPOOL_OPENSUSE_MIRROR}'" >> ${NODEPOOL_OVERRIDES} echo "centos_epel_mirror: '${NODEPOOL_EPEL_MIRROR}'" >> ${NODEPOOL_OVERRIDES} echo "galera_percona_xtrabackup_repo_host: '${NODEPOOL_PERCONA_PROXY}'" >> ${NODEPOOL_OVERRIDES} + echo "openstack_hosts_rdo_mirror_url: '${NODEPOOL_RDO_PROXY}'" >> ${NODEPOOL_OVERRIDES} if [[ ${NODEPOOL_PYPI_MIRROR} == *.ovh.* ]]; then echo "nova_virt_type: 'qemu'" >> ${NODEPOOL_OVERRIDES} fi