summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-03-16 13:33:42 -0400
committerDan Radez <dradez@redhat.com>2017-03-16 14:15:48 -0400
commit59120f0ddd3ad84feab0ffb9defc185f73f910a5 (patch)
tree4281b760d9da5133129afb87f204a904cde76422 /build
parentb77cc512c3b9055dccdd3a774b2542ee38233bf3 (diff)
Removes vpp-devel from package install
Change-Id: I16f5defdd47f19095f97414f46cd9e12d3c53b19 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build')
-rwxr-xr-xbuild/overcloud-full.sh2
-rw-r--r--build/variables.sh1
2 files changed, 1 insertions, 2 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh
index 4222b278..a3033025 100755
--- a/build/overcloud-full.sh
+++ b/build/overcloud-full.sh
@@ -112,7 +112,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \
--run-command "mkdir /root/dpdk_rpms" \
--upload ${BUILD_DIR}/fdio.repo:/etc/yum.repos.d/fdio.repo \
$dpdk_pkg_str \
- --run-command "yum install --downloadonly --downloaddir=/root/fdio vpp vpp-devel vpp-lib vpp-api-python vpp-plugins vpp-api-java" \
+ --run-command "yum install --downloadonly --downloaddir=/root/fdio vpp vpp-lib vpp-api-python vpp-plugins vpp-api-java" \
--upload ${BUILD_DIR}/noarch/$netvpp_pkg:/root/fdio \
--run-command "yum install -y /root/fdio/*.rpm" \
--run-command "mkdir /root/fdio_l2" \
diff --git a/build/variables.sh b/build/variables.sh
index 53bf72f9..9322442e 100644
--- a/build/variables.sh
+++ b/build/variables.sh
@@ -62,7 +62,6 @@ fdio_l2_uri_base=http://artifacts.opnfv.org/apex/danube/fdio_l2_rpms
fdio_l2_pkgs=(
'vpp-17.04-rc0~300_gdef19da~b1923.x86_64.rpm'
'vpp-api-python-17.04-rc0~300_gdef19da~b1923.x86_64.rpm'
-'vpp-devel-17.04-rc0~300_gdef19da~b1923.x86_64.rpm'
'vpp-lib-17.04-rc0~300_gdef19da~b1923.x86_64.rpm'
'vpp-plugins-17.04-rc0~300_gdef19da~b1923.x86_64.rpm'
)