aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess
AgeCommit message (Collapse)AuthorFilesLines
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 Deallocate Core NSSMF workflowalexanb1-0/+340
Issue-ID: SO-3238 Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it> Change-Id: I751c2b5f0ea5fba3f814ab70c627fb96242a54c3
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
2020-03-04Add DoCreateCommunicationService workflow bpmnhetengjiao1-0/+115
Issue-ID: SO-2368 Change-Id: Iee4d4c937947d01196a85c8a45387c5a3cb0aa19 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-03Add sub-process workflow for deleting slice servicezm3301-0/+205
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I0e0ff064fc21c0b0c2d47823c1495feeb22253a5
2020-02-27Merge "Add DeallocateNSSI Sub-process"Chuanyu Chen1-0/+254
2020-02-26Add DeallocateNSSI Sub-processzm3301-0/+254
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ibf443a3d490e48d397f1f3240207b5c00b92695f
2020-02-26Add CheckServiceProcessStatus workflowhetengjiao1-0/+225
Issue-ID: SO-2368 Change-Id: I33b7b21907f98f4934dc410e9bd3a252210bc58e Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2019-07-02Enhanced List Level flow with backward supportsarada prasad sahoo3-184/+201
Modified the e2e service instance flow to support both new list types groups along with backward compatibility to support old types alloted resources, network etc. Change-Id: Ie8fc8a4550a90b44736b6b9de058e2a2e187570c Issue-ID: SO-1393 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
2019-06-06Merge remote-tracking branch 'origin/dublin' into 'origin/master'Steve Smokowski2-72/+73
Change-Id: I551ea3f29a76dc99532455ea4d7e84a316f9bf38 Issue-ID: SO-1980 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-06-03Added orchestration status to servicemarios.iakovidis1-70/+71
Issue-ID: SO-1938 Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com> Change-Id: I78cc401a746ef4dbca41a869729b9791210038f4
2019-05-24Typo in bpmn mso-request-id variable nameYang Xu1-2/+2
Change-Id: I50e7f33a3a38e77c84874d75ab33c5f9bb693f8b Issue-ID: SO-1922 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-05-21Fix DeleteE2EServiceInstance flowsarada prasad sahoo1-131/+101
Fixed the issue when subprocess 'DoDeleteE2EServiceInstance' calls 'AAI GenericGetService' sub-process which is deleted from SO common-bpmn. Change-Id: I8f5dce0135031c2d44fccd51676a709f014ef3c7 Issue-ID: SO-1809 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
2019-05-16Fix DeleteE2EServiceInstance flowsarada prasad sahoo1-131/+101
Fixed the issue when subprocess 'DoDeleteE2EServiceInstance' calls 'AAI GenericGetService' sub-process which is deleted from SO common-bpmn Change-Id: Ie170b430a21df6dc8e7ff95a9d7f2091c11a600b Issue-ID: SO-1809 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
2019-05-06Invoke prepare instance resource list from bpmnsubhash kumar singh1-68/+83
Invoke prepare instance resource list from bpmn. Change-Id: I9a116eaee3800bfc061f986e0e5aea75d2f88598 Issue-ID: SO-1393 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2019-04-09Service instance modificationZhuoyao Huang2-0/+242
extend update interface for service instance modification on CCVPN use case extension Issue-ID: SO-1393 Change-Id: Ib21843be32738de0197185906ba38c61f1095f24 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
2019-01-28Merge 'origin/casablanca' into masterBenjamin, Max (mb388a)9-61/+123
Issue-ID: SO-1435 Change-Id: If065ef5c91e769452fd6701fa6c28a23b4bdf2b2 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-01-11Quality of Life logging improvementsBenjamin, Max (mb388a)1-2/+2
Remove invalid newline character in process name Quality of Life logging improvements Change-Id: I2193c08e365e847f6be144106a0b20aa7828497e Issue-ID: SO-1381 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-12-07Fix issues with DoCreateNetworkInstanceKalkere Ramesh, Sharan (sk720x)1-290/+251
Change-Id: I8aa535b0577560c13a00b3c9a5eed49a3892f644 Issue-ID: SO-1303 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>