Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SNAPS
apex
Commits
02035a5c
Commit
02035a5c
authored
Aug 22, 2016
by
Tim Rozet
Committed by
Gerrit Code Review
Aug 22, 2016
Browse files
Merge "DPDK package fixes"
parents
7de33840
6d56bbff
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/overcloud-full.sh
View file @
02035a5c
...
...
@@ -46,7 +46,7 @@ pushd images > /dev/null
dpdk_pkg_str
=
''
for
package
in
${
dpdk_rpms
[@]
}
;
do
curl
-O
"
$dpdk_uri_base
/
$package
"
wget
"
$dpdk_uri_base
/
$package
"
dpdk_pkg_str+
=
" --upload
$package
:/root/dpdk_rpms"
done
...
...
build/variables.sh
View file @
02035a5c
...
...
@@ -18,11 +18,11 @@ doctor_driver=https://raw.githubusercontent.com/openstack/congress/master/congre
dpdk_uri_base
=
http://artifacts.opnfv.org/ovsnfv
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-
55ef39e7
-dpdk-16.04.0-1.el7.centos.x86_64.rpm'
'ovs4opnfv-
55ef39e7
-dpdk-devel-16.04.0-1.el7.centos.x86_64.rpm'
'ovs4opnfv-
55ef39e7
-dpdk-examples-16.04.0-1.el7.centos.x86_64.rpm'
'ovs4opnfv-
55ef39e7
-dpdk-tools-16.04.0-1.el7.centos.x86_64.rpm'
'ovs4opnfv-
55ef39e7
-openvswitch-2.5.90-0.12032.gitc61e93d6.1.el7.centos.x86_64.rpm'
)
ovs_rpm_name
=
openvswitch-2.5.90-1.el7.centos.x86_64.rpm
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment