aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2020-03-12Merge "Add test for CreateSliceService flow"Seshu Kumar M1-0/+162
2020-03-12Merge "Add ut for ActivateSliceService and update ut for ↵Seshu Kumar M2-2/+120
ActivateCommunicationService"
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-12Add ut for ActivateSliceService and update ut for ActivateCommunicationServicehetengjiao2-2/+120
Issue-ID: SO-2368 Change-Id: I0ec9db116fae10c63e0de9582491e80600a9b145 Signed-off-by: hetengjiao <hetengjiao@chinamobile.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-11Merge "add junit coverage"Steve Smokowski1-5/+64
2020-03-11ignore root configuration role in A&AI objectBenjamin, Max (mb388a)1-0/+1
Issue-ID: SO-2721 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If89f38277f49999fbcdaa398976b3a0330adbb1f
2020-03-10Merge "update bbinputsetup to handle volume group replace"Steve Smokowski4-12/+55
2020-03-10Merge "create custom spring aop annotation for logging"Steve Smokowski88-88/+88
2020-03-10Update test for deleting communication servicezm3302-5/+49
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ib762da956041cab73082cdd355d59c3cf6dd29ee
2020-03-10Add test for scritp utilzm3303-2/+99
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I1102a6ca9ba4d22b2ab58b45111e401ac67ac2e7
2020-03-10Add sub-process test for deleting slice servicezm3303-12/+274
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I15e479b9dd6670d3576ef3446e8902aca699f7fd
2020-03-09add junit coverageLukasz Muszkieta1-5/+64
Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Icaf515e64cab5cae2968e5e370d3e032487d56a7
2020-03-07Add sub-process test for deleting slice servicezm3302-4/+443
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I3c3bfd64db1173c188d047b47bd26b2cc5439d1d
2020-03-07Add test for deleting slice servicezm3303-36/+203
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 Chen24-27/+1276
2020-03-06Add test for deleting communication servicezm3301-0/+264
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I08bff207969470cc86d7d90356dfd8313814b1a4
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-06Add test for CreateSliceService flowHarry Huang1-0/+162
Issue-ID: SO-2368 Cover preprocess Change-Id: I03466580bc688f6dc6ab0d5660eb96de395205cf Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-03-05update bbinputsetup to handle volume group replaceKalkere Ramesh, Sharan4-12/+55
update bbinputsetup to handle volume group replace fixed unit tests and updated related instance check updated fetch of volume group in mapper layer Issue-ID: SO-2682 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I48266f9e7e681a4fc31a8732aa06efb95bfb01b5
2020-03-05create custom spring aop annotation for loggingPlummer, Brittany88-88/+88
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 Wang24-27/+1276
Issue-ID: SO-2589 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I4b6940c21b70eeeaf96e8781762cb7029572e7ae
2020-03-05Merge "Add Unit test for ActivateCommunicationService bpmn"Chuanyu Chen1-0/+224
2020-03-05Merge "Add BPMN for DoSendCommandToNSSMF workflow"Chuanyu Chen1-0/+344
2020-03-05Merge "Add DoSendCommandToNSSMF workflow"Chuanyu Chen1-0/+463
2020-03-05Merge "Modify CreateSliceService"Chuanyu Chen2-10/+0
2020-03-05Added HandleOrchestrationTask flowHarry Huang2-0/+217
Issue-ID: SO-2368 Change-Id: I1160fd3b312992c841b60d09515407f3d3a3e83a Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-03-05Add Unit test for ActivateCommunicationService bpmnhetengjiao1-0/+224
Issue-ID: SO-2368 Change-Id: If5d595728fab8fb223317e078066272f145b09c6 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-05Add BPMN for DoSendCommandToNSSMF workflowhetengjiao1-0/+344
Issue-ID: SO-2368 Change-Id: I85e0f50ac2efce57ae8d39a31526bbbbdb730a31 Signed-off-by: hetengjiao <hetengjiao@chinamobile.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 Huang2-10/+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."Seshu Kumar M1-0/+103
2020-03-05Merge "Added new flow for creating 5G slice service instance groovy."Seshu Kumar M1-0/+232
2020-03-05Merge "Added new flow for creating 5G slice options."Seshu Kumar M1-0/+338
2020-03-05Merge "Added groovy for creating 5G slice options."Seshu Kumar M1-0/+524
2020-03-05Merge "Added new BPMN flow for creating 5G slice NSSI."Seshu Kumar M1-0/+364
2020-03-05Merge "Added new flow for creating 5G NSI."Seshu Kumar M1-0/+338
2020-03-05Merge "Added new BPMN flow for NSI."Seshu Kumar M1-0/+361
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 BPMN flow for creating 5G slice NSSI.Isaac Manuel Raj1-0/+364
Added new BPMN flow for creating 5G slice NSSI. Issue-ID: SO-2368 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com> Change-Id: Ibcd5210de446c90b0955eee21b065bccd9f6efac
2020-03-04Added new BPMN flow for NSI.Isaac Manuel Raj1-0/+361
Added new BPMN flow for NSI. Issue-ID: SO-2368 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com> Change-Id: I307edff40b2447240b0ffa07733cd8677ea32472
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 options.Isaac Manuel Raj1-0/+338
Added new flow for creating 5G slice options. Issue-ID: SO-2368 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com> Change-Id: Ibec1254bec9bbee61e8b83a1d6e369b315a63e8c
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-04Added new flow for creating 5G slice service.Isaac Manuel Raj1-0/+103
Added new flow for creating 5G slice service. Issue-ID: SO-2368 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com> Change-Id: I156bf40c52ec30d4cc0c9a94589e947e2b655255
2020-03-04Merge "Add unit test for DoCreateCommunicationService workflow"Seshu Kumar M1-0/+196
2020-03-04Merge "Add scripts for DoCreateCommunicationService workflow"Seshu Kumar M1-0/+210
2020-03-04Add Unit Test for Create Communication Service workflowhetengjiao1-0/+456
Issue-ID: SO-2368 Change-Id: Id08ea8dc494488aeac58597f6db6ffc684652e59 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>