aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2022-06-07Merge "Enable DeleteChildService functionality" into recursive-orchrecursive-orchJozsef Csongvai7-73/+308
2022-05-30Enable DeleteChildService functionalitymamed.mamedov7-73/+308
Issue-ID: SO-3830 Change-Id: I5cf8b1a998839813fd59576eb70eb79c72f2c2fe Signed-off-by: mamed.mamedov <mamed.mamedov@telekom.com>
2022-04-21Processing Priority for Nested Servicessreeja gattagouni1-0/+1
- Processing Priority For Nested Services. - Prioritising services by mentioning priority number while triggering requests will allow the Services to be instantiated as per the priority in a Nested-Services having Parent-Child Services Relationships. Issue-ID: SO-3855 Change-Id: I66d83f324c122d842f52f0b808dab5640b8c9abf Signed-off-by: sreeja gattagouni <sg00744975@techmahindra.com>
2022-03-17AAI Relationship for Parent - Child Services with Composed Resource Nodesanket123457-12/+62
-Code to add Relation between Parent & it's Child Services -Node used to connect parent and child in AAI is ComposedResource -Parent Service can be related with multiple Child Services via composedResource Node. Issue-ID: SO-3832 Change-ID: I73f97f986a817d423f92f8d922dcd9647b8a6adc Signed-off-by: sanket12345 <SX00562924@techmahindra.com> Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2021-11-26Enable CreateChildServiceBB for Service-Macro-CreateJozsef Csongvai11-11/+258
Issue-ID: SO-3811 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I7979082a9f145a84f6f03cf2c44e9ccbca198c5a
2021-11-26Add service composition building blocksJozsef Csongvai7-1/+587
Issue-ID: SO-3811 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I1f3eb0b6ae0e6ac1ce90dbd10d3737bb195c673b
2021-11-26Add request builder for child servicesJozsef Csongvai2-0/+434
The builder parses a child service request from the so request payload. Issue-ID: SO-3811 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I2db54160ae44e229f97190f66dd5b5cd89cc4598
2021-11-26Enable recursive model by adding services to resourcesJozsef Csongvai1-0/+4
Issue-ID: SO-3811 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I13ea0986b9c81971432626163d323991b57f9545
2021-11-26Add REST client for Api-handlerJozsef Csongvai5-1/+228
This enables calling api-handler from bpmn-infra Issue-ID: SO-3811 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I59a6c7859505f9fca4729089914f43834ceb6323
2021-11-19Merge "Support activate, terminate feature for NSMF based TN slices"Lukasz Muszkieta4-359/+568
2021-11-17Support activate, terminate feature for NSMF based TN sliceskrishnaa964-359/+568
Issue-ID: SO-3784 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I3214cfe5faf3bc9d10081859d63d5a67ee2d6318
2021-11-15Merge "Fix some AN NSSMF issues"Lukasz Muszkieta3-11/+15
2021-11-12Fix some AN NSSMF issuesdeepikasatheesh3-11/+15
Issue-ID: SO-3785 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Id4eea6a32d204f59f11cc93c18555f1ac50b4b55
2021-10-27Merge "Add missing code for enabling VNF LCM features"Seshu Kumar M6-7/+54
2021-10-21Merge "Add feature to Support NSMF based TN slices"Lukasz Muszkieta10-562/+1556
2021-10-20Add missing code for enabling VNF LCM featuresJozsef Csongvai6-7/+54
This ensures isBase is set on vf-modules in delete flows, which will ensure correct deletion order. It also adds a AAI lookup for vnfs to fetch modelCustomization ids, which are necessary for validations in service-macro-upgrade. Issue-ID: SO-3794 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I4a6f5eb21633b4a8be8107b290b04c77d854bc0d
2021-10-20Merge "Add history ttl to all bpmn's programatically"Seshu Kumar M1-1/+23
2021-10-12Add feature to Support NSMF based TN sliceskrishnaa9610-562/+1556
Issue-ID: SO-3764 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I57f6db8fab6cbd0032f58ca8254d3f93d7a78147
2021-10-04delete redundant test dependencyLukasz Muszkieta6-107/+203
Issue-ID: SO-3772 Change-Id: I0539bf648e4879efc739d65ed77fd826d296de93 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2021-09-29Add history ttl to all bpmn's programaticallyJozsef Csongvai1-1/+23
This enables camunda to set REMOVAL_TIME_ to entries written to the camundabpmn database, which can then be cleaned up after ttl has expired. Regular clean-up will improve database performance and prevent locking timeouts. Change-Id: I0803a0ebda9220daba7d505797c94ba47ade5921 Issue-ID: SO-3770 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2021-09-27Merge "Fix issues in AN NSSMF for modify & Deallocate flow"Seshu Kumar M6-68/+86
2021-09-27Merge "Wrong additional parameter for OOF's terminateNxiRequest"Seshu Kumar M4-103/+139
2021-09-22Merge "Subnet Type update for respective TN domain"Seshu Kumar M1-0/+1
2021-09-16Merge "Fix attribute mismatch in NSMF,NSSMF & OOF"Seshu Kumar M6-16/+16
2021-09-15Fix issues in AN NSSMF for modify & Deallocate flowdeepikasatheesh6-68/+86
Issue-ID: SO-3758 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I777d2abbe2746ab138169e108f20ad283448323e
2021-09-15Merge "Fix issues in NSMF terminate flow"Seshu Kumar M3-7/+17
2021-09-15Cnf-adapter is not able to update relationship in AAIsanket123452-4/+39
Passing 2 more parameters vnfId and vfmoduleId from bpmn-infra to cnf-adapter Issue-ID: SO-3761 Signed-off-by: sanket12345 <SX00562924@techmahindra.com> Change-Id: I79f12f115d112d713f32f0a400aeb6532d7c6ade
2021-09-14Wrong additional parameter for OOF's terminateNxiRequestAlex4-103/+139
Issue-ID: SO-3760 Change-Id: If4211e67ae2debcf394fd69c7e301a99d3bb9658 Signed-off-by: Alex <alexander.borovitzky@guest.telecomitalia.it>
2021-09-09Fix attribute mismatch in NSMF,NSSMF & OOFdeepikasatheesh6-16/+16
Issue-ID: SO-3701 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Iad9bc3f715ac93f2bd1ce07ef9bf1f414e783ab3
2021-09-01Fix issues in NSMF terminate flowdeepikasatheesh3-7/+17
Issue-ID: SO-3759 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Ic27f53b8b8e739849f6eb5ab4a1cee1d2cc0969c
2021-09-01Subnet Type update for respective TN domaindeepikasatheesh1-0/+1
Issue-ID: SO-3704 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Id62d2a20748f95445317d812b00e6bd2b4220c85
2021-08-26Merge "Implementation of HealthCheckBB"Seshu Kumar M13-0/+723
2021-08-26Merge "Implement Building Blocks for CNF AAI update"Seshu Kumar M6-57/+384
2021-08-26Merge "Changes in Modify and Deallocate Core NSSI flows"Seshu Kumar M8-750/+1574
2021-08-25Implementation of HealthCheckBBsanket1234513-0/+723
Code changes to implement HealthCheckBB Issue-ID: SO-3691 Change-Id: I88d22f125c122d813f42f0b800aeb6530d7c6acf Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
2021-08-25Implement Building Blocks for CNF AAI updatesanket123456-57/+384
Code changes to implement Building Blocks for CNF AAI update and delete Issue-ID: SO-3717 Signed-off-by: sanket12345 <SX00562924@techmahindra.com> Change-Id: I93b555800a24048f6ecf4e7e786e4bdefa6952fc
2021-08-23Changes in Modify and Deallocate Core NSSI flowsAlex8-750/+1574
Issue-ID: SO-3703 Change-Id: I22391ae0ff142fd6923cb62621fb537708a3cd19 Signed-off-by: Alex <alexander.borovitzky@guest.telecomitalia.it>
2021-08-18Fix S-NSSAI format in E2E Network Slicingdeepikasatheesh1-5/+13
Issue-ID: SO-3670 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I93b555800a26068f6ecf4e7e765e4bdefa1565fc
2021-08-17Merge "Fix Relationship update b/w core NSSI and its Sliceprofile"Byung-Woo Jun4-74/+44
2021-08-17Fix Relationship update b/w core NSSI and its Sliceprofilesanket123454-74/+44
Code changes to fix issues observed during testing for: - Core Allocate - Core Activate Issue-ID: SO-3605 Signed-off-by: sanket12345 <SX00562924@techmahindra.com> Change-Id: I88f22f115c119d713f42f0a800aeb8320d7c9ade
2021-08-13Merge "SO changes for Service Intent"Seshu Kumar M13-0/+3461
2021-08-13Merge "Add new endpoint and macro for service upgrade"Seshu Kumar M10-4/+373
2021-08-13Merge "Enable ControllerExecutionBB for service scope"1.9.0Seshu Kumar M20-55/+277
2021-08-13Merge "Update ccsdk version to 1.1.5"Seshu Kumar M2-6/+6
2021-08-13Merge "Fix DeleteSliceService auth"Seshu Kumar M1-2/+4
2021-08-11SO changes for Service Intenthyu201013-0/+3461
This update contains the SO changes for the CCVPN extension to support Intent Based Networking (REQ-719). The SO is responsible for providing the Service Intent orchestration, as well as providing the Service Intent APIs which are consumed by the IBN use-case. The changes on the SO are technology-agnostic and are relatively simple. i.e., Technology specific network configurations are carried out by the SDNC. Issue-ID: SO-3714 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: Iec9d2fc80adc79faaeeaf811bd0d02c9d7611d61 Signed-off-by: hyu2010 <hyu2010b@gmail.com>
2021-08-11Merge "Fix issues in AN NSSMF for allocate &modify flow"Seshu Kumar M5-11/+14
2021-08-06Merge "Enable WorkflowActionBB to skip last building block"Seshu Kumar M4-20/+57
2021-08-05Merge "Fix some attribute issues"Seshu Kumar M2-3/+13
2021-08-04Add new endpoint and macro for service upgradeJozsef Csongvai10-4/+373
This enables upgrading an existing service instance by updating its model UUID's in AAI and md-sal. Issue-ID: SO-3636 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: Ic5f067a1267053a61f46e2d9563ca4e4ac869bdf