aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2020-11-04bug fix - SO sends rest request to cds twice per one operationLukasz Muszkieta1-11/+1
Issue-ID: SO-3364 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I06a115addeb78097c789517ff35aa8fae3c1bd11
2020-11-04fixed nssmf adapter ssl problem and some bugs of nsmf workflowhetengjiao5-91/+128
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I018ca93da483231db1a20aac0e6146b1e2314ed3
2020-11-04Merge "Fix issue of parameter processing for DoAllocateNSIandNSSI(RAN)"Chuanyu Chen1-26/+21
2020-11-03Added to handle inventory failure errors in bpmn.Boslet, Cory3-106/+126
Added to handle inventory failure errors in bpmn. Issue-ID: SO-3358 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia578a4e629ac816c79338fbfff7717ad348e9bc4
2020-11-03Fix issue of parameter processing for DoAllocateNSIandNSSI(RAN)Enbo Wang1-26/+21
Issue-ID: SO-3274 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I4ee70ce5ffb12047398ac6a922f84bc021c1836f
2020-11-02update nst selection requestzm3303-5/+6
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I440d3b1078ff16d3457f0e4c02be0fd2d7be497d
2020-10-30Merge "modify subnetCapabilityQuery interface and some workflow error"Chuanyu Chen4-24/+41
2020-10-29Fixes for bugs found in Transport Slicing integrationhyu20104-93/+180
This update contains for the fixes for the following JIRAs: SO-3339: Transport Slicing integration: network-policy is missing under allotted-resource SO-3344: Transport Slicing integration: missing vnf input parameters in SO-SNDC payload Issue-ID: SO-3339 Issue-ID: SO-3344 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: I2464bccb1f6be94f9ff89adc76ea5e0fa02793bc Signed-off-by: hyu2010 <hyu2010b@gmail.com>
2020-10-29modify subnetCapabilityQuery interface and some workflow errorhetengjiao4-24/+41
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ieda037b617f3743a28aaba30e7f22bf5df919a24
2020-10-28Merge "Fix issue of writing NSSI to AAI for ExternalNssmfManager"Chuanyu Chen1-0/+1
2020-10-27Merge "Revert "PNF service instantiation using building blocks fails""1.7.7Lukasz Muszkieta5-356/+291
2020-10-27Revert "PNF service instantiation using building blocks fails"Steve Smokowski5-356/+291
This reverts commit eeaf0330f835b237812bbbf26ca5bba3c44f4671. Reason for revert: <revert change to preform testing> Change-Id: I866ca90e763bfeca73e4a734bb47102f69fecf79 Issue-ID: SO-3322 Signed-off-by: Smokowski, Steve <ss835w@att.com>
2020-10-26Fix issue of writing NSSI to AAI for ExternalNssmfManagerEnbo Wang1-0/+1
Issue-ID: SO-3341 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I242b48bee5420bc2a346240baa6056e31acb006c
2020-10-23Merge "PNF service instantiation using building blocks fails"Steve Smokowski5-291/+356
2020-10-23Merge "pnf service instantiation fix - IndexOutOfBoundsException"Steve Smokowski2-1/+7
2020-10-22pnf service instantiation fix - IndexOutOfBoundsExceptionLukasz Muszkieta2-1/+7
Issue-ID: SO-3322 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I6c978cbe788281eac25fa7be6f4ff24c4bff9810 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2020-10-22Merge "Remove static declaration"Steve Smokowski1-1/+1
2020-10-22Merge "Removed audit code"Steve Smokowski4-606/+92
2020-10-22Merge "Update Resource Bean"Steve Smokowski1-0/+9
2020-10-22PNF service instantiation using building blocks failsKalkere Ramesh, Sharan (sk720x)5-291/+356
End flow if ControllerExecutionBB is last in list Change-Id: Ia7020572a4418e7cbd5a9d167788f6476ff3554a Issue-ID: SO-3322 Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-10-21Fixes for bugs found in Transport Slicing integrationhyu20101-35/+19
This update contains for the fix for the following JIRA: SO-3326: Transport Slicing integration: AAI Exception in DeAllocate TN NSSI WF Issue-ID: SO-3326 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: I111ed3e386e77baf5fbe7b5d2398cc75f079eef4
2020-10-21Removed audit codeBoslet, Cory4-606/+92
Updated to error on inventory therefore no longer need audit Removed the audit UT test from source Removed the audit from the task services. Updated the BB unit test to not have audit anymore Changed robots to fix for create inventory. Delete the vnfc by id after each robot Create pserver in aai that ci is using Continue to fix robot test for heat bridge Continue to fix robots due to heatbridge enabled More changes to simulator to account for heatbridge for replace scenrios Added get resources scenrio for heatbridge Added header and added version to simulator Added correct response file and header for base module id Fixed the remaining failing service instance robots Changed to get tenant id else where when null Fixed the macro robots for heatbridge and getting resources Added scenrios that are still needed for heatbridge Added to connect when already exist and missing relationships Updated unit test to account for change to code. Issue-ID: SO-3316 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8cefebd91261fcb8ff03d582afb48517dd34625a
2020-10-21Remove static declarationBenjamin, Max (mb388a)1-1/+1
Class is a managed spring singleton, static not required Issue-ID: SO-3304 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I25aef43025f5453c8bd788721fbae45b568e905a
2020-10-21Update Resource BeanBoslet, Cory1-0/+9
Add original service resource id field Issue-ID: SO-3324 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I73703b50cc61669eb40b1516f7ce90639ca87ba2
2020-10-20Fixes for bugs found in Transport Slicing integrationhyu20103-9/+8
This update contains for the fix for the following JIRA: SO-3321: Transport Slicing integration: SO sets wrong subscription-service-type in SDNC payload Issue-ID: SO-3321 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: I81bf95d2604e92335f8295fdc8d8beb596fb305e
2020-10-19Merge "use correct vnf and vf cust for replace in"Steve Smokowski2-3/+31
2020-10-17Methods with same name get mixed upElena Kuleshov6-13/+13
Methods with the same name and number of arguments but operating on different execution types get sometimes mixed up in Camunda. Issue-ID: SO-3270 Signed-off-by: Kuleshov, Elena (ek1439) <evn@att.com> Change-Id: I40319a185644c93c86a7883765a615129ee19f1e
2020-10-15Fixes for bugs found in Transport Slicing integrationhyu20105-13/+39
This update contains for the fixes for the following JIRAs: SO-3308: Transport Slicing integration: MSOWorkflowException: mso-request-id not provided SO-3309: Transport Slicing integration: unable to get prefix environment variable from execution in TnNssmfUntils SO-3310: Transport Slicing Integration: null pointer exception in saving SDNC rollback data Issue-ID: SO-3308 Issue-ID: SO-3309 Issue-ID: SO-3310 Signed-off-by: hyu2010 <henry.yu1@huawei.com> Change-Id: I0c9ed038454b309914ddee6ea2366db58f248f9f Signed-off-by: hyu2010 <hyu2010b@gmail.com>
2020-10-14Merge "Fix skipPostInstConf for PNF"Lukasz Muszkieta2-1/+62
2020-10-14Fix skipPostInstConf for PNFmharazin2-1/+62
Issue-ID: SO-3271 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: I550a6582da1c7dd9d000ee9c7cfe421a293b9e59
2020-10-13Merge "Update NSMF Allocate workflow and fix health check issue"Chuanyu Chen2-109/+124
2020-10-13Update NSMF Allocate workflow and fix health check issuezm3302-109/+124
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I07d5e7aada2e028914067c2f20a3a44eb4450e83
2020-10-12use correct vnf and vf cust for replace inKalkere Ramesh, Sharan2-3/+31
use correct vnf and vf cust for replace in workflowaction Issue-ID: SO-3298 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I991960740b3d495c0613b5176019499a3500b5b2
2020-10-12Merge "Exclude problematic dependency from cxf"Steve Smokowski2-6/+0
2020-10-12Merge "add work step option for failures"Steve Smokowski7-5/+104
2020-10-08Exclude problematic dependency from cxfBenjamin, Max (mb388a)2-6/+0
jboss rmi dependency excluded from all cxf dependencies Done at the root pom to prevent from happening again Issue-ID: SO-3292 Change-Id: I022b8ecf58d76d090b16079324df2047fecc1a61 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
2020-10-08Update parameter processing for DoDeallocateNSSI(RAN)Enbo Wang2-44/+25
Issue-ID: SO-3294 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I9dd08200cb108a4d77b6f97502dcc999174aecaf
2020-10-08Update response processing for DoAllocateNSSI(RAN)Enbo Wang1-15/+18
Issue-ID: SO-3274 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I252c54f2d653ac5ed4738f0ea1e7de440f9affd5
2020-10-07add work step option for failuresKuleshov, Elena7-5/+104
Introduce new Policy and workStep to handle failures Reapply changes using correct camunda modeler version. Issue-ID: SO-3287 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7e0a36305322c255f6678529f0a27c023fd983ef
2020-10-07Fixes for bugs in Allocate TN NSSI WF found in integration testhyu20107-48/+112
- 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-10-07Merge "Only continue to wait on error when final"Steve Smokowski1-0/+4
2020-10-05Fix - Missing required attributes to TN Allocate NSSMFPriyadharshini5-509/+518
Issue-ID: SO-3288 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: If81cc1e6f8dfa772154eccbf8d75b6ff87692b65
2020-10-02Only continue to wait on error when finalBoslet, Cory1-0/+4
Only continue to wait on error when final indicator is N Issue-ID: SO-3285 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I2914762a6f2776dcb39ab68422b237ffc7eda0f0
2020-10-02Merge "Use Allotted Resources in Deallocate and Modify flows"Byung-Woo Jun6-145/+420
2020-10-01Use Allotted Resources in Deallocate and Modify flowsalexanb6-145/+420
Issue-ID: SO-3280 Change-Id: I5c325cb45e3230fc7d7e2190233c6ee91b7175b6 Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it>
2020-09-30Do not fail on callback errors for sdnc for vhnfBoslet, Cory1-345/+355
Do not fail on callback errors for sdnc for vhnf Issue-ID: SO-3281 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I3cd0672b87177405b595427aed7e05b7d50f5057
2020-09-29Merge "[SO] Updating Bpmn-Infra Certificates"Byung-Woo Jun2-0/+0
2020-09-29Merge "Enrich Deallocate and Modify Core NSSI sub-processes"Byung-Woo Jun8-477/+1158
2020-09-29Merge "add method adapt SliceTaskParamsAdapter to SliceTaskParams"Chuanyu Chen1-8/+13
2020-09-28[SO] Updating Bpmn-Infra Certificatesajay_dp0012-0/+0
Issue-ID: SO-3272 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: I06023d76c66b0e5ac0bf2d03423b2c8bdaaa04a0