diff options
-rw-r--r-- | INFO | 7 | ||||
-rwxr-xr-x | build/overcloud-full.sh | 2 | ||||
-rw-r--r-- | build/variables.sh | 10 | ||||
-rw-r--r-- | ci/PR_revision.log | 1 |
4 files changed, 11 insertions, 9 deletions
@@ -20,8 +20,9 @@ IRC: Server:freenode.net Channel:#opnfv-apex Repository: apex Committers: -dradez@redhat.com -trozet@redhat.com -michapma@redhat.com +Dan Radez (dradez@redhat.com) +Tim Rozet (trozet@redhat.com) +Michael Chapman (michapma@redhat.com) +Feng Pan (fpan@redhat.com) Link to TSC approval of the project: http://ircbot.wl.linuxfoundation.org/meetings/opnfv-meeting/2015/opnfv-meeting.2015-07-14-14.00.html diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index e7f1dd7d..bce99437 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -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 diff --git a/build/variables.sh b/build/variables.sh index fda735cd..1cca352d 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -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 diff --git a/ci/PR_revision.log b/ci/PR_revision.log index b5a37722..a98c6dc6 100644 --- a/ci/PR_revision.log +++ b/ci/PR_revision.log @@ -29,3 +29,4 @@ 63,Fixes honeycomb on compute 62,Heat Domain 64,Fix missing metadata param +65,Add nic list and ip address to fdio class
\ No newline at end of file |