From 210c443549674697bbf551dfca82d169a4f8dce3 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 8 May 2017 10:32:15 -0400 Subject: Moves RDO images URI to working server CBS has been broken and the overcloud and undercloud artifacts are not getting updated there. The new URI is a workaround because it is a single file server acting as a backup until the CBS repo is fixed. JIRA: APEX-458 Change-Id: I743747015d69b17d75aa7b231bc07c935788ea20 Signed-off-by: Tim Rozet (cherry picked from commit ef3dc1ce0323fa0881e416cd4b9028fb4250b719) --- build/variables.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'build/variables.sh') diff --git a/build/variables.sh b/build/variables.sh index 048ba6f0..a496608a 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -15,9 +15,11 @@ CACHE_DIR="$(dirname ${BUILD_ROOT})/.cache" CACHE_HISTORY=".cache_history" PATCHES_DIR="${BUILD_ROOT}/patches" -rdo_images_uri=${RDO_IMAGES_URI:-http://buildlogs.centos.org/centos/7/cloud/$(uname -p)/tripleo_images/newton/delorean} onos_release_uri=https://downloads.onosproject.org/release/ onos_release_file=onos-1.8.4.tar.gz +# CBS is broken for now, as a workaround use backup file server +#rdo_images_uri=${RDO_IMAGES_URI:-http://buildlogs.centos.org/centos/7/cloud/$(uname -p)/tripleo_images/newton/delorean} +rdo_images_uri=${RDO_IMAGES_URI:-https://images.rdoproject.org/newton/delorean/consistent/stable} onos_jdk_uri=http://artifacts.opnfv.org/apex/colorado onos_ovs_uri=http://artifacts.opnfv.org/apex/colorado onos_ovs_pkg=package_ovs_rpm3.tar.gz @@ -64,4 +66,4 @@ fdio_pkgs=( 'https://nexus.fd.io/content/repositories/fd.io.centos7/io/fd/vpp/vpp-plugins/17.04-release.x86_64/vpp-plugins-17.04-release.x86_64.rpm' ) -honeycomb_pkg='https://nexus.fd.io/content/repositories/fd.io.stable.1704.centos7/io/fd/hc2vpp/honeycomb/1.17.04-2048.noarch/honeycomb-1.17.04-2048.noarch.rpm' \ No newline at end of file +honeycomb_pkg='http://artifacts.opnfv.org/apex/danube/fdio_common_rpms/honeycomb-1.17.04-2048.noarch.rpm' -- cgit 1.2.3-korg