aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-common/src
AgeCommit message (Collapse)AuthorFilesLines
2020-09-23removed references to AAIObjectTypeBenjamin, Max111-949/+943
removed references to AAIObjectType and AAIObjectPlurals additional corrections for removal of aai object type corrected additional java files updated groovy files to match aai fluent builder style Issue-ID: SO-3259 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifdf12fcacb34cc648548eb18b638afd06dad67a9
2020-09-23Develop common logic for Core NSSI flowsalexanb6-2072/+1889
Issue-ID: SO-3260 Change-Id: Iaebcca2a137198aebba42f0d5667eeecaca3c12e Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it>
2020-09-22Merge "Changes for MDONS usecase SO-2950"Seshu Kumar M1-0/+1
2020-09-21Merge "Adding more unit tests in Deallocate Core NSSMF workflow"Byung-Woo Jun2-170/+1453
2020-09-21Adding more unit tests in Deallocate Core NSSMF workflowalexanb2-170/+1453
Issue-ID: SO-3247 Change-Id: I5514e1fe70bead988ea884bc312374e0d51d9dd8 Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it>
2020-09-18Merge "Update NSMF workflow to for the E2E Network Slicing requirements"Chuanyu Chen9-3257/+1479
2020-09-18Update NSMF workflow to for the E2E Network Slicing requirementshetengjiao9-3257/+1479
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ic792896cc3e7b23f02fd7f8b8305402271eb0d78
2020-09-17Merge "Implement Allocate Core NSSMF workflow"Byung-Woo Jun6-0/+2114
2020-09-17Implement Allocate Core NSSMF workflowaleemraja6-0/+2114
Issue-ID: SO-3234 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: I37ce7d21eaba8ea60a91a7034509696b2cf3a987
2020-09-17Implement Activate and Deactivate Core NSSMF workflowaleemraja2-0/+1316
Issue-ID: SO-3235 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: I37ce7d21eaba8ea60a91a7034508965b2cf3a987
2020-09-17Merge "NSMF Functionality improvements - NSI Termination"Byung-Woo Jun2-83/+212
2020-09-17Merge "Implement Subnet Capability query functionality"Byung-Woo Jun1-0/+141
2020-09-17Merge "Implement Workflows to handle NSSMF Common functionalities"Byung-Woo Jun8-0/+1061
2020-09-16Implement Workflows to handle NSSMF Common functionalitiesPriyadharshini8-0/+1061
Issue-ID: SO-3190 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: I38ce91415fc5ced083e017ed4306873d17d5fa24
2020-09-17Merge "Update template analysis process"Chuanyu Chen1-1/+1
2020-09-17Merge "update service query"Chuanyu Chen2-8/+11
2020-09-16Merge "Implement Deallocate Core NSSMF workflow"Byung-Woo Jun1-0/+844
2020-09-16Merge "Implement Modify Core NSSMF workflow"Byung-Woo Jun1-0/+732
2020-09-17Update template analysis processzm3301-1/+1
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I2a1190191e18b8a580e421847a5143ef45a7877d
2020-09-16Merge "Implementation of TN NSSMF WF on SO"Byung-Woo Jun10-0/+2200
2020-09-16Merge "Imlpement RAN NSSMF Modify Workflow"Byung-Woo Jun2-0/+849
2020-09-16Merge "Implement Activate/Deactivate RAN NSSMF Workflow"Byung-Woo Jun1-0/+589
2020-09-16Merge "Implement Deallocate RAN NSSI Workflow"Byung-Woo Jun1-0/+556
2020-09-16Imlpement RAN NSSMF Modify WorkflowReshmasree2-0/+849
Issue-ID: SO-3228 Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com> Change-Id: I49b99cfb0afbdd34a83ef81dac6a62301e79e4fd
2020-09-16Merge "Implement RAN NSSMF Allocate workflow"Byung-Woo Jun2-0/+1489
2020-09-16Implement RAN NSSMF Allocate workflowReshmasree2-0/+1489
Issue-ID: SO-3227 Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com> Change-Id: I4354d68b307bd008b242deb57a87f5de2bb66487
2020-09-16update service queryzm3302-8/+11
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I7489dd5b02fa19b25eec0162dd239c1d40e943d3
2020-09-15Implementation of TN NSSMF WF on SOhyu201010-0/+2200
(1) Workflow of Allocate TN NSSI (2) Workflow of Deallocate TN NSSI (3) Workflow of Activate and Deactivate TN NSSI (4) Workflow of Modify TN NSSI NOTE: 1. The full implementation of TN NSSMF consists of two layers: (1) The TN Sice definition layer, which is an orchestration layer that provides the NBI of TN NSSMF to its consumers (i.e., it concerns the "what" question), and (2) the TN slice realization layer, which is responsible for the actual network configurations of TN slicing (i.e., the "how" question). The first layer is done on the SO (i.e., this changeset), while the 2nd layer is implemented on the SDNC. That's why this changeset is relatively simple, since the "real work" is done by the SDNC. 2. This changeset depends on the common NSSMF WF (https://gerrit.onap.org/r/c/so/+/111477) Issue-ID: SO-2959 Signed-off-by: hyu2010 <henry.yu1@huawei.com> Change-Id: I9d4e77b7706d28fb4133ddca0ff1d6e307be613d Signed-off-by: hyu2010 <henry.yu1@huawei.com>
2020-09-13Implement Modify Core NSSMF workflowalexanb1-0/+732
Issue-ID: SO-3239 Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it> Change-Id: Ice1f528d5fe155ea0e84cb3fa7502be32626ba31
2020-09-11Update NSMF workflow to implement the E2E Network Slicing requirements for ↵hetengjiao3-0/+1637
Guilin release Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I20c6b880cc26b0e0dbd096f4de6f39fd936b4bc0
2020-09-10Implement Subnet Capability query functionalitydeepikasatheesh1-0/+141
Issue-ID: SO-3222 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I1797aeb1f2b4b461cee627200bda8312a0803524
2020-09-10Implement Deallocate Core NSSMF workflowalexanb1-0/+844
Issue-ID: SO-3238 Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it> Change-Id: I751c2b5f0ea5fba3f814ab70c627fb96242a54c3
2020-09-10NSMF Functionality improvements - NSI Terminationdeepikasatheesh2-83/+212
Issue-ID: SO-3231 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I5ebeea9e7e79ba1c7c236478f4acf34af674eb77
2020-09-10Implement Activate/Deactivate RAN NSSMF WorkflowPriyadharshini1-0/+589
Issue-ID: SO-3229 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: I309da1227f1db8faec10f198351fda66421293b6
2020-09-10Implement Deallocate RAN NSSI WorkflowPriyadharshini1-0/+556
Issue-ID: SO-3230 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: I37ce7d21eaba8ea60a91a7034501211b2cf3a987
2020-09-09Changes for MDONS usecase SO-2950Srinivasan Ramanathan1-0/+1
Changes for MDONS usecase Async flow Change-Id: I2385610a43b993f66a482cd321f8c7fd2db3535f Issue-ID: SO-2950 Signed-off-by: Srinivasan Ramanathan <srinivasan.ramanathan2@us.fujitsu.com>
2020-08-30Update NSSMF adapter to support External RAN NSSMFEnbo Wang1-10/+10
Issue-ID: SO-3202 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I65b8143ad38017117ffb0677054bad3f76ae90e4
2020-08-28Merge "Refactor PNF names in BPMN workflows"Byung-Woo Jun1-2/+2
2020-08-27Implement so-oof-adapter to handle OOF CallbackPriyadharshini2-102/+44
- Add NSI/NST selection callback for Networkslicing Issue-ID: SO-3205 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: Ica88d503495949ecce8b897c3a990fbdaa5d4f0e
2020-08-26Refactor PNF names in BPMN workflowsrameshiyer271-2/+2
Issue-ID: SO-3105 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I8cab1afa54ea8a1981fcddcf0c25f6f86bb14421
2020-07-30[SO] create generic pnf healthcheck workflowtragait1-0/+127
This commit implements workflow for pnf health check and its respective test cases. Issue-ID: SO-3018 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: Idffcbf78809c33dd7a059bc87962716d0a9cd81c Signed-off-by: tragait <rahul.tyagi@est.tech>
2020-06-10Fix for MDONS usecase SO-2967Srinivasan Ramanathan1-1/+1
Change-Id: Ic1bf13f6a2cb3974e090f4a13f5750242027e1c7 Issue-ID: SO-2967 Signed-off-by: Srinivasan Ramanathan <srinivasan.ramanathan2@us.fujitsu.com>
2020-05-27Merge "Added scriptName for deallocation of NSSI."Seshu Kumar M2-1/+3
2020-05-23Update DeleteSliceService authzm3301-4/+8
Issue-ID: SO-2942 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I93015340d57e9feeba0d212bef7978a3a33d1026
2020-05-22Update NSI slection processzm3302-87/+110
Issue-ID: SO-2949 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ibb13fb6d146d5ef9dbe702c23294653276204f7a
2020-05-21update uemobilityLevel to uEMobilityLevel adapter NBIhetengjiao1-1/+1
Issue-ID: SO-2919 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: If6d4e9e38ddd6a33324b3a5a840d0449545bdd40
2020-05-20update CSMF bpmn to adpter EXT-APIhetengjiao1-4/+4
Issue-ID: SO-2919 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ie506e13c55c9745653471908cb69d59d85c10cbb
2020-05-20Add sST value to communication servicezm3301-1/+1
Issue-ID: SO-2942 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I062512977f2e2991a817327572576f7137c5ad2e
2020-05-18Add relationship to allocate resourcezm3302-14/+13
Issue-ID: SO-2919 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I4232439be1729255fc128b268b1a3168d51507ff
2020-05-14update oof option and slice profilezm3301-51/+109
Issue-ID: SO-2919 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ia755381b5b7f90ab6bac3ee8002cc87a1cc12c9f