aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2022-09-14Update SDNC CLL action names to align with latest CCVPN SDNC changeshyu20101-5/+5
This update contains for the fixes for the following JIRAs: SO-3991: Update SDNC CLL action names to align with latest CCVPN SDNC changes Issue-ID: SO-3991 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: I9faf8adf5e3e0c88e49568e3ba800ac415e19282
2022-09-07Update nf_type for PNF in AAIaleem.raja@t-systems.com8-0/+132
Update nf_type for PNF in AAI to distinguish different PNFs nf_type value will come from SDC properties Issue-ID: SO-3967 Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com> Change-Id: I9dd039ac098a60f7cf4d4a9c456c7681f64d9987
2022-08-31Merge "Enable long-running processes in ControllerExecutionBB"Lukasz Rajewski7-37/+238
2022-08-10Multiple PNFs with same ModelInfo but different instance name not able to be ↵Aleem Raja9-3/+153
instantiated When instantiating a service with multiple PNFs, SO differentiates them using ModelCustomizationId. This causes issues when creating multiple instances of same model resource, and each lookup would return the same object. With this patch, Instead of using ModelCustomizationId, we enable SO to use instanceName parameter to differentiate the PNFs. Issue-ID: SO-3948 Signed-off-by: Aleem Raja <aleem.raja@t-systems.com> Change-Id: I9dd039ac786a60f7cf4d4a9c456c7681f64d6786
2022-08-05Merge branch 'recursive-orch'Lukasz Rajewski31-20/+1804
Issue-ID: SO-3980 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Ie0cd0f973800196d5cb1e038db4a49208a6c4a3b
2022-06-29Enable long-running processes in ControllerExecutionBBJozsef Csongvai7-37/+238
Instead of blocking a thread while waiting for controller response, ControllerExecutionBB is now using camunda receive task to support long running processes without increasing the camunda job timeout. A new property was added to configure the gRPC client's keep alive ping mechanism, which will identify connection issues and prevent the process getting stuck when the controller crashes. Issue-ID: SO-3953 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: Iaf6438dba76e715dba846bf45ef47b6a91239c4a
2022-06-07Merge "Enable DeleteChildService functionality" into recursive-orchrecursive-orchJozsef Csongvai7-73/+308
2022-06-06Merge "Fix bugs found in TN Slicing integration involving OOF"Shashikanth VH8-10/+24
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-05-26Fix bugs found in TN Slicing integration involving OOFdeepikasatheesh8-10/+24
Issue-ID: SO-3931 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I6fe2f53bb8f2761df40802e95255f617089069b5
2022-05-09Switch over BBRollback to use DB lookups.Oleg Mitsura2-74/+173
Issue-ID: SO-3793 Use feature provided by SO-3720. Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I31f2c00df738c37d04e5ad901dd94c9c6d4b147e
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-04-11Enable complex data types in service instanceParamsJozsef Csongvai2-2/+10
Issue-ID: SO-3923 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: Ibf371c4ffbedd6548a8e9630a9baeb5e2c43d7f4
2022-03-28Merge "Error during Deallocate Core NSSI Flow"Shashikanth VH3-162/+216
2022-03-24SO changes for CCVPN enhancement in Jakartahyu20102-3/+56
This update contains for the fixes for the following JIRA: SO-3913: CCVPN enhancement for cloud leased line protection and bandwidth modification Issue-ID: SO-3913 Change-Id: I8d82ef0f939efb5a94045a6d1117c692667eb554 Signed-off-by: hyu2010 <hyu2010b@gmail.com>
2022-03-19Merge "Implemented OOF call in TN NSSMF for allocate flow"Seshu Kumar M3-147/+349
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>
2022-03-14Implemented OOF call in TN NSSMF for allocate flowsr202557723-147/+349
Issue-ID: SO-3866 Change-Id: I40f55a4cbd2c886a98cc7fefa49ddd478a4a1cca Signed-off-by: sr20255772 <sravya.sherla@wipro.com>
2022-03-10Dependency version upgrade ch.qos.logback:logback-core: 1.2.3 to 1.2.10shashikanth.vh@huawei.com2-0/+2
Issue-ID: SO-3825 Signed-off-by: shashikanth.vh@huawei.com <shashikanth.vh@huawei.com> Change-Id: I409f1cffc192147c45b174d829c109b618ded535
2022-03-09Error during Deallocate Core NSSI FlowAlex3-162/+216
Issue-ID: SO-3783 Change-Id: Ia808103ecdbba7441eea0b2b2ad010c4fcf6204d Signed-off-by: Alex <alexander.borovitzky@guest.telecomitalia.it>
2022-03-09Merge "Use cloud configuration from Vnf"Seshu Kumar M2-74/+51
2022-03-09Merge "Fix bugs in modify &terminate flow"Seshu Kumar M4-246/+230
2022-03-09Merge "Fix in e2e activation flow for option1"Seshu Kumar M2-2/+56
2022-03-07Merge "Implemented OOF call in TN NSSMF for deallocate flow"Seshu Kumar M4-66/+343
2022-03-03Merge "CNF - Upgrade Functionality - BPMN Infra"Lukasz Rajewski4-0/+225
2022-03-03Implemented OOF call in TN NSSMF for deallocate flowdeepikasatheesh4-66/+343
Issue-ID: SO-3864 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Ibb7342a2eb6adb44c5a03e717e908699997e79b4
2022-03-01CNF - Upgrade Functionality - BPMN Infrasanket123454-0/+225
-Adding new blocking UpgradeVfModuleBB -Integrating new block in bpmn-infra wih new macro-action in catalogDB. -Changes added in Workflow to call UpgradeVfModuleBB. Issue-ID: SO-3857 Change-Id: I98f81f325a311d723f62f0a802bcd8641b9a6cbc Signed-off-by: sanket12345 <SX00562924@techmahindra.com> Signed-off-by: Lukasz.Rajewski <lukasz.rajewski@orange.com>
2022-02-22CNF - Upgrade Functionality - CNF Adaptersanket123454-0/+332
-Added new endpoint in CNF Adapter for CNF-Upgrade. Issue-ID: SO-3858 Change-Id: I68f32f215d232d723f44f1a103acf5431d6c7abe Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
2022-02-04Fix bugs in modify &terminate flowdeepikasatheesh4-247/+231
Issue-ID: SO-3847 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Ib6d2817bcf3e340713a2f72630915173344b81d5
2022-01-28Fix in e2e activation flow for option1deepikasatheesh2-2/+56
Issue-ID: SO-3844 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I206f0ddbb05c30abedfb558e70d320f547f8b6e7
2022-01-27Use cloud configuration from Vnfkuldipr2-74/+51
Vnfs can be part of different clouds and thus cloud configuration is fetched from vnf itself and passed along the flow to create vnf in the correct region. Issue-ID: SO-3423 Change-Id: I1a91486a0bbc6a13aaa292905caeb0c72c4b4885 Signed-off-by: kuldipr <kuldip.rai@amdocs.com>
2022-01-20Merge "delete redundant test dependency"Seshu Kumar M10-104/+238
2022-01-10CNF Healthcheck query based on helm statussreejatechm2-60/+117
-Enhancement of CNFO model with helm upgrade -Included code changes with respect to HealthCheckBB Issue-ID: SO-3814 Signed-off-by: sreejatechm <sg00744975@techmahindra.com> Change-Id: I44f11f156c132d713f42f0a855adb6730b7c6abe
2021-12-22Merge "Use resource list for SkipCDSBuildingBlockListener"Lukasz Muszkieta9-165/+210
2021-12-21Use resource list for SkipCDSBuildingBlockListenerJozsef Csongvai9-165/+210
The listener was using a customizationId from the requestPayload. Since the requestPayload is slightly different for VNF LCM requests, this logic was inconsistent and not working properly. By adding modelCustomizationId and modelVersionId to the Resource class, the SkipCDSBuildingBlockListener can leverage this to perform more reliable lookups for customization objects. This also enables SkipCDSBuildingBlockListener to run for delete requests. Previously this would have failed as the resourceKey is instance-id in the delete case and customization-id in for create. By using the explicit property of the resource object, there will be no confusion. Issue-ID: SO-3807 Change-Id: I0922e5e7373990d9b409651cb4365e11d5618558 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2021-12-10Merge "Fix issues in shared RAN NSSI flow"Seshu Kumar M3-17/+29
2021-12-06Fix issues in shared RAN NSSI flowdeepikasatheesh3-17/+29
Issue-ID: SO-3786 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I5b7c5376d225043a196a1d92ce24d4ffae47e7e1
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-25delete redundant test dependencyLukasz Muszkieta10-104/+238
Issue-ID: SO-3772 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Ia49b9e849eb4a331295194282e8d656f5eafd75a
2021-11-24Fix bugs in Allocate flowkrishnaa965-14/+12
Issue-ID: SO-3764 Signed-off-by: krishnaa96 <krishna981996@gmail.com> Change-Id: I899191a47a3c50ac7fe6f0633c658fef09a3ad5c
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