From: Tim Rozet Date: Tue, 23 May 2017 15:49:37 +0000 (-0400) Subject: Fixes missing permissions on configure-vm X-Git-Tag: opnfv-5.0.0~133 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5d52dc853acabfedf5d52130991650920832e801;p=apex.git Fixes missing permissions on configure-vm Also updates dpdk package location Change-Id: I123c3d8593b623f45273845726870224ff9f7ca8 Signed-off-by: Tim Rozet --- 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'