Hi Enyinna, I am responding a bit late, but your instructions worked and I was able to create the pre-built image for vGMUX.
Thanks for the help. Best Regards, Arun Arora From: Ochulor, Enyinna [mailto:[email protected]] Sent: 17 July 2018 06:23 To: Multanen, Eric W <[email protected]>; [email protected]; Arun Arora (c) <[email protected]>; Kang Xi <[email protected]> Subject: RE: [onap-discuss] vCPE R2: VGMux pre-built image step fails with error in build script execution Hi Arun, 1. Clone master (https://github.com/onap/demo<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fonap%2Fdemo&data=02%7C01%7Caroraarun%40vmware.com%7C8d6ffcd4e6e54a77859108d5eb7fb6e8%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C1%7C0%7C636673856126968612&sdata=cfd4A7r3cvc477fjrqPCfvnsJmknJFRoAvx%2FnmQYxAw%3D&reserved=0>). The heat templates, install scripts, and hc2vpp files were patched there. 2. Using the guide here (https://wiki.onap.org/display/DW/ONAP+vCPE+VPP-based+VNF+Installation+and+Usage+Information<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.onap.org%2Fdisplay%2FDW%2FONAP%2BvCPE%2BVPP-based%2BVNF%2BInstallation%2Band%2BUsage%2BInformation&data=02%7C01%7Caroraarun%40vmware.com%7C8d6ffcd4e6e54a77859108d5eb7fb6e8%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C1%7C0%7C636673856126978625&sdata=VzdT1vfMcyA1dDFKiQM3ICoO4GXksyq3WLGKxhnC%2BAs%3D&reserved=0>), when you get to step 5, delete the install script in the VM eg. for the vgmux, 'rm /opt/v_gmux.install.sh'. 3. Then in /opt, get the updated install script, with the vgmux as an example, 'wget -L https://raw.githubusercontent.com/onap/demo/master/vnfs/vCPE/scripts/v_gmux_install.sh<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fonap%2Fdemo%2Fmaster%2Fvnfs%2FvCPE%2Fscripts%2Fv_gmux_install.sh&data=02%7C01%7Caroraarun%40vmware.com%7C8d6ffcd4e6e54a77859108d5eb7fb6e8%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C1%7C0%7C636673856126988634&sdata=qrz9B5Dp5LSmiEHStRreqEX5uR4wmqlGpTCVp8HDLUE%3D&reserved=0>'. 4. You can then chmod, and run the install script according to the guide. 5. Once you have a saved image(step 9 from the guide), you can then use the Beijing heat templates and the saved or pre-built image to instantiate VNFs. Let me know if you run into any issues. Thanks, Enyinna Ochulor From: Multanen, Eric W Sent: Monday, July 16, 2018 10:02 AM To: [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]>; Kang Xi <[email protected]<mailto:[email protected]>> Cc: Ochulor, Enyinna <[email protected]<mailto:[email protected]>> Subject: RE: [onap-discuss] vCPE R2: VGMux pre-built image step fails with error in build script execution Arun, It should be possible to build the image using the master template and script (i.e. the fix that was merged last week). Then deploy the image with the Beijing release heat template. Enyinna is going to run through that sequence and see if there are any issues. Eric From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Arun Arora Sent: Monday, July 16, 2018 8:48 AM To: Kang Xi <[email protected]<mailto:[email protected]>>; [email protected]<mailto:[email protected]> Cc: Ochulor, Enyinna <[email protected]<mailto:[email protected]>> Subject: Re: [onap-discuss] vCPE R2: VGMux pre-built image step fails with error in build script execution Hi Eric, I am using the Beijing release. By the time this issue fixes do you have any localized patch or any other branch which does not have the issue? Best Regards, Arun Arora From: Multanen, Eric W Sent: Monday, July 16, 9:15 PM Subject: Re: [onap-discuss] vCPE R2: VGMux pre-built image step fails with error in build script execution To: Kang Xi, Arun Arora (c), [email protected]<mailto:[email protected]> Cc: Ochulor, Enyinna Arun, This looks like it could be related to the issue we're trying to fix here: https://gerrit.onap.org/r/#/c/56311/<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgerrit.onap.org%2Fr%2F%23%2Fc%2F56311%2F&data=02%7C01%7Caroraarun%40vmware.com%7C4ba920aa00c94ebd320408d5eb331a8b%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C1%7C0%7C636673527085389394&sdata=UrRKJ8PSCvyiIe%2BvShkCgoOxm3rODG6zgV9eS4A9pgw%3D&reserved=0> Are you using the master branch or the Beijing release branch? Eric From: Kang Xi [mailto:[email protected]] Sent: Monday, July 16, 2018 8:08 AM To: Arun Arora (c) <[email protected]<mailto:[email protected]>>; [email protected]<mailto:[email protected]>; Multanen, Eric W <[email protected]<mailto:[email protected]>> Subject: RE: vCPE R2: VGMux pre-built image step fails with error in build script execution Hi Eric, Would you please take a look? Thanks. Regards, Kang From: Arun Arora (c) [mailto:[email protected]] Sent: Monday, July 16, 2018 4:14 To: Kang Xi <[email protected]<mailto:[email protected]>>; onap<mailto:[email protected]>[email protected]<mailto:[email protected]> Subject: vCPE R2: VGMux pre-built image step fails with error in build script execution Hi Kang, ONAP Team, I am trying to create pre-built image for VGMUX to run vCPE R2 use case. I am getting an error with the build script. Following highlighted text is the snippet. Complete logs are attached. Can you please help in resolving this issue.. NAPSHOT/honeycomb-parent-1.17.04.1-SNAPSHOT.pom, line 512, column 21 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project io.fd.hc2vpp.integration:vpp-integration-distribution:1.17.04.1-SNAPSHOT (/opt/hc2vpp/vpp-integration/minimal-distribution/pom.xml) has 1 error [ERROR] 'dependencies.dependency.version' for io.fd.hc2vpp.ves:ves-impl:jar must be a valid version but is '${vesagent.version}'. @ line 157, column 16 [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FProjectBuildingException&data=02%7C01%7Caroraarun%40vmware.com%7C4ba920aa00c94ebd320408d5eb331a8b%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C1%7C0%7C636673527085389394&sdata=0ogWWQsC3Bx8Xa78aG5YPzwF4bX2RqdWHHgMzyWzBYg%3D&reserved=0>ProjectBuildingException<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FProjectBuildingException&data=02%7C01%7Caroraarun%40vmware.com%7C4ba920aa00c94ebd320408d5eb331a8b%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C1%7C0%7C636673527085389394&sdata=0ogWWQsC3Bx8Xa78aG5YPzwF4bX2RqdWHHgMzyWzBYg%3D&reserved=0> Best Regards, Arun Arora -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11381): https://lists.onap.org/g/onap-discuss/message/11381 Mute This Topic: https://lists.onap.org/mt/23530144/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
