X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=build%2Fvariables.sh;h=ce9eb034f1070a2efed3ac66bf0ebec907dc3b0d;hb=a498848f5977ed6d1226f2f6b426bc5355c01f68;hp=ccd1add5ba7ae59bcfe819b9ccc585c3a2c3740a;hpb=908ec812c1305a59d2009cb6d3dac4c4afa6199d;p=apex.git diff --git a/build/variables.sh b/build/variables.sh index ccd1add5..ce9eb034 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -8,18 +8,46 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -rdo_images_uri=https://ci.centos.org/artifacts/rdo/images/mitaka/delorean/stable/ +rdo_images_uri=http://artifacts.opnfv.org/apex/colorado onos_release_uri=https://downloads.onosproject.org/nightly/ onos_release_file=onos-1.6.0-rc2.tar.gz -onos_jdk_uri=https://www.dropbox.com/s/qyujpib8zyhzeev -onos_ovs_uri=https://www.dropbox.com/s/gm6o6k80l56pf0o -openstack_congress=https://radez.fedorapeople.org/openstack-congress-2016.1-1.fc24.noarch.rpm - -dpdk_uri_base=http://artifacts.opnfv.org/ovsnfv +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 +doctor_driver=https://raw.githubusercontent.com/openstack/congress/master/congress/datasources/doctor_driver.py +if [ -z ${GS_PATHNAME+x} ]; then + GS_PATHNAME=/colorado +fi +dpdk_uri_base=http://artifacts.opnfv.org/ovsnfv$GS_PATHNAME dpdk_rpms=( -'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' +'ovs4opnfv-e8acab14-dpdk-16.04.0-1.el7.centos.x86_64.rpm' +'ovs4opnfv-e8acab14-dpdk-devel-16.04.0-1.el7.centos.x86_64.rpm' +'ovs4opnfv-e8acab14-dpdk-examples-16.04.0-1.el7.centos.x86_64.rpm' +'ovs4opnfv-e8acab14-dpdk-tools-16.04.0-1.el7.centos.x86_64.rpm' +'ovs4opnfv-e8acab14-openvswitch-2.5.90-0.12032.gitc61e93d6.1.el7.centos.x86_64.rpm' +) + +fdio_uri_base=http://artifacts.opnfv.org/apex/colorado +fdio_pkgs=( +'vpp-16.09-release.x86_64.rpm' +'vpp-devel-16.09-release.x86_64.rpm' +'vpp-lib-16.09-release.x86_64.rpm' +'vpp-python-api-16.09-release.x86_64.rpm' +) +honeycomb_pkg='honeycomb-1.16.9-FINAL.noarch.rpm' + + +ovs_rpm_name=openvswitch-2.5.90-1.el7.centos.x86_64.rpm +ovs_kmod_rpm_name=openvswitch-kmod-2.5.90-1.el7.centos.x86_64.rpm + +virt_uri_base=https://people.redhat.com/~rjones/libguestfs-RHEL-7.3-preview +libguestfs_pkg='libguestfs-1.32.7-3.el7.x86_64.rpm' +virt_pkgs=( +'libguestfs-tools-1.32.7-3.el7.noarch.rpm' +'libguestfs-tools-c-1.32.7-3.el7.x86_64.rpm' +'supermin-5.1.16-4.el7.x86_64.rpm' +'supermin5-5.1.16-4.el7.x86_64.rpm' +'supermin-helper-5.1.16-4.el7.x86_64.rpm' +'perl-Sys-Guestfs-1.32.7-3.el7.x86_64.rpm' +'python-libguestfs-1.32.7-3.el7.x86_64.rpm' )