aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-22Merge "Fix the developer info"Byung-Woo Jun3-12/+13
2018-09-22Merge "Fix improper Licesnse scans"Byung-Woo Jun1-1/+1
2018-09-22Fix the monitroing featureseshukm1-4/+4
Change-Id: I6be6c8aabfe1a1248d72d7e77db017e1d1d57562 Issue-ID: SO-1085 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-09-22Fix the developer infoseshukm3-12/+13
Change-Id: Id5c96acc2a5fff6ddb4470aa8ed822a287a90fc7 Issue-ID: SO-1084 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-09-22Fix improper Licesnse scansseshukm1-1/+1
Change-Id: I701f1b9475e0a1f74e007c90757b70bc4502b6da Issue-ID: SO-915 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-09-22Merge "DeploymentInfo tests and construction improvement"Seshu Kumar M6-279/+423
2018-09-21Updated Reference data for AutoScaleOutPrema Bhatt1-0/+7
Change-Id: I7a4739a748dda3e34369b2f0fa5ca398ffe8be9b Issue-ID: SO-1083 Signed-off-by: Prema Bhatt <pb6115@att.com>
2018-09-21Merge "various bugfixes for casablanca"Rob Daugherty28-400/+541
2018-09-21Merge "added test case to ResponseHandlerTest.java"Seshu Kumar M1-11/+19
2018-09-21Merge "Update OofHoming w/ directives"Seshu Kumar M7-124/+345
2018-09-20Update OofHoming w/ directivesMarcus G K Williams7-124/+345
Issue-ID: SO-746 Change-Id: I597f7621a32eeb5b8e92cf80700c60bccdc5e560 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-09-21Merge "Add Java OofClient"Byung-Woo Jun17-0/+2014
2018-09-21Merge "Add multicloud to VnfPluginAdapter"Marcus Williams9-263/+1057
2018-09-20Add multicloud to VnfPluginAdapterEric Multanen9-263/+1057
Adds new mode 'multicloud' to VnfPluginAdapter along with MsoMulticloudUtils and supporting code. Change-Id: I1cfdc9ba09c58315fb0bfc025854cf0122a32759 Issue-ID: SO-752 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2018-09-21Merge "Standardize 3rd party library versions"Seshu Kumar M5-22/+8
2018-09-20Merge "Add homing flag to alacart flows"Rob Daugherty2-0/+14
2018-09-20Add homing flag to alacart flowsMarcus G K Williams2-0/+14
Issue-ID: SO-745 Change-Id: I5e9e5031be403d17e0dc141a0879b0a28062168e Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-09-20various bugfixes for casablancaBenjamin, Max (mb388a)28-400/+541
fixed unit tests after addition of A&AI edge label added option for edgelabel between vnf inst group added belongs to in connecting a vnf to instance group - Adding test for getRainyDayHandlerStatusByFlowNameAndServiceTypeAndVnfTypeAndErrorCodeAn dWorkStep method in the catalogdb client correct default RainyDay table search input updated custom resolver to include float and added comment to explain timestamp configuration added a custom resolver and updated snake yaml version Replacing bowman client with restTemplate.exchange | Add Accept and Content-Type to headers Removing the unused imports as well Implementing some review comments for hte tests being ignored Replacing bowman client with restTemplate.exchange |Fixing Junits Replacing bowman client with restTemplate.exchange | Making Data inserts to go specifically in requestDB Replacing bowman client with restTemplate.exchange | Adding Junits Replacing bowman client with restTemplate.exchange | Adding Junits Replacing bowman client with restTemplate.exchange | Adding Junits Replacing bowman client with restTemplate.exchange - Updated tosca parser version to 1.4.3 and upgraded vnfc test case with new csar to pass with latest parser code. added test case for when workflow has not called all flows fixed issue with rollback and retry in workflowaction Reverted homing changes and changes assign vnf to use the homing produced GeneralBuildingBlock. fixed unit test to build the correct format hashmap reverted extraction back to LinkedHashMap marshal sdnc output to an object removed unused variables and imports extract response code/message from embedded map add junits to parse SDNC assign response removed missed org.openecomp.mso imports from bpmn Change-Id: Ib2b6591a744ecb5b08c522494cdf1ad7dae18a08 Issue-ID: SO-1069 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-09-20Merge "Runtime BPMN Deployment Capability"Rob Daugherty12-0/+1214
2018-09-20Merge "Do not use twice Homing ID for two BPMN"Rob Daugherty1-1/+1
2018-09-20Merge "Activity for Flow Completion Status"Rob Daugherty6-0/+271
2018-09-20Runtime BPMN Deployment CapabilityElena Kuleshov12-0/+1214
Added license header to BpmnInstaller.java ASDC Controller integration with BPMN Installer Correct a test file name in a JUnit. BPMN deployment mechanism for WorkflowDesigner Change-Id: I670406dd09b8789c86ab0b85ef122b35ea057698 Issue-ID: SO-826 Signed-off-by: Elena Kuleshov <EK1439@att.com>
2018-09-20Do not use twice Homing ID for two BPMNAlexis de Talhouët1-1/+1
ID must be unique. Change-Id: Ie5af43240732592a27e6afbf815a351c58e1f5c4 Issue-ID: SO-1078 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-20Standardize 3rd party library versionsGary Wu5-22/+8
Use applicable 3rd party library versions from oparent. Includes upgrade to oparent 1.2.1. Change-Id: I04941105fc659a1829018da26d59ba56ad08ad42 Issue-ID: INT-656 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-20Activity for Flow Completion StatusElena Kuleshov6-0/+271
Add a JUnit for existing workflow exception Changes to base test to include flowCompletionTasks Workflow Designer - implementation of Completion Activity Change-Id: Id80a92f97603c10a40ef401522a05a52d976247e Issue-ID: SO-843 Signed-off-by: Elena Kuleshov <EK1439@att.com>
2018-09-20Update LoggingSmokowski, Steve (ss835w)32-405/+499
Update logging to meet Casablanca Spec Change-Id: I029d6c63765992d6f091d96e2b4c34c60d30c484 Issue-ID: SO-947 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-09-20Merge "Addition of Dockerfile/logback for SO-Monitoring"Seshu Kumar M3-3/+37
2018-09-20Merge "Add junit tests for ConfirmVolumeGroupName"Rob Daugherty2-34/+59
2018-09-20Merge "Update release notes for temp release."Byung-Woo Jun1-1/+17
2018-09-20Add junit tests for ConfirmVolumeGroupNameLukasz Muszkieta2-34/+59
Change-Id: I382bf9599dfee3a30c129c121d91fddeec42937f Issue-ID: SO-784 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-09-20Merge "get e2e service process response bug fix"Seshu Kumar M2-8/+8
2018-09-20Merge "bug fix for ccvpn uc after integration test"Seshu Kumar M16-552/+1038
2018-09-20Merge "Move h2 dependency configration to so top pom"Seshu Kumar M2-6/+6
2018-09-20Update release notes for temp release.seshukm1-1/+17
Change-Id: I526efa36cdc29d3d6cd7c48c695d8adfbe218044 Issue-ID: SO-1077 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-09-20Merge "Added fix for potential nullpointerexception"Seshu Kumar M1-2/+5
2018-09-20get e2e service process response bug fixYulian Han2-8/+8
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000021 Issue-ID: SO-683 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-09-20Move h2 dependency configration to so top pomSiva.ye2-6/+6
Change-Id: Idaa55084f5ecb0dd3536c232cebc14fb50000008 Issue-ID: SO-1075 Signed-off-by: Siva.ye <yezhihua@huawei.com>
2018-09-20bug fix for ccvpn uc after integration testYulian Han16-552/+1038
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000020 Issue-ID: SO-683 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-09-19Merge "Workflow Activities Execution Environment"Rob Daugherty5-9/+313
2018-09-19Merge "Workflow Designer Activities Implementation"Rob Daugherty23-11/+1278
2018-09-19Merge "Deployment script for Activities"Rob Daugherty10-0/+277
2018-09-19Add Java OofClientMarcus G K Williams17-0/+2014
Issue-ID: SO-745 Change-Id: I8c49c573b18d4b7a9e93f7627dc3d1a1e6e71432 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-09-19Merge "Removed unused import in CXFConfiguration"Rob Daugherty1-1/+1
2018-09-19Workflow Activities Execution EnvironmentElena Kuleshov5-9/+313
Add a license header to ExecuteActivity.java Fix a JUnit by modifying the values for the expected variables. BBInput changes to support CM flows Implement JavaDelegate for activities execution Change-Id: I9cfc51241d414b85441d1a8443a950b97d14b65f Issue-ID: SO-827 Signed-off-by: Elena Kuleshov <EK1439@att.com>
2018-09-19Deployment script for ActivitiesElena Kuleshov10-0/+277
Deployment script for activities to WorkflowDesigner and activities specs. Change-Id: I7474805ccf5c8ab0e0a7a43b785de02a29649e2e Issue-ID: SO-840 Signed-off-by: Elena Kuleshov <EK1439@att.com>
2018-09-19Workflow Designer Activities ImplementationElena Kuleshov23-11/+1278
Logging changes and error message fixes for runAppcCommand() added unit test and removed catch blocks Workflow Designer Activities Implementation Change-Id: I22d3d95541708ddc9e2617a92085b0d4c16caad9 Issue-ID: SO-829 Signed-off-by: Elena Kuleshov <EK1439@att.com>
2018-09-19Merge "Add homing to CreateGenericALaCarteService flow"Marcus Williams4-355/+698
2018-09-19Removed unused import in CXFConfigurationezhil1-1/+1
Removed logger import Issue-ID: SO-1030 Change-Id: Ifd890e7319f963a3958b5d42c0e4505eacd2eb43 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-09-19Addition of Dockerfile/logback for SO-Monitoringroot3-3/+37
Creating and adding the files required to include SO-Monitoring's docker image in the full SO build. Change-Id: I72cec6f51b8935f39757415eea7d8b961b8c8cd6 Issue-ID: SO-855 Signed-off-by: rope252 <gareth.roper@ericsson.com>
2018-09-19fix the interface pathseshukm2-3/+3
Change-Id: Iba07a1b11853177697f32ac14cef912b9691bfd9 Issue-ID: SO-1067 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>