From 65b47ebb7bb21f8e113f2726b62e06ccab9e4a8a Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 31 May 2018 17:41:29 +0100 Subject: [PATCH] tests: bootstrap-host: Set openSUSE OBS mirror for OpenStack CI The OpenStack infra are now mirroring the virtualization and cloud repositories for openSUSE so we don't need to set the OBS mirror to the official download.opensuse.org anymore. Change-Id: Ie3aee69cd86ccd1532d318bd74fd0ac0dada069e --- tests/roles/bootstrap-host/tasks/prepare_aio_config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml b/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml index 8d94c90996..9600d56b54 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml @@ -77,7 +77,6 @@ echo "uca_apt_repo_url: '${NODEPOOL_UCA_MIRROR}'" >> ${NODEPOOL_OVERRIDES} echo "openstack_hosts_centos_mirror_url: '${NODEPOOL_CENTOS_MIRROR}'" >> ${NODEPOOL_OVERRIDES} echo "opensuse_mirror: '${NODEPOOL_OPENSUSE_MIRROR}'" >> ${NODEPOOL_OVERRIDES} - echo "opensuse_mirror_obs: 'http://download.opensuse.org'" >> ${NODEPOOL_OVERRIDES} if [[ ${NODEPOOL_PYPI_MIRROR} == *.ovh.* ]]; then echo "nova_virt_type: 'qemu'" >> ${NODEPOOL_OVERRIDES} fi