From 2394885cd5009edfbd6fc9ecd7246db61552e28a Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Fri, 10 Jun 2016 09:01:30 -0400 Subject: Install dpdk packages when dataplane is set to ovs_dpdk Change-Id: Ib9978595738bb70172244af0505b6b43b0bc60a2 Signed-off-by: Feng Pan --- build/variables.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build/variables.sh') diff --git a/build/variables.sh b/build/variables.sh index 115650da..ad1edf91 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -11,3 +11,11 @@ rdo_images_uri=https://ci.centos.org/artifacts/rdo/images/mitaka/delorean/stable/ onos_release_uri=https://dl.dropboxusercontent.com/u/7079970/ onos_release_file=onos-1.5.0.tar.gz + +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' +) \ No newline at end of file -- cgit 1.2.3-korg