diff options
author | Tim Rozet <trozet@redhat.com> | 2016-06-10 21:34:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-10 21:34:23 +0000 |
commit | e2c2850bb337187918d27ea01715e79eefc5a7ee (patch) | |
tree | e330a182a09d99dd5c94a2bde77547ddb72c8bfc /build/variables.sh | |
parent | ad81386dc5417dea8ffe85185109ce69f3379866 (diff) | |
parent | 2394885cd5009edfbd6fc9ecd7246db61552e28a (diff) |
Merge "Install dpdk packages when dataplane is set to ovs_dpdk"
Diffstat (limited to 'build/variables.sh')
-rw-r--r-- | build/variables.sh | 8 |
1 files changed, 8 insertions, 0 deletions
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 |