aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vCPE/scripts
AgeCommit message (Collapse)AuthorFilesLines
2020-06-15Use SNAPSHOT version in pom filesMarco Platania1-1/+1
Issue-ID: INT-1625 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I239600f6bd6a8446e844c4ceb21eb813351a036a
2020-06-12Update POM and heat env to use 1.6.0Marco Platania1-1/+1
Issue-ID: INT-1625 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I3bbe0915552991612d27aaedde424580edcefc5f
2019-09-18Bump poms and heat envs to 1.6.0-SNAPSHOTMarco Platania1-1/+1
Issue-ID: TEST-216 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Ie69b696d3c8b8bee726e092c16c33e4a68d4ce2d
2019-08-11Fixing syntax in vCPE scriptsTomáš Levora2-7/+7
Issue-ID: INT-1199 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com> Change-Id: I0444dba68fe8b9701e4e7a6055a1d6b9a0c600ff
2019-05-07Roll version numberMarco Platania1-1/+1
Change-Id: If18c9d5ba60896b5acaa9fb287620feb558b47d3 Issue-ID: INT-1070 Signed-off-by: Marco Platania <platania@research.att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-12-06Add demo to vCPE Public DNSBrian Freeman4-1/+74
Issue-ID: INT-755 Change-Id: I660c964cff60c33ae3f3c4aa9b47d2960789ea43 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-11-15Version bump demo repo master to 1.4.0-SNAPSHOTGary Wu1-1/+1
Change-Id: I204f992ce81391c4f5be671e9ea574fef80c11b1 Issue-ID: INT-722 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-15Fix version of libevel code used for vgmuxEric Multanen1-1/+1
The VES patch applied the vgmux code needs to be applied against a version of the code that was present near the date of Nov 20, 2017. The code for libevel.so present in the repo at that time produces events with the correct attribute labels. (see refered Issue ID) This patch provides a suitable commit id to use. Replacing one which was not suitable. Change-Id: I3460927e21ff23bc66ac77475f4d8d45921476e0 Issue-ID: TEST-132 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2018-08-29Retrieve demo artifacts via nexus REST APIGary Wu4-5/+9
This supports the use of SNAPSHOT demo artifacts in the vnf HEAT templates. Change-Id: I980c879819b1a396c985c7a2af1885b28e4f150a Issue-ID: INT-592 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
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-13Merge "Automate vCPE vBRG and vBNG build image process"Marco Platania4-10/+69
2018-08-13Merge "Automate vCPE vG-MUX and VG build image process"Marco Platania4-14/+80
2018-08-10Automate vCPE vBRG and vBNG build image processMariah Jacobs4-10/+69
Build script is executed with its heat template. script_status.txt in /opt folder will show the status of execution of build and install scripts. Issue-ID: INT-620 Change-Id: Id798d7e320e5b7f7bf1846d4b9c377b7addb901c Signed-off-by: Mariah Jacobs <mariah.jacobs@intel.com>
2018-08-10Automate vCPE vG-MUX and VG build image processPraneta Paithankar4-14/+80
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-08Merge "Refactor vCPE vG-MUX and vG image creation process"Marco Platania4-524/+490
2018-08-07Refactor vCPE vG-MUX and vG image creation processPraneta Paithankar4-524/+490
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>
2018-08-07Refactor vCPE vBRG and vBNG image creation processMariah Jacobs4-287/+265
Separate templates and build scripts have been created for vBRG and vBNG. Build logic and parameters are removed from install scripts and base heat/env files used to deploy the VMs. For backwards compatibility, compile_state parameter was added to both VMs. Small corrections were made to the heat templates for clarity. Issue-ID: INT-615 Change-Id: Ia171994d2f4e17523f319b0a048d77fec29e487b Signed-off-by: Mariah Jacobs <mariah.jacobs@intel.com>
2018-07-19Deprecate use of sites/raw for vnf HEAT templatesGary Wu8-26/+18
Replace the use of sites/raw in vnf HEAT templates with zipped script artifacts Change-Id: I93c331c0f4753e8bf661e5a577463ab38bd116f5 Issue-ID: INT-592 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-19Fix vnf script groupIdsGary Wu1-1/+1
Change-Id: I5411f69a8c438d2588678bb7f2613c4303217f26 Issue-ID: INT-592 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-19Package and deploy VNF scriptsGary Wu2-0/+88
The deployment of VNF scripts to sites/raw was deprecated. This packages up those scripts ad Maven artifacts. Change-Id: I7ba52c9c75c7c76676634cbfb7d915c0a5a2956f Issue-ID: INT-592 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-16Merge "Update vCPE vBNG vpp to released version"Marco Platania1-2/+2
2018-07-12Fix vGMUX building from snapshot dependency issuesEnyinna Ochulor1-4/+4
The vgmux env, yaml, install script, and hc2vpp patch files were edited to remove snapshot dependencies. Change-Id: Ibfdef8cf35013c4fea8254437d12098a0bb82575 Issue-ID: INT-525 Signed-off-by: Enyinna Ochulor <enyinna.ochulor@intel.com>
2018-07-12Update vCPE vBNG vpp to released versionMariah Jacobs1-2/+2
Maintain consistency across VNFs with the snapshot dependency build fix. Checkout vpp released code rather than stable branch. Modify heat and env template parameters to specify release tag is checked out. Issue-ID: INT-525 Change-Id: I190f47053a593040fe0cbfbda1da2fbef839e3fc Signed-off-by: Mariah Jacobs <mariah.jacobs@intel.com>
2018-07-11Fix vDHCP CPE_PUBLIC configBrian Freeman1-5/+10
Issue-ID: TEST-104 Change-Id: I9f2fcbe1f929240045b971dfff854423df254cbc Signed-off-by: Brian Freeman <bf1936@att.com>
2018-07-11Merge "Fix vCPE VNF vBRG image build issue"Marco Platania1-4/+4
2018-07-10Fix vCPE VNF vBRG image build issueMariah Jacobs1-4/+4
Checkout hc2vpp and vpp released code rather than stable branches. Modify heat and env template parameters to specify release tag is checked out. The buildable vBRG image is no longer dependent on snapshot artifacts. Issue-ID: INT-525 Change-Id: Ic13ce1c11138856a0958ec8af0c2c9f293f206f9 Signed-off-by: Mariah Jacobs <mariah.jacobs@intel.com>
2018-07-10Fix VPP vCPE VNF vGW image build issuePraneta Paithankar1-5/+5
The honeycomb software of VPP vCPE vGW image can not built. The builds were dependent on snapshot artifacts. These artifacts have now disappeared from upstream fd.io nexus. vGW heat template files i.e. base_vcpe_vgw.env and base_vcpe_vgw.yaml are modified. Now heat templates work with release tag of vpp and hc2vpp repositories. v_gw_install.sh is modified accordingly. Issue-ID: INT-525 Change-Id: I61d9d313ff619729b54cbda959d5daeec557c5b6 Signed-off-by: Praneta Paithankar <praneta.paithankar@intel.com>
2018-06-07Add script for Change ManagementMarco Platania1-0/+49
Change-Id: Id59d701913d18cdb0cf0bfdcc79cd79563db4aa4 Issue-ID: SO-602 Signed-off-by: Marco Platania <platania@research.att.com>
2018-06-05Update for OOM DMaaP PortBrian Freeman2-2/+4
Issue-ID: INT-522 Change-Id: I7d29fee829312559554dd8c95b39dce1aabe0f3b Signed-off-by: Brian Freeman <bf1936@att.com>
2018-01-03Fixed DHCP server problemSrivahni1-2/+4
Moved DHCP server installation to the build phase of the deployment to eliminate the problem of it going down sometimes. Change-Id: I7a5db7aacb57600fe14b1cae9d10caab1593b24e Issue-ID: INT-63 Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
2017-11-29Reset VES packet loss rate to zero on rebootEric Multanen1-26/+14
Adds logic to reset the VES packet loss rate to 0% when the vg-mux is rebooted. As part of this change, the VES agent configuration will only be restored via the honeycomb persistence mechanism. So, if the VES agent is configured via the vppctl CLI, that setting will not be saved during shutdown. In other words, setting of the VES agent and VES mode should be done via the honeycomb REST API in order for the configuration to be persisted across reboot (with the pkt loss rate being reset to 0 %). Change-Id: I8d1f43316d9608f8d7e7ce919f129ce8fe48aa7f Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-11-17Fixed tap, lstack and DHCP problemsSrivahni1-13/+39
Moved tap and lstack configuration from setup.gate file to vGW init script Created vGW service to start after honeycomb service and modified DHCP service to start after vGW service Change-Id: Ib6936f6a1108ccdc34b3257a7bb82b49661f1e3b Issue-ID: INT-63 Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
2017-11-16Added vxlan tunnel creationSrivahni1-0/+2
Added vxlan tunnel creation to vGW install script Change-Id: Ie43bbdc66a3ff607f8dd6c203910d45c6052c954 Issue-ID: INT-63 Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
2017-11-16Merge "Removed tunnel creation from vGW install script"Marco Platania1-4/+1
2017-11-15Merge "Fixed bug in v_brgemu_install.sh"Marco Platania1-2/+4
2017-11-14Fixed bug in v_brgemu_install.shItohan1-2/+4
Moved creation of nat_service.sh to an if block Issue-ID: INT-63 Change-Id: I44a86012dd08359859c24c41a7c6693b9b3429a2 Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
2017-11-14Configure honeycomb NAT settings after vpp crashItohan2-4/+30
Modified vbrg install script to include a service to reconfigure vpp honeycomb NAT after vpp crash Modified vbrg init script to start nat service Change-Id: I417caa5759d83b429ca4b44f42737c0f9061a3d8 Issue-ID: INT-63 Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
2017-11-14Merge "Configure honeycomb NAT settings after vpp crash"Marco Platania2-4/+30
2017-11-10Removed tunnel creation from vGW install scriptSrivahni1-4/+1
Removed vG-vGMUX vxlan tunnel creation from vGW install script to create the tunnel via Directed Graph. Change-Id: I3d4aa143d299d54bcf638a946fcee70dad24ac15 Issue-ID: INT-63 Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
2017-11-08Install DHCP CPEPUBLCBrian Freeman3-3/+76
Issue-ID: INT-81 Change-Id: If6e695f0a6783f00be2ee98461897fd5a60b797a Signed-off-by: Brian Freeman <bf1936@att.com>
2017-11-07Merge "Updated vGW env, yaml and install scripts"Marco Platania1-5/+11
2017-11-06Configure route to vBRG via vBNG on vGMUXEric Multanen1-2/+5
Add parameters to the heat template to allow configuration of the route the vBRG from the vGMUX via the vBNG. Change-Id: I7aef31af7470ceb264af06326af8724246c7d8ed Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-11-06Updated vGW env, yaml and install scriptsSrivahni1-5/+11
Included mux_ip_addr and vg_vgmux_tunnel_vni parameters in the env file Included definitions for mux_ip_addr and vg_vgmux_tunnel_vni in the yaml file Change-Id: Ibbfca035e44f00094e5231bb3d21610e9b1c239c Issue-ID: INT-63 Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
2017-11-03Update the v_bng init script to wait for tap0Matt Welch1-1/+9
A route wasn't being added by the init script because vpp was not yet ready. This change will cause the init script to wait until the tap0 device has been created. Change-Id: Ief11ce332e0ddfdf40b1fe8b9e067edf38568db0 Issue-ID: INT-63 Signed-off-by: Matt Welch <matt.welch@intel.com>
2017-11-03Merge "Update vBNG for communication with SDNC"Marco Platania2-0/+12
2017-11-03Merge "Modified vbrg install script to fix tap problems"Marco Platania1-22/+17
2017-11-02Modified vbrg install script to fix tap problemsItohan1-22/+17
Added variables for vpp tap names Modified vpp setup.gate file Change-Id: Iddf339248d6de83e16a24587f6d5625dbe124990 Issue-ID: INT-63 Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
2017-11-02Update vBNG for communication with SDNCMatt Welch2-0/+12
Enable ipv4 forwarding on vbng and add config to enable communication with the sdnc VNF. Updated 'dummy' addresses from 30.0.0.0/24 to 192.168.40.0/24 subnet to prevent collision with public IP subnet. Change-Id: I89d3b8d972822caaedeab2aa00dd4a0c9f19654d Issue-ID: INT-63 Signed-off-by: Matt Welch <matt.welch@intel.com>
2017-11-02Merge "Modified vbrg install script for sdnc config"Marco Platania1-3/+22
2017-11-01Modified vbrg install script for sdnc configItohan1-3/+22
Modified script to include sdnc routing and arp configurations Change-Id: I510a8abd11dc6df0d5cedc657d6229a1fd243f59 Issue-ID: INT-63 Signed-off-by: Itohan <itohan.ukponmwan@intel.com>