Moves RDO images URI to working server 47/34447/1
authorTim Rozet <trozet@redhat.com>
Mon, 8 May 2017 14:32:15 +0000 (10:32 -0400)
committerTim Rozet <trozet@redhat.com>
Mon, 8 May 2017 16:18:59 +0000 (12:18 -0400)
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 <trozet@redhat.com>
(cherry picked from commit ef3dc1ce0323fa0881e416cd4b9028fb4250b719)

build/variables.sh

index 048ba6f..a496608 100644 (file)
@@ -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'