diff options
Diffstat (limited to 'build/variables.sh')
-rw-r--r-- | build/variables.sh | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/build/variables.sh b/build/variables.sh index 19294ce5..a00c5b0d 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -11,14 +11,15 @@ rdo_images_uri=https://ci.centos.org/artifacts/rdo/images/mitaka/delorean/stable/ onos_release_uri=https://downloads.onosproject.org/nightly/ onos_release_file=onos-1.6.0-rc2.tar.gz -onos_artifacts_uri=http://205.177.226.237:9999/onosfw/ +onos_jdk_uri=https://www.dropbox.com/s/qyujpib8zyhzeev +onos_ovs_uri=https://www.dropbox.com/s/gm6o6k80l56pf0o dpdk_uri_base=http://artifacts.opnfv.org/ovsnfv dpdk_rpms=( -'ovs4opnfv-dpdk-16.04.0-2.el7.centos.x86_64.rpm' -'ovs4opnfv-dpdk-devel-16.04.0-2.el7.centos.x86_64.rpm' -'ovs4opnfv-dpdk-examples-16.04.0-2.el7.centos.x86_64.rpm' -'ovs4opnfv-dpdk-tools-16.04.0-2.el7.centos.x86_64.rpm' -'ovs4opnfv-openvswitch-2.5.90-0.12060.git46ed1382.1.el7.centos.x86_64.rpm' +'ovs4opnfv-32930523-dpdk-16.04.0-1.el7.centos.x86_64.rpm' +'ovs4opnfv-32930523-dpdk-devel-16.04.0-1.el7.centos.x86_64.rpm' +'ovs4opnfv-32930523-dpdk-examples-16.04.0-1.el7.centos.x86_64.rpm' +'ovs4opnfv-32930523-dpdk-tools-16.04.0-1.el7.centos.x86_64.rpm' +'ovs4opnfv-32930523-openvswitch-2.5.90-0.12032.gitc61e93d6.1.el7.centos.x86_64.rpm' ) |