aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-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>
2018-09-19Merge "Update bpmn and groovy files for ccvpn usecase"Seshu Kumar M8-926/+1210
2018-09-19Update bpmn and groovy files for ccvpn usecasesubhash kumar singh8-926/+1210
Update bpmn and groovy files for ccvpn usecase. Change-Id: Ib992d3577c9805b0d5e09afc2d8a6be6ded5b7b3 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com> Issue-ID: SO-689
2018-09-19Update 3rd components to secure versionSiva.ye3-12/+51
Change-Id: Idaa55084f5ecb0dd3536c232cebc14fb50000007 Issue-ID: SO-1013 Signed-off-by: Siva.ye <yezhihua@huawei.com>
2018-09-18Upgrade to openstack libs version 1.3.0Rob Daugherty6-25/+24
Version 1.3.0 uses fasterxml.jackson. Note: several unit tests were wrong and had to be fixed. They were using a fasterxml ObjectMapper to deserialize openstack library class objects compiled with codehaus JsonProperty annotations. Consequently, the ObjectMapper could not "see" the annotations. The tests "worked" because the json was constructed wrongly to match. I have now fixed the json so that they have the true property names defined by the annotations. Change-Id: I088137ee5dd5af9cffd426610a50ae6408c5b190 Issue-ID: SO-1025 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-09-18Add homing to CreateGenericALaCarteService flowSrivahni Chivukula4-355/+698
Created HomingBB.bpmn in so-bpmn-building-blocks and updated AssignVnfBB to use HomingBB.bpmn. HomingBB.bpmn is made capable of using Sniro/OOF Issue-ID: SO-927 Change-Id: I19c8ada96485f563c2756a22ad3bee4c9367953b Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Signed-off-by: Srivahni Chivukula <srivahni.chivukula@intel.com>
2018-09-18Merge "fixed sonar issue in MsoNetworkAdapterAsyncImpl"Seshu Kumar M1-16/+16
2018-09-18NexusIQ issue: commons-beanutilsRob Daugherty4-17/+0
This artifact is not actually used by SO. Removed it from the poms. Change-Id: Icfeb3026581996bc980a223232a305c488a01fb2 Issue-ID: SO-1065 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-09-18Merge "junits for HttpClientRedirectStrategy"Seshu Kumar M1-0/+50
2018-09-18Merge "added test case to CamundaClientTest.java"Seshu Kumar M1-34/+52
2018-09-18Merge "Fix issues with load spinner and stats"Seshu Kumar M8-73/+128
2018-09-18Fix issues with load spinner and statsRonan Kenny8-73/+128
Fixing issues where stats returned Nan and implementation of loading spinner Change-Id: I989efb739ed244de3760476ce2dfff8928f51c86 Issue-ID: SO-727 Signed-off-by: Ronan Kenny <ronan.kenny@ericsson.com>
2018-09-18junits for HttpClientRedirectStrategyTomasz Gwozdecki1-0/+50
-Added new tests for HttpClientRedirectStrategy -Tests for method getRedirect Change-Id: Ica45eac1cbf65170b5b9c84f002b05884c36f5a0 Issue-ID: SO-814 Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
2018-09-18Merge "Added log in case of exception in servicepluginfac"Seshu Kumar M1-3/+2
2018-09-18Merge "conflict process"Seshu Kumar M3-120/+345
2018-09-18Merge "save csar file path add directory version"Seshu Kumar M3-3/+16
2018-09-18Merge "NetworkAdapterRest.java: Fixed sonar issues"Seshu Kumar M1-10/+10
2018-09-18Merge "Fix to use common MsoLogger"Seshu Kumar M3-46/+66
2018-09-17NexusIQ Issue: org.codehaus.groovyRob Daugherty2-2/+2
Upgrade from version 2.4.7 to 2.4.8 Change-Id: Ieff55648420b03151d0d5534ef9f64b82145c26f Issue-ID: SO-1064 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-09-17Fix Parse VersionSmokowski, Steve (ss835w)1-2/+2
Issue-ID: SO-1063 Change-Id: I6d627915297f9be0a383516df363d3adec8fc083 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-09-17Merge "more stability fixes"Marcus Williams27-49/+466
2018-09-17more stability fixesBenjamin, Max (mb388a)27-49/+466
Remove conditional to not check VNF topology add empty string verification for serviceName field Add junits for CNRCR and NtwkAdptr changes. Add search in new CollNtwkResCust tbl to get NtwkResource. - Updated test data files to include 'pre-load' flag in both VfModuleOperation and NetworkOperation json test data files. - MSO to not to send <preload>boolean</from-preload> to SDNC in network-topology-opertion and vf-module-topology-operation. Updated GeneralTopologyObjectMapper to set 'from-preload' to null so that elements with Nulls are not sent to SDNC. Updated buildNetworkInformation() and buildVfModuleInformation() methods. update flow stats to not cause bpmn flow to crash Fix headers so SDNC does not return XML Add implementation of deleteVolumeGroupResponse parsing; fix JUnits that worked by accident. Change-Id: Ia96d552d731e112505fcf739029a6fd4d0134546 Issue-ID: SO-1061 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-09-17Merge "add single transaction api to aaiclient"Rob Daugherty21-104/+1110
2018-09-17Merge "Updated error handling of BPMN sub flows"Rob Daugherty39-744/+921
2018-09-17Merge "Accept header not honored when building exception"Rob Daugherty10-171/+207
2018-09-17Merge "Accept VNF Recreate Requests"Rob Daugherty19-9/+268
2018-09-17Fix to use common MsoLoggerByung-Woo Jun3-46/+66
Used the MsoLogger instead of using a separate logger Change-Id: I62f8f8ef64a6f56eadf65829c3bf9521d651fbbb Issue-ID: SO-1062 Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
2018-09-17add single transaction api to aaiclientBenjamin, Max (mb388a)22-105/+1110
fixed marshalling when issuing a patch request added support for single transaction api in A&AI Change-Id: Icf755f547523cc7dbf931e198177847a5a1c6ea1 Issue-ID: SO-1060 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>