aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess
AgeCommit message (Collapse)AuthorFilesLines
2020-10-07Fixes for bugs in Allocate TN NSSI WF found in integration testhyu20101-2/+2
- Fix for SO-3284: Exceptions in Allocate TN NSSI WF - Fix for SO-3293: Allocate TN NSSI fails to create relationship between allotted-resource and logical-links Issue-ID: SO-3284 Issue-ID: SO-3293 Signed-off-by: hyu2010 <henry.yu1@huawei.com> Change-Id: Ib625ec4b70db08af46031d392aa75ef22abd439e Signed-off-by: hyu2010 <henry.yu1@huawei.com>
2020-09-29Merge "Enrich Deallocate and Modify Core NSSI sub-processes"Byung-Woo Jun2-229/+606
2020-09-28Update NSMF allocate workflowhetengjiao2-2/+2
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ia4c2fdc15a1fa44de064559cb39af46336e3f5ca
2020-09-27Enrich Deallocate and Modify Core NSSI sub-processesalexanb2-229/+606
Issue-ID: SO-3267 Change-Id: Iffcc8f0d12ed75683d8a1e2e80e5608b1271f7d6 Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it>
2020-09-25Update NSMF workflow of allocatehetengjiao4-159/+140
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I4ab9272501a76c93e1c56d4bf0ed646699363ecb
2020-09-23Develop common logic for Core NSSI flowsalexanb1-36/+36
Issue-ID: SO-3260 Change-Id: Iaebcca2a137198aebba42f0d5667eeecaca3c12e Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it>
2020-09-18Merge "Update NSMF workflow to for the E2E Network Slicing requirements"Chuanyu Chen7-2159/+901
2020-09-18Update AAI versionzm3301-1/+1
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I073d6160573df10d1d3f3722cc4262e482b9cd8a
2020-09-18Update NSMF workflow to for the E2E Network Slicing requirementshetengjiao7-2159/+901
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ic792896cc3e7b23f02fd7f8b8305402271eb0d78
2020-09-17Merge "Implement Allocate Core NSSMF workflow"Byung-Woo Jun3-0/+1044
2020-09-17Implement Allocate Core NSSMF workflowaleemraja3-0/+1044
Issue-ID: SO-3234 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: I37ce7d21eaba8ea60a91a7034509696b2cf3a987
2020-09-17Implement Activate and Deactivate Core NSSMF workflowaleemraja1-0/+420
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-210/+213
2020-09-17Merge "Implement Subnet Capability query functionality"Byung-Woo Jun1-0/+141
2020-09-17Merge "Update template analysis process"Chuanyu Chen1-5/+3
2020-09-16Merge "Implement Deallocate Core NSSMF workflow"Byung-Woo Jun1-0/+340
2020-09-16Merge "Implement Modify Core NSSMF workflow"Byung-Woo Jun1-0/+311
2020-09-17Update template analysis processzm3301-5/+3
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 Jun5-0/+1322
2020-09-16Merge "Imlpement RAN NSSMF Modify Workflow"Byung-Woo Jun2-0/+977
2020-09-16Merge "Implement Activate/Deactivate RAN NSSMF Workflow"Byung-Woo Jun1-0/+1012
2020-09-16Merge "Implement Deallocate RAN NSSI Workflow"Byung-Woo Jun1-0/+1226
2020-09-16Imlpement RAN NSSMF Modify WorkflowReshmasree2-0/+977
Issue-ID: SO-3228 Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com> Change-Id: I49b99cfb0afbdd34a83ef81dac6a62301e79e4fd
2020-09-16Merge "Implement subprocess for calling SDNR from RAN NSSMF -Also added ↵Byung-Woo Jun1-0/+98
common methods in oofUtils"
2020-09-16Merge "Implement RAN NSSMF Allocate workflow"Byung-Woo Jun1-0/+960
2020-09-16Implement RAN NSSMF Allocate workflowReshmasree1-0/+960
Issue-ID: SO-3227 Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com> Change-Id: I4354d68b307bd008b242deb57a87f5de2bb66487
2020-09-15Implementation of TN NSSMF WF on SOhyu20105-0/+1322
(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/+311
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/+1394
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/+340
Issue-ID: SO-3238 Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it> Change-Id: I751c2b5f0ea5fba3f814ab70c627fb96242a54c3
2020-09-10NSMF Functionality improvements - NSI Terminationdeepikasatheesh2-210/+213
Issue-ID: SO-3231 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I5ebeea9e7e79ba1c7c236478f4acf34af674eb77
2020-09-10Implement Activate/Deactivate RAN NSSMF WorkflowPriyadharshini1-0/+1012
Issue-ID: SO-3229 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: I309da1227f1db8faec10f198351fda66421293b6
2020-09-10Implement Deallocate RAN NSSI WorkflowPriyadharshini1-0/+1226
Issue-ID: SO-3230 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: I37ce7d21eaba8ea60a91a7034501211b2cf3a987
2020-09-06Implement subprocess for calling SDNR from RAN NSSMFReshmasree1-0/+98
-Also added common methods in oofUtils Issue-ID: SO-3215 Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com> Change-Id: Id85112db648f6607d7075da857a45e1ed5ca23ec
2020-08-27Implement so-oof-adapter to handle OOF CallbackPriyadharshini2-93/+249
- Add NSI/NST selection callback for Networkslicing Issue-ID: SO-3205 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: Ica88d503495949ecce8b897c3a990fbdaa5d4f0e
2020-05-13update DoCreateSliceServiceOption Workflow because the oof inteface modifyhetengjiao1-204/+101
Issue-ID: SO-2919 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Idf4ad514abdb21131c684edb4294b3ddff03efb2
2020-04-16move network adapter to an external client taskBoslet, Cory14-3280/+2199
Began impelenting new network external task. Made the vnfAdapterTask subflow an openstack subflow, refactored infra flows and BB to call it for network functions. Fixed bugs discovered through a robot dry run, added unit test, added support for rollback network request Updated junit test files for comparison due to not polling for response Removed the no longer used network adapter rest task from bpmn tasks Removed the unused network adapter async and its beans Removed network async client package from open pojo scan Issue-ID: SO-2813 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4c25892012cc86659ab122448ed1aca5cab91671
2020-03-26convert openstack to external tasksBoslet, Cory8-98/+50
Use external tasks to communicate with openstack adapter Will be more resilient to failures Refactored all flows to use external tasks not REST calls Rollback is now an external task Ensured backwards compatibility Issue-ID: SO-2767 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8afdb89c688d756aed0f25f7d9a7fb898142554d
2020-03-24Fix for MDONS create and delete flowSrinivasan Ramanathan1-1/+2
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-05Merge "Add BPMN for DoSendCommandToNSSMF workflow"Chuanyu Chen1-0/+344
2020-03-05Added HandleOrchestrationTask flowHarry Huang1-0/+90
Issue-ID: SO-2368 Change-Id: I1160fd3b312992c841b60d09515407f3d3a3e83a Signed-off-by: Harry Huang <huangxiangyu5@huawei.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-05Merge "Added new flow for creating 5G slice service."Seshu Kumar M1-0/+103
2020-03-05Merge "Added new flow for creating 5G slice options."Seshu Kumar M1-0/+338
2020-03-05Merge "Added new BPMN flow for creating 5G slice NSSI."Seshu Kumar M1-0/+364
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 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.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