From 5e376c3a4a3b655ec5974953e6798ac83f7bf8f3 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 28 Feb 2017 17:27:48 -0500 Subject: Fixes mismatch for Java APIs between HC and VPP and L2 pkgs This copies the same API jars used for VPP to the Honeycomb to help workaround the issues we are facing of incompatible Java APIs between HC and VPP versions. It also locks vpp/honeycomb/odl to known working packages for L2 scenarios. Also increases overcloud disk +400MB to accomodate more vpp pkgs. opnfv-tht-pr: 122 Change-Id: Id803834e1f1fa352778784da9ac246ab9c58a3b1 Signed-off-by: Tim Rozet --- build/variables.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build/variables.sh') diff --git a/build/variables.sh b/build/variables.sh index 4ba591c4..be610d43 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -57,3 +57,11 @@ netvpp_commit=$(git ls-remote ${netvpp_repo} ${netvpp_branch} | awk '{print subs netvpp_pkg=python-networking-vpp-0.0.1-1.git${NETVPP_COMMIT}$(rpm -E %dist).noarch.rpm gluon_rpm=gluon-0.0.1-1_20170216.noarch.rpm +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' +) -- cgit 1.2.3-korg