summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-14Merge "Fix Update Create Resource Status Error"Seshu Kumar M2-2/+3
2017-11-14Merge "Removed bad docs"Seshu Kumar M11-1331/+0
2017-11-14Fix Update Create Resource Status Errorc001491072-2/+3
Fix Update Create Resource Status Error Change-Id: I230c7986b72e27e4c59fbeb129c1b39bb500a86b Issue-ID:SO-337 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-13Removed bad docsdfilppi11-1331/+0
Issue-id: SO-319 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co> Change-Id: I5870dae985df3279cc225eb411cde96a27e76749
2017-11-13Merge "Fix issues in Release notes"Rob Daugherty1-36/+19
2017-11-13Fix issues in Release notesseshukm1-36/+19
IssueId:SO-300 Change-Id: Idab62b60440790c6f3356323ce3d83c495ff1862 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-11Query AAI for ARs on deleteJim Hahn4-121/+191
Delete-vcpe code expected allotted-resources to be included within the SI response from AAI. That turns out not to be the case. As a result, the code for delete-vcpe was modified to query each AR found in the SI to get it's full info. Change-Id: I893fb2fcf50a32335bbd68d1aaa84c8d747b14f0 Issue-Id: SO-325 Signed-off-by: Jim Hahn <jrh3@att.com>
2017-11-11Changed parsing code in DoDeleteVfModuleFromVnfJim Hahn2-41/+39
Modified code to use MsoUtils to parse the xml rather than walking the nodes generated by documentBuilder. Added check for missing vfModuleOutputs. Added MsoUtils.getMultNodeObjects() to return real Node objects instead of lazy nodes. Change-Id: I0266502f1e0353c778dce982fa55cf7ce944d91e Issue-Id: SO-333 Signed-off-by: Jim Hahn <jrh3@att.com>
2017-11-10Changed hibernate config fileseshukm1-19/+19
IssueId : SO-331 Change-Id: If4ce90732d60a2bdea8afd723eb49db0e72d2043 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-10Merge "Fix AAI Service Delete failed issue."Seshu Kumar M3-14/+9
2017-11-10Fix AAI Service Delete failed issue.c001491073-14/+9
Fix AAI Service Delete failed issue. Change-Id: Ief3eae52d119fcf488a562916d1322641078983f Issue-ID:SO-329 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-10Merge changes I4e542ffd,Ibb86da2dSeshu Kumar M5-33/+41
* changes: Fix Null Point Exception Fix Delete workflow sent msg to vfc adatper failed
2017-11-10Merge "Now passing cloudConfig to subflows"Seshu Kumar M3-2/+8
2017-11-10Fix Null Point Exceptionc001491071-8/+1
Fix Null Point Exception Change-Id: I4e542ffd1369140b21d6252a5f90db66651df181 Issue-ID:SO-328 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-10Fix Delete workflow sent msg to vfc adatper failedc001491074-25/+40
Fix Delete workflow sent msg to vfc adatper failed Change-Id: Ibb86da2d9e03e0004854035b21daaae09d3f19e6 Issue-ID:SO-327 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-09Now passing cloudConfig to subflowsJim Hahn3-2/+8
Modified DeleteVcpeResCustService to pass cloudConfiguration to the delete-vnf-and-modules subflow, in addition to passing the cloud id and tenant id. Change-Id: Icf7824ed36eef95b8ab943005c5f4495706b5d70 Issue-Id: SO-324 Signed-off-by: Jim Hahn <jrh3@att.com>
2017-11-09Added authentication info to DoDeleteVnfAndModulesJim Hahn1-11/+2
Modified code to use AaiUtil.executeAAIGetCall() to make the the call to AAI, thus shortening the code while gaining the benefits of the common module (e.g., setting authentication info). Change-Id: Ic0e671c0301c78b14a2234efec3cc7064162d4ad Issue-Id: SO-326 Signed-off-by: Jim Hahn <jrh3@att.com>
2017-11-09Merge "Move unit test mocks to test scoped jar"Rob Daugherty27-1403/+1232
2017-11-09Move unit test mocks to test scoped jarRob Daugherty27-1403/+1232
This commit removes the MSOMockServer artifact. The mocks are now in a test-scoped jar in MSOCommon. Issue: SO-314 Change-Id: Ifbc508c12a56cda329320adf1945c93f31ebe13c Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-11-09Merge "modifying the heading in release notes"DeWayne Filppi1-2/+2
2017-11-09Merge "editing test cases for e2e delete groovy"DeWayne Filppi1-1/+4
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-09Fix doc8 errorsMorgan Richomme2-189/+205
IssueId: SO-319 Change-Id: Ie5079abe0bc5ed249fa6239a6b9386149aee90b6 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-11-09Merge "updating the architecture.rst file for SO"Seshu Kumar M3-6/+100
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-09updating the architecture.rst file for SOseshukm3-6/+100
IssueId: SO-300 Change-Id: I484f3fe19cb0d9b8718af4e7af9ef61ee4b5a75a 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>