aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-common/src/main
AgeCommit message (Collapse)AuthorFilesLines
2020-03-30Move the groovy script to the right folderchenchuanyu1-0/+0
Move the groovy script to the right folder Issue-ID: SO-2368 Change-Id: I9bf70d038c2893115e9cfd728e6d1ceafb94e2c1 Signed-off-by: chenchuanyu <chenchuanyu@huawei.com> Change-Id: I01f4a31808626ecb91cf1b2b25131e5edee308ad
2020-03-26Merge "Fix PNF software upgrade workflow"Chuanyu Chen1-0/+124
2020-03-25Fix PNF software upgrade workflowEnbo Wang1-0/+124
Fix the issue that API can not return when the workflow has ended. Issue-ID: SO-2751 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I7d140b2286ce3003a6efcd2c3891fc8142982477
2020-03-24Fix for MDONS create and delete flowSrinivasan Ramanathan3-6/+49
Added service-name update OTN service for Create flow Added new request format for OTN service Delete flow Change-Id: Iea3362c2a57a376f181de813158462390aaf27e3 Issue-ID: SO-2460 Signed-off-by: Srinivasan Ramanathan <srinivasan.ramanathan2@us.fujitsu.com>
2020-03-16Merge "Fix Critical & Major issues in adapters"Steve Smokowski1-1/+1
2020-03-16Merge "split single and plural graph inventory uris"Steve Smokowski15-476/+462
2020-03-16split single and plural graph inventory urisBenjamin, Max15-476/+462
split single and plural graph inventory uris updated all object references in MSO using graph inventory plurals corrected unit test stubbings added additional unit tests correct interfaces to return plural after related-to modified the way http aware uris are built reformated interfaces to no longer duplicate methods corrected issues with identity of unbuilt uris removed AAIUri references from groovy files fixed clone behavior on Uri objects Issue-ID: SO-2743 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I37aa2a13dcbf010b6c82ad73af3be5db5d9bd673
2020-03-16update poms to be compatible with eclipse IDEBenjamin, Max1-1/+0
add groovy sources to eclipse projects automatically replace groovy maven plugins with more modern one remove unused dependency causing compilation issues Issue-ID: SO-2735 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ibeddddcc289c25e6208b69ac4f0cc220386e9344
2020-03-13Fix Critical & Major issues in adaptersParshad Patel1-1/+1
The Cyclomatic Complexity of this method "createStackParam" is 16 which is greater than 10 authorized Either log or rethrow this exception Issue-ID: SO-1841 Change-Id: Ie5539a853a112ed751bbf891699f181479537e47 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2020-03-12Merge "resolve Activation/Deactivation DB data modification problem"Seshu Kumar M3-11/+16
2020-03-12Changes for MDONS usecaseSrinivasan Ramanathan1-1/+32
Template handling and SDNC request sending for Optical services. Change-Id: I52838076ea119237758dfdc804f2ee1f55f3c33c Issue-ID: SO-2460 Signed-off-by: Srinivasan Ramanathan <srinivasan.ramanathan2@us.fujitsu.com>
2020-03-12resolve Activation/Deactivation DB data modification problemhetengjiao3-11/+16
Issue-ID: SO-2720 Change-Id: I464882c4351568843c1d8856e813e73db5c5ea8c Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-10Merge "create custom spring aop annotation for logging"Steve Smokowski48-48/+48
2020-03-10Update test for deleting communication servicezm3301-1/+1
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ib762da956041cab73082cdd355d59c3cf6dd29ee
2020-03-10Add sub-process test for deleting slice servicezm3301-12/+11
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I15e479b9dd6670d3576ef3446e8902aca699f7fd
2020-03-07Add sub-process test for deleting slice servicezm3301-4/+2
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I3c3bfd64db1173c188d047b47bd26b2cc5439d1d
2020-03-07Add test for deleting slice servicezm3301-31/+27
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Icd892109aeea94d544c4d0efdc108ffb4d7991cb
2020-03-06Merge "Support PNF software upgrade workflow using SDNC LCM API"Chuanyu Chen2-3/+8
2020-03-06Update script for deleting communication servicezm3301-16/+47
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I1d077278011cd0c588889d9d8aa6f7b0d9350266
2020-03-05create custom spring aop annotation for loggingPlummer, Brittany48-48/+48
Added annotation for setting up scheduled tasks logs Added new annotation to scheduledTasks Moved annotation setup to logging-library Issue-ID: SO-2713 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7080c4bb289e454f14167631e2601c954389c0ef
2020-03-05Support PNF software upgrade workflow using SDNC LCM APIEnbo Wang2-3/+8
Issue-ID: SO-2589 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I4b6940c21b70eeeaf96e8781762cb7029572e7ae
2020-03-05Merge "Add DoSendCommandToNSSMF workflow"Chuanyu Chen1-0/+463
2020-03-05Merge "Modify CreateSliceService"Chuanyu Chen1-7/+0
2020-03-05Added HandleOrchestrationTask flowHarry Huang1-0/+127
Issue-ID: SO-2368 Change-Id: I1160fd3b312992c841b60d09515407f3d3a3e83a Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-03-05Add DoSendCommandToNSSMF workflowhetengjiao1-0/+463
Issue-ID: SO-2368 Change-Id: Ic4a963b7529186c31902618ee71e911d515378bd Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-05Modify CreateSliceServiceHarry Huang1-7/+0
Issue-ID: SO-2368 Change-Id: I0752e74b9b32c78eb27cb90a8c5725e52f6ae38b Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-03-05Merge "Added new flow for creating 5G slice service instance groovy."Seshu Kumar M1-0/+232
2020-03-05Merge "Added groovy for creating 5G slice options."Seshu Kumar M1-0/+524
2020-03-05Merge "Added new flow for creating 5G NSI."Seshu Kumar M1-0/+338
2020-03-04Added new groovy for creating 5G slice NSSI.Isaac Manuel Raj1-0/+771
Added new groovy for creating 5G slice NSSI. Issue-ID: SO-2368 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com> Change-Id: I345a6ef1ecfb22a67c9eefe83bc7ed19a0160fc8
2020-03-04Added new flow for creating 5G NSI.Isaac Manuel Raj1-0/+338
Added new flow for creating 5G NSI. Issue-ID: SO-2368 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com> Change-Id: If98e85fb1948531b5068320fd9f8813d6ac8f4c7
2020-03-04Added groovy for creating 5G slice options.Isaac Manuel Raj1-0/+524
Added groovy for creating 5G slice options. Issue-ID: SO-2368 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com> Change-Id: I93f81cafecce61660b255a2b866126a94cde39a0
2020-03-04Added new flow for creating 5G slice service instance groovy.Isaac Manuel Raj1-0/+232
Added new flow for creating 5G slice service instaance groovy. Issue-ID: SO-2368 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com> Change-Id: I6c7d8d85bb597732d372458d408cbf5a34cabcc7
2020-03-04Merge "Add scripts for DoCreateCommunicationService workflow"Seshu Kumar M1-0/+210
2020-03-04Add scripts for Create Communication Service workflowhetengjiao1-0/+678
Issue-ID: SO-2368 Change-Id: I9cda045960a1db582c309acf302e33dec0297b4b Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-04Merge "Add scripts for ActivateSliceService workflow"Chuanyu Chen1-0/+585
2020-03-04Merge "Add groovy for CreateSliceService"Chuanyu Chen1-0/+520
2020-03-04Add scripts for DoCreateCommunicationService workflowhetengjiao1-0/+210
Issue-ID: SO-2368 Change-Id: Ib1c447f903f63d89be8af4012ee4e23e75b8a802 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-04Add scripts for ActivateSliceService workflowhetengjiao1-0/+585
Issue-ID: SO-2368 Change-Id: I537dc0be5b4a483ef67ff838d9659d809f244225 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-03Add groovy for CreateSliceServiceHarry Huang1-0/+520
Issue-ID: SO-2368 Change-Id: If082bd17356cf9ee978c0d11cb5b35191ee9f429 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-03-03Add sub-process script for deleting slice servicezm3301-0/+322
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ia539d48c9532fcd4ff6b32d35672e15fc9e2671b
2020-03-03Add script for delete slice servicezm3301-0/+263
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: If8179344b10b9a31845fba6d6c725c3eb5cb0add
2020-03-03Add script file for Delete Communication Servicezm3301-0/+429
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I56803f9126b3362d8565b56861e23ed5a54967e9
2020-02-27SW UP building block and workflowEricMoore4-0/+237
This commit creates two bpmn 1. PNFSoftwareUpgrade.bpmn 2. PNFSWUPDownload.bpmn Respective Testcases are also written for both bpmns. Issue-ID: SO-2514 Issue-ID: SO-2515 Change-Id: Icb1706f1974341182f13b9125e09418b61571c52 Signed-off-by: EricMoore <eric.e.moore@est.tech>
2020-02-27Merge "Add ActivateCommunicationService workflow"Chuanyu Chen1-1/+1
2020-02-27Merge "Add ActivateCommunicationService scripts"Chuanyu Chen1-0/+435
2020-02-27Merge "Fix CreateSDNCNetworkResource.updateResourceInput() for BBS use case"Seshu Kumar M1-47/+29
2020-02-27Add ActivateCommunicationService workflowhetengjiao1-1/+1
Issue-ID: SO-2368 Change-Id: I9d1c591ea965e243fb9558ff24bc2f0acad4bf4c Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-02-27Add ActivateCommunicationService scriptshetengjiao1-0/+435
Issue-ID: SO-2368 Change-Id: I047cf7b62840e250c343e3c1e962077a51cbb75b Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-02-27Merge "Add DeallocateNSSI Sub-process"Chuanyu Chen1-0/+309