DPDK package fixes 19/19219/1
authorFeng Pan <fpan@redhat.com>
Mon, 22 Aug 2016 13:38:58 +0000 (09:38 -0400)
committerFeng Pan <fpan@redhat.com>
Mon, 22 Aug 2016 13:38:58 +0000 (09:38 -0400)
- Update DPDK and ovs-dpdk rpm links
- Change curl to wget to get proper error return code when failure
  occurs.

JIRA: APEX-119

Change-Id: Icdd8e11f1fff9e20695780215dee357b0aca45a5
Signed-off-by: Feng Pan <fpan@redhat.com>
build/overcloud-full.sh
build/variables.sh

index e7f1dd7..bce9943 100755 (executable)
@@ -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
 
index fda735c..1cca352 100644 (file)
@@ -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