diff options
author | Tim Rozet <trozet@redhat.com> | 2017-05-08 10:32:15 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-05-08 12:01:32 -0400 |
commit | ef3dc1ce0323fa0881e416cd4b9028fb4250b719 (patch) | |
tree | 2ee7f38694a3639047235bd2b0f1fc6927430d9d /build | |
parent | bf00ebca10d6366058c5ab8875efa020633f34b2 (diff) |
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 <trozet@redhat.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/variables.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build/variables.sh b/build/variables.sh index fe375327..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='http://artifacts.opnfv.org/apex/danube/fdio_common_rpms/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' |