Closed taylor closed 5 years ago
Below is the command line instructions for recreating this error without running the vgmux install script:
p_version_snap=$(cat ves/ves-impl/pom.xml | grep -A 1 "jvpp-ves" | tail -1)
p_version_snap=$(echo "${p_version_snap%<*}")
p_version_snap=$(echo "${p_version_snap#*>}")
p_version=$(echo "${p_version_snap%-*}")
mvn install:install-file -Dfile=/usr/share/java/jvpp-ves-${p_version}.jar -DgroupId=io.fd.vpp -DartifactId=jvpp-ves -Dversion=${p_version_snap} -Dpackaging=jar
@taylor please share a link to the script with Ed W.
@edwarnicke, the build fails in the v_gmux_install.sh script on the following line https://github.com/onap/demo/blob/master/vnfs/vCPE/scripts/v_gmux_install.sh#L372
mvn install:install-file -Dfile=/usr/share/java/jvpp-ves-${p_version}.jar -DgroupId=io.fd.vpp -DartifactId=jvpp-ves -Dversion=${p_version_snap} -Dpackaging=jar
@edwarnicke, btw, The vg-mux install script doe patch the code which is downloaded, https://github.com/onap/demo/blob/master/vnfs/vCPE/scripts/v_gmux_install.sh#L81. The patches are in https://github.com/onap/demo/tree/master/vnfs/vCPE/vpp-ves-agent-for-vgmux/src/patches
in https://wiki.onap.org/display/DW/ONAP+vCPE+VPP-based+VNF+Installation+and+Usage+Information
Eric Multanen said:
ok - I reproduced this. I was able to build the vg-mux honeycomb with some changes. I've filed INT-525 - VPP vCPE VNF images cannot be built TO DO .
Upstream ticket: https://jira.onap.org/browse/INT-525
Initial Dockerfile for building vg_mux https://github.com/cncf/onap-demo/commit/7ec37fbab2462c2463849e35c756ecc624caf42d
Docker can be used for recreating the issue on the amsterdam
(and child) branches as well as master
(with the libevel patch merged).
closing as invalid / will not fix.
Work has moved to the CNCF CNF Testbed.
Build failure occurs while running
./v_gmux_install.sh
from step 5 of https://wiki.onap.org/display/DW/ONAP+vCPE+VPP-based+VNF+Installation+and+Usage+Information#ONAPvCPEVPP-basedVNFInstallationandUsageInformation-Buildingapre-builtVNFImageError Message:
Step from wiki
Console output