summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-08-10Changing SOL003 dependency versionMukeshKumar1-1/+1
Issue-ID: SO-3726 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: I037da634752f8ace28d914ef5880c84a2721557b
2021-08-06SO Critical vulnerability.Mukesh Paliwal2-2/+3
Issue-ID: SO-3732 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: I7703841ea89e5b409b9622a673ab766dc267ae36
2021-08-06Merge "Enable WorkflowActionBB to skip last building block"Seshu Kumar M4-20/+57
2021-08-05SO Critical vulnerabilityshashikanth.vh@huawei.com4-2/+4
Issue-ID: SO-3732 Signed-off-by: SHASHIKANTH VH <shashikanth.vh@huawei.com> Change-Id: I4a975090b3832b8a5affa48695f33edbd72da13e
2021-08-05Merge "fixing vulnerabilities for tomcat catalina"Byung-Woo Jun1-1/+2
2021-08-05fixing vulnerabilities for tomcat catalinaMukeshKumar1-1/+2
Issue-ID: SO-3726 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: I8e923f3a225a8cabb5a58536b3b3b18ddb491244
2021-08-05Merge "update the SO committer list"Byung-Woo Jun1-39/+40
2021-08-05Merge "Fix some attribute issues"Seshu Kumar M3-5/+13
2021-08-05update the SO committer listseshukm1-39/+40
Issue-ID: SO-3616 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I17312887b3c540c7e4883fae70a3edfa5c7ebd3a
2021-08-04Add new endpoint and macro for service upgradeJozsef Csongvai13-4/+400
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
2021-08-04Enable WorkflowActionBB to skip last building blockJozsef Csongvai4-20/+57
WorkflowActionBB does not take into account flowmanipulators such as SkipCDSBuildingBlockListener, which increment the current index of building blocks to execute. In the case where ControllerExecutionBB is the last building block and should be skipped, the index would be incremented beyond bounds and cause exception. WorkflowActionBB needs to check if the flow has been completed before it tries to execute the next building block. Issue-ID: SO-3678 Change-Id: I635c12a568c3b98031cbeb37ef521663d96b852b Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2021-08-04Enable ControllerExecutionBB for service scopeJozsef Csongvai20-55/+277
Also make userParams.service optional to support usecases where it is not being passed. Issue-ID: SO-3627 Change-Id: I7e0abfffe54e11935b32f6c6829400de88fb4bd0 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2021-08-04Merge "Support instantiation of same model vnfs/vf-modules"Seshu Kumar M31-152/+1358
2021-08-03Update ccsdk version to 1.1.5Jozsef Csongvai5-12/+12
New version reverts the name change that broke backward compatibility. Issue-ID: SO-3725 Change-Id: I4d41f578e2c4eef0a5d0c899b70d19d137f89839 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2021-07-31Merge "add junit coverage"Seshu Kumar M1-1/+34
2021-07-30Fix DeleteSliceService authdeepikasatheesh1-2/+4
Issue-ID: SO-3722 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Ic988164e40d20429a0ff4ae95456351d4d1b195c
2021-07-30Fix issues in AN NSSMF for allocate &modify flowdeepikasatheesh5-11/+14
Issue-ID: SO-3624 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I3e11f1748706913621f54e8cd725ca00c71ba682
2021-07-30Fix some attribute issuesdeepikasatheesh3-5/+13
Issue-ID: SO-3721 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Ic033f6ba222fcd276b15ca9ca0833f8645fe44e7
2021-07-30Support instantiation of same model vnfs/vf-modulesMichael Pruss31-152/+1358
When instantiating a service with multiple vnfs and/or vfmodules SO would differentiate using ModelCustomizationId. This would cause issues when creating multiple instances of same model resource, and each lookup would return the same object. Instead of using ModelCustomizationId, this patch enables SO to use instanceName parameter to differentiate the resources. Validation was added to ensure that instanceNames are provided if there are multiple resources of the same model. If there are no duplicate resources and instanceName is not set, SO will default to previous logic using ModelCustomizationId. In order to properly associate vfmodules with their parent vnfs, the Resource class was augmented with a parent reference which maintains the relationship in further processing. Id generation logic was corrected to ensure that multiple resources of the same model are assigned unique instance ids and references to parent instanceId. Issue-ID: SO-3677 Change-Id: If39a0138f501177e12262f8e911137012e287fca Signed-off-by: Michael Pruss <michael.pruss@bell.ca>
2021-07-28Merge "Fix ControllerExecutionBB flow."Lukasz Muszkieta2-94/+114
2021-07-28Merge "Fix NPE for GenericVnfHealthCheckBB"Lukasz Muszkieta1-0/+1
2021-07-28Merge "Change rb-definition-version identifier"Lukasz Muszkieta2-27/+36
2021-07-28Change rb-definition-version identifierLukasz Rajewski2-27/+36
Change rb-definition-version identifier. As a consequnece the vf-module-model-customization-uuid will be used to identify the version of the rb definition. Also cleaned property setup for CNFAdapter create instance request Issue-ID: MULTICLOUD-1377 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Ieafc7be91a6b25df3bec89701fa2c26c6d7a47d8
2021-07-28Merge "Fix dateformat for APPC HealthCheck"Lukasz Muszkieta3-12/+56
2021-07-27Fix dateformat for APPC HealthCheckk.kedron3-12/+56
Issue-ID: SO-3719 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I192f78ead998a983ea4db9fb64e6e69093cf0945
2021-07-27Fix ControllerExecutionBB flow.k.kedron2-94/+114
Adding the condition block on the end, like in the CDS actor path. Issue-ID: SO-3719 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I3ff8f4b63fda8e4404594b630fb6e5411540c697
2021-07-26Fix NPE for GenericVnfHealthCheckBBk.kedron1-0/+1
Issue-ID: SO-3719 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: Ifb8d959f5cf4c814cb0427bbc068bbc18980d925
2021-07-21add junit coverageLukasz Muszkieta1-2/+31
Issue-ID: SO-3715 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I6da3048f6af8e0db671929b72ae0d5e468dd134b
2021-07-21Merge "Fix issues in AN NSSMF for allocate &modify flow"Seshu Kumar M7-69/+173
2021-07-21Merge "5G core nssmf - Allocate api"Seshu Kumar M5-236/+267
2021-07-19Merge "Fix macro flow resource blocks processing order"Seshu Kumar M17-234/+1113
2021-07-175G core nssmf - Allocate apisanket123455-236/+267
Code changes to fix issues observed during testing for share/non-shared nssmf Allocate api Issue-ID: SO-3418 Signed-off-by: sanket12345 <SX00562924@techmahindra.com> Change-Id: I88f22f115c112d713f42f0a800aeb6530d7c6ade
2021-07-11Fix macro flow resource blocks processing orderLukasz Rajewski17-234/+1113
Change-Id: I9941cf15d65b5c463126d99e03aa4eb0c2e8c183 Issue-ID: SO-3705 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2021-07-07Merge "ONAP Service Mesh compliant modification"Seshu Kumar M5-1/+185
2021-07-05Fix issues in AN NSSMF for allocate &modify flowdeepikasatheesh7-69/+173
Issue-ID: SO-3624 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Iaeca92aee45a2e0e920c12b0ed407b9fd5514f09
2021-06-30Fixing XML parsers security bugwaqas.ikram4-27/+48
Change-Id: I1fbf2b2bd42669d9a3c059c32bb39278bd483d60 Issue-ID: SO-3668 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-06-30Reducing org.reflections package loggingwaqas.ikram22-311/+427
Change-Id: I05c95912a2f7ed5fef7d76728b8a4c0a6cecca10 Issue-ID: SO-3702 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-06-29Fixing XML parsers security bugwaqas.ikram2-6/+10
Change-Id: I8a4f156196af47272a2732b1fbddafb6f0eb1f4d Issue-ID: SO-3668 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-06-29Fixing XML parsers security bugwaqas.ikram1-6/+13
Change-Id: I6c25dd87f393bbeca016a651d68afa11e60f3d94 Issue-ID: SO-3662 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-06-28ONAP Service Mesh compliant modificationsheel.bajpai5-1/+185
Issue-ID: OOM-2232 Signed-off-by: sheel.bajpai <sheel.bajpai@orange.com> Change-Id: Ie7416143179b27b64f17088f1983f4477c259cc4
2021-06-28Fixing XML parsers sonar issuewaqas.ikram4-25/+38
Change-Id: Id67c01bbe19057902127e8a66ba0382589789537 Issue-ID: SO-3665 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-06-25Fixing gating catalogdb pod failurewaqas.ikram1-6/+6
Change-Id: I128b802e46532a30490c46afd1a6546783c92193 Issue-ID: SO-3688 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-06-24Merge "Fixes exceptions found in modifying transport slices"Seshu Kumar M4-92/+159
2021-06-24Updating pom version to 1.9.0-SNAPSHOTwaqas.ikram35-35/+35
Change-Id: Idb3e497148225d4158390b944f74e82ff9f771c8 Issue-ID: SO-3688 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-06-24initial release for the istanbul releaseseshukm1-2/+2
Issue-ID: SO-3652 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I085ceb957876e37ef46ae9fdd5a928934f2f21eb
2021-06-23add junit coverageLukasz Muszkieta1-1/+34
Issue-ID: SO-3433 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I600dc68c6f38597fedfd0e8d962fe879a6abb976
2021-06-22Fixes exceptions found in modifying transport sliceshyu20104-92/+159
This update fixes the exceptions found in the integration tests of transport slicing in Istanbul release Issue-ID: SO-3631 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: Ib085742f09f6c31bc6d238d1b9f4c12b3e16d04e Signed-off-by: hyu2010 <hyu2010b@gmail.com>
2021-06-22so-master-merge-java jenkins failing due the nexus credential mismatchMukeshKumar1-6/+20
Issue-ID: SO-3680 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: I88f55f115c112d713f42f0a800aeb5490d7c6ade
2021-06-18Add VNF-Macro-Create and VNF-Macro-DeleteJozsef Csongvai10-96/+160
These macros enable creation and deletion of a vnf with vfmodules for an existing service instance using building blocks. Also: - No longer force alaCarte=true for these use cases - Fix broken vfModule sorting logic for baseFirst/baseLast - Minor refactoring replacing String literals with constants Issue-ID: SO-3635 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I16975f3561f2d978dede20679927ac3531def900
2021-06-17Changing ONAP logging dependencies to a releasedwaqas.ikram3-37/+37
version Change-Id: Ia93db231c3b8e2403eeec7d6ffe0fe49dd6b8bf1 Issue-ID: SO-3673 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>