aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-12-01Update version for Beijing masterEric Multanen4-8/+8
Update vCPE VPP VNF env files with new versions. Change-Id: I935928f8631f3c5ee4307d905360f1d665e5b49f Issue-ID: INT-288 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-11-30Merge "Implement batching of VES events"Marco Platania15-106/+479
2017-11-30Up rev to 1.2 for BeijingBrian Freeman1-2/+2
Issue-ID: INT-288 Change-Id: I02a5e533aeaf4000c86351d3634f2b1883a970cd Signed-off-by: Brian Freeman <bf1936@att.com>
2017-11-30Bump version up in Heat templatesMarco Platania7-16/+16
Change the version number of SW artifacts and scripts for Baijing Release Change-Id: I8bc195490a3bab516c66b19baf2618e70537af99 Issue-ID: INT-288 Signed-off-by: Marco Platania <platania@research.att.com>
2017-11-30Merge "Add handling for keystone url w/o version"Marco Platania1-0/+9
2017-11-30Merge "Reset VES packet loss rate to zero on reboot"Marco Platania1-26/+14
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-29Add handling for keystone url w/o versionLusheng Ji1-0/+9
Issue-ID: DCAEGEN2-200 Change-Id: Ie686c2443f1110c680f3821fc9e51d68ea952156 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-11-28Implement batching of VES eventsGokul Singaraju15-106/+479
Issue-ID: CERT-6 Change-Id: Ie2ba74075539e6896b1c1bd580cf0a80414a04a1 Signed-off-by: Gokul Singaraju <goksing@gmail.com>
2017-11-28Bump minor versionJessica Wagantall15-15/+15
Bump minor version in preparation for Amsterdam branching. Change-Id: I64bcd76179736b8df252e6e9878227b506854aba Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-27set heat env gerrit branch to amsterdam1.0.0-ONAP1.0.0-AmsterdamJorge Hernandez2-2/+2
Change-Id: I02b13f25e5bdc1dbce80722ae21146c1b0ae2e64 Issue-ID: POLICY-454 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-11-21Add direct designate zone creation codeLusheng Ji1-3/+81
Added DNS zone creation code for OpenStack installations with Designate support. Previously for this type of OpenStack instaalations we assumed that there was no need to create new zone. But such assumption is not consistent with the DACE blueprints. Therefore the blueprints working for proxied Designate OpenStack installation will break not work for direct Designate OpenStack installations. This new change makes the vm_init behaves consistently for both direct Designate and proxied Designate so that the same blueprint can be use in both environments. Issue-ID: DCAEGEN2-200 Change-Id: I1f82f60facad77849c67f0feb1fa07f02af1079e Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-11-21Load updated MTU to systemd deps for dockerLusheng Ji1-2/+3
Issue-Id: DCAEGEN2-192 Change-Id: Idfccf5cb0b540ce9beb1d616e1d9f30252029175 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-11-20Merge "Fix path to Kafka archive"Gary Wu1-2/+2
2017-11-20Fix path to Kafka archiveMarco Platania1-2/+2
- Update MR init script to replace the URL of Kafka archives Change-Id: Id7bfa1af24e1ac833a9de83d420353ee316a6a4e Issue-ID: INT-343 Signed-off-by: Marco Platania <platania@research.att.com>
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-16Update heat env template to add usecase-uiGary Wu2-2/+2
Change-Id: Ia5d208855fd40af5862a845151f3e718e83b782b Issue-Id: USECASEUI-60 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-16Update VID versionGary Wu1-1/+1
Update VID version per change to docker-manifest.csv 218d6a41c1c3a2e24f6c3ae73ccc6497f35c1437 Change-Id: I5871e647e660eeaef9f026a65b607ed363e3c183 Issue-ID: VID-87 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-16Script to generate heat env using docker-manifestGary Wu3-2/+213
Change-Id: I872bde8621453332450a669609dc767047156866 Issue-ID: INT-334 Signed-off-by: Gary Wu <gary.i.wu@huawei.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-16Update docker version numbersMarco Platania1-2/+2
Change-Id: Ia1b9c473b36aa4af7b7bfe6ae4f6203dcc185c01 Issue-ID: INT-334 Signed-off-by: Marco Platania <platania@research.att.com>
2017-11-16Merge "Updated the docker version"Marco Platania1-1/+1
2017-11-16Merge "Update vfc release version"Marco Platania1-15/+15
2017-11-16Merge "Removed tunnel creation from vGW install script"Marco Platania1-4/+1
2017-11-16Updated the docker versionseshukm1-1/+1
IssueId: SO-346 Change-Id: I913184032640fed95c462c813d3d5296416eb0d7 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-16Update vfc release versionyangyan1-15/+15
Issue-ID: VFC-593 Change-Id: I3ad610d0f9dd8c2f10ffe545434edde98a493e5b Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2017-11-16Merge "Update dgbuilder docker to released version"Gary Wu1-1/+1
2017-11-16Update MSB docker to Amsterdam release versionHuabingZhao1-1/+1
Issue-Id: MSB-95 Change-Id: I020f3001e7822244eb2e8e4509efc8181f6c27ed Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-11-15Update dgbuilder docker to released versionDan Timoney1-1/+1
Update dgbuilder docker version to released version v0.1.0 Change-Id: I54e401ef3c6997365d57fcc717a199753a7a616b Issue-ID: CCSDK-80 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-11-15Fix typo in APPC docker versionMarco Platania1-1/+1
Change-Id: I9cca8b90b8b1efd9d6d7eabead72483cb2f1cb87 Issue-ID: INT-334 Signed-off-by: Marco Platania <platania@research.att.com>
2017-11-15Merge "Align Docker versions with manifest file"Marco Platania1-17/+17
2017-11-15Align Docker versions with manifest fileEric Debeau1-17/+17
Some Docker versions are not aligned with the last Docker images Align Docker version with manifest file: https://git.onap.org/integration/tree/version-manifest/src/main/resources/docker-manifest.csv Change-Id: Icdf6c61b7e3ca1eabcca6dafac189982b76611e2 ISSUE-ID: INT-334 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2017-11-15Merge "Update to final Policy docker"Marco Platania1-1/+1
2017-11-15Change gerrit branch to SDC and SDNCMarco Platania1-2/+2
Change-Id: I8465aa8dfc16d667bd4c7e7a60eb3f96ea1b248f Issue-ID: INT-334 Signed-off-by: Marco Platania <platania@research.att.com>
2017-11-15Update to final Policy dockerPamela Dragosh1-1/+1
Policy did one last release to v1.1.2 for Docker Change-Id: Ia5f9e40fe7e90a9cf74c93a7ad0f87b218698923 Issue-ID: POLICY-450 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-11-15Fix MSB docker version in Heat envMarco Platania1-1/+1
Change-Id: I90177c97912c8b6abc9178863bdbd6e3bf43fe48 Issue-ID: INT-334 Signed-off-by: Marco Platania <platania@research.att.com>
2017-11-15Merge "Fixed bug in v_brgemu_install.sh"Marco Platania1-2/+4
2017-11-15Merge "fill __docker_version__ in robot_vm template"Marco Platania1-0/+1
2017-11-15Merge "Change dcae docker version to release v1.1.0"Marco Platania1-1/+1
2017-11-15fill __docker_version__ in robot_vm templateSylvain Desbureaux1-0/+1
__docker_version__ was not filled before, causing the failure of robot docker (can't start). This patch solves it. Change-Id: I5c75b7f587a4bf43126a6eb74f86c2bce967e908 Issue-ID: INT-336 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
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-14Change dcae docker version to release v1.1.0Lusheng Ji1-1/+1
Issue-Id: DCAEGEN2-202 Change-Id: I25fa65b328de5b223f873b9dee6eacccfdded1bc Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-11-15Add DMaaP IP into UUI server docker run parametersshentao1-2/+2
Change-Id: If48d5f42914a3883a4dc90b7b78757d98577c3d5 Issue-Id: USECASEUI-56 Signed-off-by: shentao <shentao@chinamobile.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-15Merge "Use private IP in SDC config"Gary Wu2-9/+3