aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-09modifying the heading in release notesseshukm1-2/+2
IssueId: SO-300 Change-Id: I201c0eb59af8e2279743b0627d9e1d77e3f7737b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-09editing test cases for e2e delete groovyseshukm1-1/+4
IssueId: SO-281 Change-Id: I9c5de43451dc7af646ed728839a1bb08ae8f4742 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-08Clean up Process Engine selection logicRob Daugherty22-487/+93
Several failed attempts to split the BPMN application into multiple applications with separate camunda process engines have left a mess of confusing classes and process engine definitions. In the Amsterdam release, there should be only one BPMN application war. This is MSOInfrastructureBPMN. MSOCommonBPMN should not be deployed as a separate application. Its classes are compiled into a jar and this is included inside MSOInfrastructureBPMN. The MSOInfrastructureBPMN application should use the "default" process engine. WorkflowAsyncInfrastructureResource and MSOCommonApplication classes are not needed. Issue: SO-322 Change-Id: Ifdb3b33541346b561a16361d1aa791e8342a34fa Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-11-08Added input params to service-information sectionShailendra Borale6-12/+37
Added input params to service-information section to facilitate sdnc assign query subscriptionServiceType and globalCustomerId were added to groovy, bpmn parentServiceInstanceId shd not be part of service-information, serviceInstanceId - corrected Updated junit tests with new service-info fields. Change-Id: I9fbfdf8a97b4e42881e187bec198c977241c0c13 Issue-Id: SO-318 Signed-off-by: Jim Hahn <jrh3@att.com>
2017-11-08Merge "modified sample SDNO code for SO"Rob Daugherty35-1025/+2239
2017-11-08Merge "fix for delete e2e svc subprocess groovy test"Seshu Kumar M1-0/+137
2017-11-08Merge "updating the .rst files readthedocs for SO"Seshu Kumar M4-4/+4
2017-11-08Merge changes I33a870e3,Ifc45cdc7Seshu Kumar M1-18/+29
* changes: Updating the releasenotes Correcting the namespace template for SO
2017-11-08Updating the releasenotesSeshu-Kumar-M1-1/+1
IssueId : SO-300 Change-Id: I33a870e35df1e8a4a545dbfcc55f2f2d29ccc29e Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-11-08Correcting the namespace template for SOSeshu-Kumar-M1-18/+29
IssueId : SO-300 Change-Id: Ifc45cdc7944d53097fc206e1d1fbb219228133c3 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-11-08updating the .rst files readthedocs for SOseshukm4-4/+4
IssueId: SO-300 Change-Id: Iadcabdb04ace5d90b6893310ef5906bbd2ea4107 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-08Merge changes I47e5be10,Ieb31f208Seshu Kumar M5-167/+166
* changes: Fix issue of Class name wrong Fix AAI Relationship read failed in delete flow
2017-11-08Merge "create service instance with source as empty"Seshu Kumar M2-0/+8
2017-11-07modified sample SDNO code for SOBenjamin, Max (mb388a)35-1025/+2239
Issue-Id: SO-309 Change-Id: I998d5573d60d99987bb99133967ca012ef8dba6f Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com> modified RestClient to accept rest properties Issue-Id: SO-309 Change-Id: I68bd88f9f942573dc470dda2eb60dc747e782768 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com> moved SDNO beans to their own package Issue-Id: SO-309 Change-Id: I0b35edfe0ac3ad336320d8bc62d2efd98fff1b0b Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com> added enum for ServiceType in policy Issue-Id: SO-309 Change-Id: Icdc95b237a427bbacac4cf5d815fc71cebb91675 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com> dmaap rest client implementation Issue-Id: SO-309 Change-Id: I1bf8b85820524adca462d7d96c4c0beef5892864 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com> dmaap client interface for SO component Issue-Id: SO-309 Change-Id: Ieccfb22678c52af7ffcf8750a38462ba32486182 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com> added required guava dependency to pom.xml Issue-Id: SO-309 Change-Id: I3096bf54888e4960e60bb73b13d8cd3223217271 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2017-11-07Fix issue of Class name wrongc001491075-6/+8
Fix issue of Class name wrong Change-Id: I47e5be10aed7f991088c99ec7baf3135783c40e2 Issue-ID:SO-312 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-07Fix AAI Relationship read failed in delete flowc001491075-161/+158
Fix AAI Relationship read failed in delete flow Change-Id: Ieb31f2088aba3d4bb2d4ad5c72aec061cf833069 Issue-ID:SO-311 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-07fix for delete e2e svc subprocess groovy testseshukm1-0/+137
IssueId : SO-281 Change-Id: I01ec11410b5ee97f28f780ca08a6860f482b88ea Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-06Updated xml tags and moved sleep to bpmnJim Hahn14-193/+236
Per issue, changed "_" to "-". Also related to a comment to SO-303, made "sleep" time a property and moved the sleep calls from groovy scripts to bpmn. Fixed a few test resources that still had "_" instead of "-". Changed variable name from sdnReplDelay to sdncReplDelay. Change-Id: I893254c0ab735508732fcf2c3e82934f26c2a05a Issue-Id: SO-308 Signed-off-by: Jim Hahn <jrh3@att.com>
2017-11-06create service instance with source as emptyseshukm2-0/+8
IssueId: SO-272 Change-Id: Icd7888fbfececd799751febc7e3d7edbcffc3a0a Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-06Merge "updating the index.rst file with new link"Seshu Kumar M1-1/+1
2017-11-06Merge "updating offered consumed api .rst file"Seshu Kumar M1-4/+3
2017-11-06Merge "UT for Delete e2e main process"Seshu Kumar M1-0/+160
2017-11-06Merge "Add Relationship between e2eservice and ns"Seshu Kumar M1-3/+2
2017-11-06updating the index.rst file with new linkseshukm1-1/+1
IssueId: SO-300 Change-Id: I6ba3adfd183d3907151b047ad26228bfd11e0833 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-06updating offered consumed api .rst fileseshukm1-4/+3
IssueId: SO-300 Change-Id: Idb8c5b3f8e810b4f0e93f41be89aef2b630ec0c8 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-06UT for Delete e2e main processseshukm1-0/+160
IssueId: SO-281 Change-Id: I49ec3525703d8a8ec4f86a866fa9799f195f14dc Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-06Add Relationship between e2eservice and nsc001491071-3/+2
Add Relationship between e2eservice and ns Change-Id: Ib79fe952560789b2a1113e93eea1179b6c5088e7 Issue-ID:SO-307 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-06Merge "Changed debug variable name to be consistent"Seshu Kumar M1-40/+40
2017-11-06Merge "Moved sleep to macro flow"Seshu Kumar M6-150/+197
2017-11-06Merge "Developer info doc for SO"Seshu Kumar M1-0/+13
2017-11-06Merge "doc on workspace and dev tool in read the docs"Seshu Kumar M1-0/+107
2017-11-06Merge "documentation on SO Docker"Seshu Kumar M1-0/+208
2017-11-06Merge ".rst file for SO Interfaces"Seshu Kumar M1-0/+17
2017-11-06Merge "supporting docs for SO"Seshu Kumar M2-0/+0
2017-11-06Merge "doc on developer information"Seshu Kumar M1-0/+20
2017-11-06Merge "doc on how to install docker"Seshu Kumar M1-0/+85
2017-11-06Merge ".rst file for configuring git and gerrit"Seshu Kumar M1-0/+92
2017-11-06Merge ".rst file for camunda modeler readthedocs"Seshu Kumar M1-0/+19
2017-11-06Merge "Camunda cockpit community .rst file"Seshu Kumar M1-0/+44
2017-11-06Merge ".rst file for BPMN subprocess"Seshu Kumar M1-0/+32
2017-11-06Merge "BPMN deployment strategy .rst file"Seshu Kumar M1-0/+35
2017-11-06Merge "camunda modeler images for read the docs"Seshu Kumar M1-0/+0
2017-11-06Merge "BPMN project structure images for SO"Seshu Kumar M5-0/+0
2017-11-06doc on developer informationseshukm1-0/+20
IssueId: SO-300 Change-Id: I7308c4fcefeb419f5ceb2e01ce6cf3e22289be97 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-06Merge "Camunda cockpit enterprise .rst"Seshu Kumar M1-0/+143
2017-11-06Merge "Building SO .rst file for readthedocs"Seshu Kumar M1-0/+79
2017-11-06doc on workspace and dev tool in read the docsseshukm1-0/+107
IssueId: SO-300 Change-Id: I2ce700118bb06d87931fc48b3c1cf2af5829700a Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-06documentation on SO Dockerseshukm1-0/+208
IssueId: SO-300 Change-Id: Icb718667d862fe7f358f98cb0d1793f2ec9240e1 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-06Merge "images for SO docs"Seshu Kumar M1-0/+0
2017-11-06Merge "configure git images for read the docs"Seshu Kumar M3-0/+0