diff options
author | Feng Pan <fpan@redhat.com> | 2016-06-13 22:56:18 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2016-06-13 22:56:18 -0400 |
commit | 7e0eae34bd5ba27fcb8ba966a88b20ca18e43db7 (patch) | |
tree | 5923c99eb6c8a5bb283331e4db45f4e0e0bd071e /build | |
parent | 61c08699e3cdfec36633ae869fddbc4f22c32244 (diff) |
Install ovs-dpdk rpm when required
JIRA: APEX-119
Change-Id: Ie6d08c39fc22be109bf4792a4b7e6cfb4b44d6db
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/variables.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/variables.sh b/build/variables.sh index ad1edf91..8397dfd8 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -18,4 +18,5 @@ dpdk_rpms=( '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' )
\ No newline at end of file |