summaryrefslogtreecommitdiffstats
path: root/build/variables.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-07-11 11:57:06 -0400
committerTim Rozet <trozet@redhat.com>2016-07-13 11:04:05 -0400
commit7054599033d84f87037badf6ed896483417af2f6 (patch)
tree432f4622a8458c45ef631685150c3eb85a604260 /build/variables.sh
parente73182cbfa7f7b544fddfcbc0ea79644722d730e (diff)
Fixes build and deploy options for SFC/ONOS
SFC for colorado will be based on OVS 2.5.90 which does not need 3.13 kernel. This patch removes 3.13 kernel updates, adds OVS 2.5.90 and sets default odl_version to use boron (required for SFC with OVS 2.5.90). Also updates OVS build to a working one for ONOS. JIRA: APEX-156 JIRA: APEX-199 Change-Id: I095290d925138122f24e891f8412497f9a2c3141 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build/variables.sh')
-rw-r--r--build/variables.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/variables.sh b/build/variables.sh
index ccd1add5..78a03fd9 100644
--- a/build/variables.sh
+++ b/build/variables.sh
@@ -12,7 +12,7 @@ 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_jdk_uri=https://www.dropbox.com/s/qyujpib8zyhzeev
-onos_ovs_uri=https://www.dropbox.com/s/gm6o6k80l56pf0o
+onos_ovs_uri=https://www.dropbox.com/s/7rfr9l2qz3a36cc
openstack_congress=https://radez.fedorapeople.org/openstack-congress-2016.1-1.fc24.noarch.rpm
dpdk_uri_base=http://artifacts.opnfv.org/ovsnfv
@@ -23,3 +23,6 @@ dpdk_rpms=(
'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'
)
+
+ovs_rpm_name=openvswitch-2.5.90-0.11974.gitc4623bb8.1.el7.centos.x86_64.rpm
+ovs_kmod_rpm_name=openvswitch-kmod-2.5.90-1.el7.centos.x86_64.rpm