aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs
AgeCommit message (Collapse)AuthorFilesLines
2018-03-22Bump version to 1.1.2-SNAPSHOTGary Wu13-13/+13
Change-Id: Id3d0c67ad2be16daa754bd085227847ff7172256 Issue-ID: INT-406 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-12-08delete vFW policy before updating resourceIDJorge Hernandez1-0/+16
POLICY-486 deals with the issue that pushPolicy API may not provision the latest version of the policy when multiple versions are present. While a fix has been merged into amsterdam release, it has not been released, the next 1.1.2 released version has not been produced yet. We met with Tarun to discuss the issue and suggested to place a call to the deletePolicy in the script. After a few tests, we think that this fix works around the POLICY-486 issue, and seems that updates the resourceID correctly, by ensuring that at there is only 0 or 1 versions of the policy at a given time. Change-Id: Ibcd20869d13dc115d57db5bc79b56513547324f7 Issue-ID: POLICY-486 Signed-off-by: Jorge Hernandez <jh1730@att.com> (cherry picked from commit 5b35c140c63bb737f65077f96b5c3253c74643ea)
2017-11-28Bump patch versionJessica Wagantall13-13/+13
Bump patch version in preparation for Amsterdam branching. Change-Id: I50a6a7b6b064df8118fe50ea9728c196443d0994 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-20Merge "Fixed bug in vbrg vpp snat patch"Marco Platania1-32/+45
2017-11-17Fixed bug in vbrg vpp snat patchItohan1-32/+45
Modified script to close files after use Modified script to call fgets only if file is not null Issue-ID: INT-63 Change-Id: I61519f9c248dde8ae44f148cb4c1cc594615ea7c Signed-off-by: Itohan <itohan.ukponmwan@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-17Fix setting vGMUX VES server port via honeycombEric Multanen1-2/+2
Fixes an issue where vpp would crash if the VES server port number was set via honeycomb rest call. The port value was being handled as a byte so larger values (e.g. 8080) caused the problem. Change-Id: Ib42725033f92d597524bbfda1f12cc7e43c87b4a Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-11-16Add script to update operational policyMarco Platania1-0/+74
- The script is used to update the operational policy during vFW closed loop Change-Id: Ib86cbb2bbfa821e7ea8197c014f0556ee5817d92 Issue-ID: CERT-1 Signed-off-by: Marco Platania <platania@research.att.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-15Merge "Fix streams in vLB/vDNS VNF"Gary Wu2-9/+46
2017-11-14Fix streams in vLB/vDNS VNFMarco Platania2-9/+46
- Fixed an issue that prevented vPacketGen to run more than 2 streams - Improved DNS query load balancing by rehashing port numbers in the streams Change-Id: Iec962301712df505569dc210770ecf1aaf6e5c5c Issue-ID: CERT-1 Signed-off-by: Marco Platania <platania@research.att.com>
2017-11-14Merge "Configure honeycomb NAT settings after vpp crash"Marco Platania2-4/+30
2017-11-11Add sourceName override option to vg-muxEric Multanen3-74/+195
This patch provides the option to override the value sourceName field in the VES event generated by the vG-MUX VES agent. The value can be configured by vppctl CLI command or via honeycomb REST call. Change-Id: I1a8b0450b989391b39780476842a576b82564dff Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
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-07Merge "Configure route to vBRG via vBNG on vGMUX"Marco Platania1-2/+5
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-06Revert "Update VES message version numbers to 5.3"Marco Platania1-16/+16
This reverts commit d71cea44a539ea0066d9c57f56a9b138399b5b4d. Change-Id: I45c154170cc75890ac8445c214c6a7f873f9dd78 Issue-ID: CERT-5 Signed-off-by: Marco Platania <platania@research.att.com>
2017-11-04Merge "Update the v_bng init script to wait for tap0"Marco Platania1-1/+9
2017-11-03Update VES message version numbers to 5.3Gokul Singaraju1-16/+16
Issue-Id: CERT-5 Change-Id: I6f3071d24d5c3f27c4214ebda653a120b6a5522e Signed-off-by: Gokul Singaraju <goksing@gmail.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>
2017-11-01Fix Default GatewayBrian Freeman3-15/+16
Issue-ID: UCA-40 Change-Id: I2a7d48854f674d0eeadcf952afcf1d780b455e7d Signed-off-by: Brian Freeman <bf1936@att.com>
2017-10-30Fixed bug in vbrg install script here documentItohan1-2/+5
Modified script to correctly configure snat rules Change-Id: Ie88f747f05745070cfdab2f35eb78f2f01177436 Issue-ID: INT-63 Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
2017-10-30Merge "Change listener to eth1"Marco Platania2-2/+4
2017-10-28Change listener to eth1Pilot2-2/+4
Issue-ID: UCA-39 Change-Id: Ib66b6cc353f68b820716ed7548b2c86a30420025 Signed-off-by: bdfreeman1421 <bf1936@att.com> Signed-off-by: Pilot <bf1936@att.com>
2017-10-27vCPE vBNG: fix v_bng_install.sh, env, & yamlMatt Welch3-4255/+618
Update vBNG environment and heat templates. Update v_bng installer for ONAP cloud environment, add 'build state' control to phases of the installer. Automatically detect ethernet pci devs for vpp. Remove binary blobs from Vpp-Integrate-FreeRADIUS-Client-for-vBNG.patch (cause of the HUGE line count in this patch) Modify Vpp patch to include dhcp.api.h file which fixes build errors. Change-Id: If9e61185f2dde9095efda08aa8f72c2c03c475e7 Issue-ID: INT-63 Signed-off-by: Matt Welch <matt.welch@intel.com>
2017-10-27Merge "Fixed vbrg Install, env and yaml scipts"Marco Platania1-254/+283
2017-10-27Fixed vbrg Install, env and yaml sciptsItohan1-254/+283
Fixed bugs in vCPE vbrg emulator install script Modified Script to include different build modes Fixed here documents bind_nic.sh and set_nat.sh Commented out the 192.168.1.0/24 network configurations in the yaml and env files Change-Id: I2f6dee1843e6e289fe199844ed80d010257bce63 Issue-ID: INT-63 Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
2017-10-26Modified vGW .env, .yaml and install scriptsSrivahni1-76/+114
Configured vGW .env file Configured vGW .yaml file to not run the install script Modified vGW install script and included different build modes Change-Id: I178cc1909ffa13fc5164e142de1de78b1366c624 Issue-ID: INT-63 Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
2017-10-26vCPE vG-MUX- fix auto ugrade disable configurationEric Multanen1-1/+7
Move configuration of disabling auto upgrade to the 'build' phase of the install script. Also, disable the setting in the /etc/apt/apt.conf.d/20auto-upgrades file. Auto upgrade of the kernel without associated packages can cause vpp to stop working. This should help keep the demo instances running without occasional failures. Change-Id: Ief46bc7866a94d67fe2c3d2fe2d1f22bb4433aa9 Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-10-26vCPE vG-MUX - fixup default vpp configurationEric Multanen1-6/+19
Instead of hard coding VPP interface names, derive them from the PCI addresses of the network devices when setting up the default vpp configuration in /etc/vpp/setup.gate. Also, remove the vxlan tunnel configuration from the default vpp configuration - this will be created by SDNC. Change-Id: Ife48ac19b8d3869c7d65e83bdf8ab9a5a2c3301c Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-10-24Fixes for the vCPE vG-MUX install scriptEric Multanen1-125/+155
This change improves the vG-MUX install script by: - setting bng-mux network IP and mux-gw IP from environment variables instead of hardcoded values - provides ability to use script to prepare a snapshot image with the vpp and honeycomb binaries pre-compiles to improve vnf deployment time (was taking about 40 minutes). Change-Id: Ib5423af6d88f4501ac3ecfd4a4cbc9b315460194 Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-10-23Update License textGokul Singaraju44-53/+90
Issue-Id: CERT-4 Change-Id: I4b92e39ea6bedb5c5a70eae93ee8e7c4be9f9866 Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
2017-10-18Fixup errors in vgmux install scriptEric Multanen1-2/+2
Correct a couple typos made in the vgmux install script. Change-Id: Ib6eff3a875c3588bb1aad42a4105827d883b9c8d Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-10-17Fixes for vCPE vG-MUX install scriptEric Multanen2-60/+170
Addresses the following items: - Do not setup auto configuration for eth1 and eth3 These interfaces will be used by vpp so they need to be down - Fix pci bus numbering for vpp interfaces - Fixes to properly create the 'save_config' script - Install linux-image-extra package to get uio_pci_generic driver module for the vpp dpdk interfaces - fix build of honeycomb so the jvpp-ves module built by vpp can be found - Patch libevel.so code to tweak the VES data produced so that sourceId and sourceName come from the openstack vnf_id property (instead of vm_uuid and vm_name) Issue-ID: INT-63 Change-Id: I469c2377df9dd9920a5769628b2b14d043d55d63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-10-13Fix development commentsGokul Singaraju1-1/+0
Issue-Id: CERT-3 Change-Id: Ibb0679fb2c44a6503aa933fff5bbb5a2ce7805d2 Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
2017-10-12Fix development commentsGokul Singaraju2-4/+0
Issue-Id: CERT-2 Change-Id: Id7eed5e09bac3199f0911f92ab05ea3f877692bc Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
2017-10-11Remove percent from vCPE VES packet loss valueEric Multanen1-1/+1
Remove percentage symbol from output reported for Packet Loss Rate in the VES ouput. Change-Id: I9f827a5152521d3dac2f2ac6c2fb01d107d393ae Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>