aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vCPE/scripts/v_gw_build.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-08-22Fix whitespace issue in vgw of vcpeMatthew Davis1-1/+1
The extra space means that the script throws an error (But continues anyway). Also that the variable is set to an empty string. Issue-ID: DCAEGEN2-724 Change-Id: Ib568da17ebf307da1e72e22d1f52331031c4412d Signed-off-by: Matthew Davis <Matthew.Davis.2@team.telstra.com>
2018-08-10Automate vCPE vG-MUX and VG build image processPraneta Paithankar1-5/+35
Build script is executed with its heat template. script_status.txt in /opt folder will show the status of execution of build and install script. Issue-ID: INT-620 Change-Id: I4b0b5c49ed20458b21423fc83545203e1aea02f5 Signed-off-by: Praneta Paithankar <praneta.paithankar@intel.com>
2018-08-07Refactor vCPE vG-MUX and vG image creation processPraneta Paithankar1-0/+170
Separate heat/env templates and build scripts have been created for vG-MUX and vG The build logic and parameters are removed from the install scripts and the base heat/env files used to deploy the VMs. For backwards compatibility, the compile_state parameter was added to both VMs.  Small corrections were made to the heat templates for clarity. Issue-ID: INT-615 Change-Id: I3180654f959776ebd4706613e00b9faff3f72e9e Signed-off-by: Praneta Paithankar <praneta.paithankar@intel.com>