aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-02-17Merge "remove mso-cnf-adapter from so Issue-ID: SO-3534"Byung-Woo Jun34-2731/+0
2021-02-17Merge "update camunda and spring to latest versions"Steve Smokowski45-675/+465
2021-02-17Merge "Move SO/BB for PNF documentation from ONAP WIKI to ONAP RTD"Lukasz Muszkieta8-0/+136
2021-02-17remove mso-cnf-adapter from somukesh.paliwal34-2731/+0
Issue-ID: SO-3534 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: I85a7ad93e9a89190805b508be25163bcbdd7c334
2021-02-17Move SO/BB for PNF documentation from ONAP WIKI to ONAP RTDpwielebs8-0/+136
Change-Id: Ibddf8bf20f52c606a514d20f78a025d024686c61 Issue-ID: SO-3529 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2021-02-16update camunda and spring to latest versionsBenjamin, Max (mb388a)45-675/+465
Updated camunda to 7.14 and updated spring boot camunda to 3.4 Started to clean up duplicate maven dependencies Issue-ID: SO-3521 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ic65b04772b91dd989e41d6b6b93872978bc4e4e2
2021-02-15update the version for the H releaseseshukm60-60/+60
Issue-ID: SO-2765 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I563295123f7f8de7164495a7db3bc58872863098
2021-02-15fix the build issue of the SO-docker1.8.0seshukm1-2/+2
Issue-ID: SO-2765 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ibcf2ac5a29eab84bda1c858354ff1f53518ceac9
2021-02-15fix the build issue of the SO-dockerseshukm1-3/+3
Issue-ID: SO-2765 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I66583bf031057961c1b243400d0a6004c541a346
2021-02-10Revert "Changing docker module packaging to JAR"waqas.ikram1-6/+1
This reverts commit 40fc9d52b0ca2eaba6d1e30f846797e301dc885b. Reason for revert: it seems that docker module in SO is triggered by “docker” profile which is only triggered in so-maven-docker-* Jenkins job. Per my understanding these jobs are only used for creating docker images and I think relying on these jobs to create a docker JAR module will create unnecessary dependency. So I think option 3 is more feasible Change-Id: Ia64778afd8fe4105ee8bf1a2f45a4d5674601289 Issue-ID: SO-3473 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-02-10Merge "Changing docker module packaging to JAR"Seshu Kumar M1-1/+6
2021-02-10Merge "sonar fix"Seshu Kumar M2-20/+38
2021-02-10Merge "Fixed issue in AN NSSMF activation flow for SDNR interactions"Seshu Kumar M1-5/+16
2021-02-10Merge "Fix issues in AN NSSMF activation flow for SDNR interactions"Seshu Kumar M2-38/+38
2021-02-10Merge "initial commit for the SO project ad its sub repos"Seshu Kumar M2-154/+0
2021-02-10Merge "Read subnetCapabilities configuration file from SO pod"Seshu Kumar M5-9/+41
2021-02-08Changing docker module packaging to JARwaqas.ikram1-1/+6
Change-Id: If614d09dbc54b6f3c38c3f6acc3257f751adf87d Issue-ID: SO-3473 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-02-055GCore - nssmf - non-shared allocate flowaleemraja2-8/+9
Code changes to fix issues observed during testing for Core non-shared nssmf Allocate api Issue-ID: SO-3514 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: I37ce7d21eaba8ea60a95a4561509696b2cf3a516
2021-02-04Merge "Update AAI version to v23."Lukasz Muszkieta1-1/+3
2021-02-04sonar fixLukasz Muszkieta2-20/+38
- improving logging - throwing more specific excpetions - using "Optional" improvement Issue-ID: SO-3428 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I873ad4b557265778e7dc0321a1e39439cfa77155
2021-02-02Update AAI version to v23.Benjamin, Max (mb388a)1-1/+3
Update AAI version to v23. Issue-ID: SO-3513 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia1b2bb68a2ee8bdd65e09d1ffd8edbd81cfbcc3a
2021-02-02corrected static class usage when readingBenjamin, Max (mb388a)1-6/+4
corrected static class usage when reading properties Issue-ID: SO-3511 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I78b65f5227af6dc238079695407100f4a1b6f841
2021-02-02Merge "allow RestClient to configure custom headers"Steve Smokowski23-152/+206
2021-02-02Merge "updated line of business query to use nodes only"Steve Smokowski1-1/+2
2021-02-02Merge "set connection timeout as well as read timeout"Steve Smokowski9-5/+66
2021-02-01allow RestClient to configure custom headersBenjamin, Max (mb388a)23-152/+206
allow RestClient to configure custom headers always load the first implementation on the classpath Issue-ID: SO-3495 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9c433cdaed33a7db6182af259421676c088a1fae
2021-02-01set connection timeout as well as read timeoutBenjamin, Max (mb388a)9-5/+66
set connection timeout as well as read timeout correct dependency version in openstack pom limit timeout test to a single retry add connection timeout property for A&AI client Issue-ID: SO-3491 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I576c143822ba45fc79648fd0a1edb6ccd3aff8b2
2021-02-01updated line of business query to use nodes onlyBenjamin, Max (mb388a)1-1/+2
updated line of business query to use nodes only Issue-ID: SO-3510 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8b43970795cf4dab6c9af48f3563857399761260
2021-01-29Merge "add junit coverage"Seshu Kumar M1-5/+78
2021-01-29Merge "WorkflowAction refactor - separate code for macro and alaCarte"Seshu Kumar M1-136/+153
2021-01-28Merge "set filter with higher priority"Steve Smokowski1-1/+2
2021-01-28set filter with higher priorityBenjamin, Max (mb388a)1-1/+2
set filter with higher priority than default filters Issue-ID: SO-3496 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Iae03ef47a45ad6d17bf7c4ab78c8e3906eb611aa
2021-01-28force not null with default valuesBenjamin, Max (mb388a)15-37/+63
force not null with default values update JUnit test setting default value update NULL fields before altering column sync beans with flyway changes updating test schema.sql files Issue-ID: SO-3494 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I53f000531cfb653a20bfdfae274622553420cdc8
2021-01-27Merge "sonar fix"Byung-Woo Jun3-35/+48
2021-01-27Merge "add nsi name info to an and cn"Byung-Woo Jun0-0/+0
2021-01-27Merge "adding test case for Csar distribution Issue-ID: SO-3080"Byung-Woo Jun22-3/+1477
2021-01-27Merge "Fix issues in Modify RAN-NF NSSI reconfigure flow"Seshu Kumar M2-28/+24
2021-01-25initial commit for the SO project ad its sub reposMD IRSHAD SHEIKH2-154/+0
Issue-ID: SO-3473 Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> Change-Id: Ibcb020f2693a6b6b7bd1a8b94efadc9e9edaa510
2021-01-25Fixed issue in AN NSSMF activation flow for SDNR interactionsdeepikasatheesh1-5/+16
Issue-ID: SO-3393 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I49071edf9400b25f61e6f598b43c567d3a968c4a
2021-01-22Merge "maintain jacoco version from parent"Steve Smokowski1-2/+0
2021-01-22Merge "allow deleteL3Network logic to be overridden"Steve Smokowski3-24/+34
2021-01-22Merge "updated post skip instantiation to non primitive"Steve Smokowski4-6/+7
2021-01-21maintain jacoco version from parentBenjamin, Max (mb388a)1-2/+0
inherit jacoco version from so parent pom Issue-ID: SO-3490 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Iae44a434898d783b1a147376b8ba3ab4c348a442
2021-01-21WorkflowAction refactor - separate code for macro and alaCarteLukasz Muszkieta1-136/+153
selectExecutionList method is enormous with lots of if...else statements. The code for macro and alaCarte service is separated to private methods. Issue-ID: SO-3489 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Ie1fc725316fb42216d0b16d00c4371608882999c Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2021-01-19Fixes for bugs found in Transport Slicing integrationhyu20105-7/+21
This update contains for the fixes for the following JIRAs: SO-3483: Transport Slicing integration: status field in resource_operation_status table should be in capital letters SO-3488: Transport Slicing integration: orchestration status of TN NSSI is missing a 'd' in 'activate' and 'deactivate' Issue-ID: SO-3483 Issue-ID: SO-3488 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: I0e3ce5b8819aab61138d3eb7e119b9c9aa7e5a55
2021-01-19Merge "SO WorkflowAction refactor II"Lukasz Muszkieta5-213/+354
2021-01-19SO WorkflowAction refactor IIpwielebs5-213/+354
- extract buildExecuteBuildingBlock(), buildExecuteBuildingBlockList() methods from WorkflowAction class and move it to new ExecuteBuildingBlockBuilder class in the same package as WorkflowAction - all methods used only in traverseUserParamsService() also moved - all existing tests for moved methods, moved to corresponding test class Issue-ID: SO-3422 Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Change-Id: I64110de339fed4a0c80c746e45302cefd5e194ff
2021-01-18Removing ETSI Catalog Manager trigger from ONAP SOwaqas.ikram29-1565/+62
for package distribution Change-Id: I75bcd4c7d1924cc9a4dc16e72e53e92138a9f28e Issue-ID: SO-3220 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-01-18update nsmf workflow of active and deactive nssihetengjiao19-1414/+1293
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ic144713f9cf55ed8db679bd7c57052fcea2aadf9
2021-01-15add junit coverageLukasz Muszkieta1-5/+78
Issue-ID: SO-3433 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I04e8bcc47b92c20bd9eb2a61c243a808e1e312fd Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>