aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess
AgeCommit message (Collapse)AuthorFilesLines
2018-04-11Add resource loop for deletionsubhash kumar singh1-0/+304
Add resource loop for deletion. Change-Id: I329dd9ddc73d3039b8de9316dcc0406c5fd423b1 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-11Insert subprcess to delete E2E service instancesubhash kumar singh1-0/+380
Insert subprocess to delete E2E service instance. Change-Id: I1ed51e007d15614965775d1734d36d0800da520a Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-10Fix variables in CreateVnfReceipesubhash kumar singh1-1/+2
Fix variable in CrateVnf receipe. Change-Id: Ibca9bbefc64de80103825c4ce0f0ca6541956638 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-09Modify in/out params in bpmn calling a subprocessYulian Han2-4/+10
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0645ff Issue-ID: SO-565 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-06Pass uuiRequest as input variablesubhash kumar singh1-0/+1
pass uuiRequets as input variable. Change-Id: I4af54ffe95aa109b52b355f6adf413c27a81a97b Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-06Add script type to groovysubhash kumar singh1-2/+2
Add missing script type property. Change-Id: Ib4bf0e2ef209e823206ad3e3e780bcd4d5e0a4f9 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-06Fix missing input parameter for subprocesssubhash kumar singh1-0/+2
Fix missing input parameter for subprocess. Change-Id: I56804ca3990b6ff2e6d89a2e06915c7110dfc04f Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-06Fix subprocess path and inputsubhash kumar singh1-1/+2
Fix subprocess path and input. Change-Id: Ic5dbf0b5d279cf6e22175b8adbdb9c05b48ef642 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-06Fix input parameter for serviceInstancesubhash kumar singh1-0/+1
Fix input parameter for serviceInstance. Change-Id: I9454572283b9452b83359a04f73e44d05bcb25d6 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-02SO application deployment issuesRob Daugherty3-57/+62
There are a few problems here. 1) Hibernate definitions for a few tables don't match the column definitions in the MySQL schema scripts. 2) The process engine in MSOInfrastructureBPMN is defined incorrectly. 3) Several bpmn flows have errors that block deployment. Change-Id: I029238b82736a3d4977fdf56416c5feb2705b041 Issue-ID: SO-557 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-28ControllerType update for CM flowsElena Kuleshov1-1/+4
Change-Id: I42c60ba45baaf29fa5fe54a8bb7ffc0aab5622c7 Signed-off-by: Elena Kuleshov <ek1439@att.com> Issue-ID: SO-526
2018-03-28Merge "support manual scale for NS"Chuanyu Chen2-0/+276
2018-03-28support manual scale for NSguanwenyao2-0/+276
Issue-ID: SO-423 Change-Id: I752e096806ec513250a8fb1bf51a2ed57fb05f6e Signed-off-by: guanwenyao <guanwenyao@chinamobile.com>
2018-03-28modify DoCreateE2EServiceInstance endsignal bugYulian Han1-14/+15
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641f3 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-27use common create resource flowYulian Han2-453/+87
in create/update e2esvcinst bpmn Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641f2 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-23add ResourceModelInfo CompareModelsResult javaYulian Han1-0/+221
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641f0 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-20modify bugs of Update E2E Rollback groovyYulian Han1-141/+141
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641e1 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-20modify aai put for update svc instanceYulian Han1-319/+498
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641d6 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-19add DoUpdateE2EServiceInstanceRollback.bpmnYulian Han1-0/+795
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641d7 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-19add DoDeleteResources.bpmnYulian Han1-0/+481
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641d3 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-19add DoCreateResources.bpmnYulian Han1-0/+356
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641d1 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-14Merge "AT&T 1712 and 1802 release code"Seshu Kumar M19-541/+2103
2018-03-14Merge "Add DoCompareModelVersions.bpmn"Chuanyu Chen1-0/+330
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty19-541/+2103
This is code from AT&T's 1712 and 1802 releases. Change-Id: Ie1e85851e94bc66c4d9514a0226c221939531a04 Issue-ID: SO-425 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-14Add DoCompareModelVersions.bpmnYulian Han1-0/+330
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641c9 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-13Add update e2e Instance subprocess bpmnYulian Han1-0/+821
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641c7 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-12Update the VFC NS resource recipec001491071-261/+0
Update the VFC NS resource recipe Change-Id: Ib5fcd95ac1b0f977c8104e722e57d29becc370bc Issue-ID: SO-452 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-03-05Update generic create service workflowc001491071-251/+370
Update generic create service workflow Change-Id: Ia13b7acd107ca9df96f05f239e8ca156c554eb40 Issue-ID: SO-370 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-02-23Support more Generic workflow for voLTEc001491072-351/+473
Support more Generic workflow for voLTE Change-Id: I44509eaa6a5db7e9fb02df8edaa0a4a50e5d1d49 Issue-ID: SO-438 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-01-16Add Generic Workflow for E2E ServiceInstancec001491072-0/+2007
Add Generic Workflow for E2E ServiceInstance Change-Id: I078d7b74b16c670927ca4aebba2fbe4aa1c0d542 Issue-ID: SO-379 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-10Merge "Fix AAI Service Delete failed issue."Seshu Kumar M1-4/+4
2017-11-10Fix AAI Service Delete failed issue.c001491071-4/+4
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 M1-3/+3
* changes: Fix Null Point Exception Fix Delete workflow sent msg to vfc adatper failed
2017-11-10Fix Delete workflow sent msg to vfc adatper failedc001491071-3/+3
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-08Merge changes I47e5be10,Ieb31f208Seshu Kumar M1-3/+5
* changes: Fix issue of Class name wrong Fix AAI Relationship read failed in delete flow
2017-11-07Fix issue of Class name wrongc001491071-2/+2
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 flowc001491071-1/+3
Fix AAI Relationship read failed in delete flow Change-Id: Ieb31f2088aba3d4bb2d4ad5c72aec061cf833069 Issue-ID:SO-311 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-06Updated xml tags and moved sleep to bpmnJim Hahn2-18/+58
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-10-27fix for missing groovy callseshukm1-125/+56
IssueId: SO-259 Change-Id: Id77cd1d3aa11e3d75346517061cbd792cefba419 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-27Add Relationship for e2e service and NSc001491071-2/+2
Add Relationship for e2e service and NS Change-Id: Id1bf6862b9d2325297e466d417dc1b169e157ff6 Issue-ID:SO-275 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-26Fix voLTE Create workflow issuec001491072-125/+37
Fix voLTE Create workflow issue Change-Id: I3b615ee87e6cf5779376ee6bf7a3b5fa2be3e62c Issue-ID:SO-269 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-26fix update operation Statusseshukm1-23/+74
fixing update of operation status for del e2e svc IssueId: SO-263 Change-Id: I797f36c54d4fd90f697b22d576666197b311713f Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-25update operation status for E2Edeleteseshukm1-74/+23
IssueId: SO-258 Change-Id: I7699b44d5e72fdcec96f86b0c493b969f9c91598 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-23Fix Issues about voLTE Createc001491071-1/+1
Fix Issues about voLTE Create Change-Id: I811dc05c8f9a7caecddb279e025772d5d02c2548 Issue-ID:SO-254 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-20Merge "Flows fail to update status in requests DB"Rob Daugherty2-2/+2
2017-10-20Flows fail to update status in requests DBRob Daugherty2-2/+2
The fallout and completion handlers are not updating the request status in the mso_requests database. The cause is a missing URN mapping that defines the service endpoint for these updates. Issue: SO-230 Change-Id: I5b4ff6e9ca2cde6605b3ed7cb7b086041111d31c Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-19Add MSB Config For Restful Callc001491071-1/+1
Add MSB Config For Restful Call Change-Id: I03e17ce9085d6991ecfa5a2f0a9e17e2dc2fe033 Issue-ID:SO-240 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-13Fix wrong work flow for service deletec001491072-172/+351
Fix wrong work flow for service delete bpmn logic Change-Id: I86287cc484b85ed0a31fcf70bea9049d896ade91 Issue-ID:SO-218 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-13Correct the workflow for NS Createc001491071-48/+114
Correct the workflow for NS Create bpmn Change-Id: I71283c88a3936d1b19b3403f6940823875405c90 Issue-ID:SO-217 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-11Add junit test coverage and fix bugs in VCPEJim Hahn4-164/+44
Added additional junit tests for VCPE and fixed bugs that were found while testing. Change-Id: Icb6a0c936a16b775ff553c11cb07a4348bd9ebfc Issue-ID: SO-210 Signed-off-by: Jim Hahn <jrh3@att.com>