summaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2020-04-15Adding Generic VNF information in ControllerExeuctionBB flowsunilb2-4/+121
Issue-ID: SO-2806 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: I74318e16040a699b5a27a25b132d0cd486974bbb
2020-04-15Fixing SO buildwaqas.ikram1-1/+0
Change-Id: I99c0aee303c89fb5e25b51f616523e367a59785e Issue-ID: SO-2809 Signed-off-by: waqas.ikram <waqas.ikram@est.tech> (cherry picked from commit 312ee1ae732b0c904a25273b88322634d31ae0e6)
2020-04-14Merge "Correcting ControllerExecutionBB Id" into frankfurtSteve Smokowski1-2/+2
2020-04-14Merge "BB workflow with post instantiation is not working" into frankfurtSteve Smokowski3-17/+19
2020-04-13Correcting ControllerExecutionBB Idsunilb1-2/+2
Issue-ID: SO-2805 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: Ie827c5079267e947c3c982f82693eb82316255dd
2020-04-13Merge "Fix CreateSliceService ID" into frankfurtSeshu Kumar M1-2/+2
2020-04-13Fix CreateSliceService IDHarry Huang1-2/+2
Issue-ID: SO-2368 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com> Change-Id: Ie06a2aa1a2740ca430e9156ac3e4ddad9776e599
2020-04-13Modify NST selection request bodyHarry Huang1-3/+7
Issue-ID: SO-2368 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com> Change-Id: Ie081120278456c24bac6b17cea9d7271370c7059
2020-04-09BB workflow with post instantiation is not workingSebastien Premont-Tendland3-17/+19
The new BB AbstractCDSProcessingBB was not using the InjectExecution.execute causing which seemed to be de-serialization issue. Issue-ID: SO-2797 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca> Change-Id: I323deee87d9cfd58d34a6edeca84843b7c87d0bf
2020-04-03Removing model related parameters when creating PNF object in AAIlgrech2-19/+0
This will be re-implemented in G release when AAI-2845 is resolved Issue-ID: AAI-2845 Signed-off-by: lgrech <lukasz.grech@nokia.com> Change-Id: I8751095a00a4a28b9aae9ff312383afd50772ae2
2020-04-03Merge "Fix serviceProfile serialize" into frankfurtChuanyu Chen1-1/+6
2020-04-03Merge "Fix NST selection request body" into frankfurtChuanyu Chen1-1/+1
2020-04-01Move 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 (cherry picked from commit 7afcb6b9c3be874059580ef75158ebecedfb6bc9)
2020-04-01Fix NST selection request bodyHarry Huang1-1/+1
Issue-ID: SO-2368 Change-Id: Ib49ae999e55e26b755977c332e255ada466b9878 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-04-01Fix serviceProfile serializeHarry Huang1-1/+6
Issue-ID: SO-2368 Change-Id: Ia68bef5a1d7413fa2a6b88c79cbaa0501d8f9b57 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-03-26Merge "Fix PNF software upgrade workflow"Chuanyu Chen6-163/+539
2020-03-25Merge "Ingest and Process Service Function"Steve Smokowski3-6/+38
2020-03-25Merge "Use setVariablesLocal for setting task variables"Steve Smokowski2-4/+4
2020-03-25Merge "Update Subprocess to use COMPLETE status"Steve Smokowski1-1/+1
2020-03-25Fix PNF software upgrade workflowEnbo Wang6-163/+539
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-24Ingest and Process Service FunctionSmokowski, Steven3-6/+38
Intial commit of writing service function to AAI Update schema.sql table to pass all unit tests Update local sql to setup CI server for test Update schema to work and fix passwords Issue-ID: SO-2763 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8c517a485841574cde849e1c4e86c3bb7b7dcf89
2020-03-24Update Subprocess to use COMPLETE statusSmokowski, Steven1-1/+1
Update Subprocess to use COMPLETE status Update Subprocess to use COMPLETE status Fix column name to be request_status Issue-ID: SO-2762 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8307524b3c226a25795247a47c95753b150076fe
2020-03-24Use setVariablesLocal for setting task variablesKuleshov, Elena2-4/+4
Use setVariablesLocal for setting task variables in a correct scope in Camunda. Wait for task to be created before query to address robot test slowdown. Issue-ID: SO-2761 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8229326f48936dc4bc59162341c12355a64982a5
2020-03-24Fix for MDONS create and delete flowSrinivasan Ramanathan4-7/+51
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-23Merge "remove duplicated and not used code"Max Benjamin1-131/+11
2020-03-20workflowAction refactorLukasz Muszkieta1-26/+15
- move variable declaration to the place where it is used - simplify the code Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I7da1dac5c24907358f0949e361edc502fe6b7092
2020-03-20Merge "resolve CSMF ServiceDecomposition problem"Chuanyu Chen1-25/+49
2020-03-20resolve CSMF ServiceDecomposition problemhetengjiao1-25/+49
Issue-ID: SO-2754 Change-Id: Iddcc69629a6f69d51ad7696d147bafad9121c078 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-19remove duplicated and not used codeLukasz Muszkieta1-131/+11
Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Ie4a8fc2a52b3aae5fd40f75cc1bc33dbc385bae8
2020-03-19Merge "add m2e helpers for swagger"Steve Smokowski1-0/+30
2020-03-19remove duplicated and not used codeLukasz Muszkieta2-123/+20
Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I06894b2d4bb0bdc9b33cccd50df1055d79d89080
2020-03-17add m2e helpers for swaggerBenjamin, Max1-0/+30
add m2e helpers for swagger Issue-ID: SO-2746 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie98a6b3ed092edcaf45400a5ca7b76e8aba6d3b3
2020-03-17Merge "Update parameter parsing of SDNC LCM client"Chuanyu Chen7-44/+25
2020-03-16Merge "Fix Critical & Major issues in adapters"Steve Smokowski1-1/+1
2020-03-16Merge "split single and plural graph inventory uris"Steve Smokowski46-983/+697
2020-03-16Merge "Update APPC LCM version to incorporate response"Steve Smokowski1-1/+1
2020-03-16Merge "update poms to be compatible with eclipse IDE"Steve Smokowski4-157/+66
2020-03-16split single and plural graph inventory urisBenjamin, Max46-983/+697
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 APPC LCM version to incorporate responseKuleshov, Elena1-1/+1
Update APPC LCM version to incorporate response parsing fixes from APPC. Issue-ID: SO-2738 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If19b3239c3f255030eeb0d37309d15ea0172e8f5
2020-03-16update poms to be compatible with eclipse IDEBenjamin, Max4-157/+66
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-14Update parameter parsing of SDNC LCM clientEnbo Wang7-44/+25
Issue-ID: SO-2731 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I4cb8b9d4efb7e3e78e7e242c04b316908987d9d7
2020-03-13remove duplicated codeLukasz Muszkieta1-42/+18
Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I75bd8d1557f78e396e1d57a03e12eefc3a771798
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-12Implementation of GenericPnfCDSProcessingBBmharazin4-5/+322
Issue-ID: SO-2646 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: Ie146210b2cc0ea15f02d19261510d24a7bc50043
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>