summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-05-23 11:49:37 -0400
committerTim Rozet <trozet@redhat.com>2017-05-25 11:22:08 -0400
commit5d52dc853acabfedf5d52130991650920832e801 (patch)
tree10dfc1a68343cc108005c996157aa3278cdc2718
parentdcd47c9bfd51cd8b84fecbe44b49d589ac821adc (diff)
Fixes missing permissions on configure-vm
Also updates dpdk package location Change-Id: I123c3d8593b623f45273845726870224ff9f7ca8 Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r--build/rpm_specs/opnfv-apex-common.spec2
-rw-r--r--build/variables.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/rpm_specs/opnfv-apex-common.spec b/build/rpm_specs/opnfv-apex-common.spec
index c8fcdb7c..39c822b6 100644
--- a/build/rpm_specs/opnfv-apex-common.spec
+++ b/build/rpm_specs/opnfv-apex-common.spec
@@ -115,7 +115,7 @@ install config/inventory/pod_example_settings.yaml %{buildroot}%{_docdir}/opnfv/
%{_var}/opt/opnfv/lib/overcloud-deploy-functions.sh
%{_var}/opt/opnfv/lib/post-install-functions.sh
%{_var}/opt/opnfv/lib/utility-functions.sh
-%{_var}/opt/opnfv/lib/configure-vm
+%attr(755,root,root) %{_var}/opt/opnfv/lib/configure-vm
%{_var}/opt/opnfv/lib/python/
%{python3_sitelib}/apex/
%{_var}/opt/opnfv/lib/installer/domain.xml
diff --git a/build/variables.sh b/build/variables.sh
index 9188768d..41d86e92 100644
--- a/build/variables.sh
+++ b/build/variables.sh
@@ -25,7 +25,7 @@ onos_ovs_pkg=package_ovs_rpm3.tar.gz
if [ -z ${GS_PATHNAME+x} ]; then
GS_PATHNAME=/colorado
fi
-dpdk_uri_base=http://artifacts.opnfv.org/ovsnfv
+dpdk_uri_base=http://artifacts.opnfv.org/ovsnfv/danube
dpdk_rpms=(
'ovs4opnfv-e8acab14-dpdk-16.11-5.el7.centos.x86_64.rpm'
'ovs4opnfv-e8acab14-dpdk-devel-16.11-5.el7.centos.x86_64.rpm'