aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-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-14Fix swagger documentation for PNFSWUtragait3-8276/+8952
Issue-ID: SO-3121 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: Ifb3a1eeb5f7a02aee4c72838b9692cad5f41b468
2021-01-14allow deleteL3Network logic to be overriddenBenjamin, Max3-24/+34
allow deleteL3Network logic to be overridden created public method for heatbridge client to allow custom implementation Issue-ID: SO-3482 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icc5f3e649629a29dedbcbe2dda7f5a5d70978a59
2021-01-13Merge "added in changes to pom for new cadi dependencies"Steve Smokowski4-3/+96
2021-01-13Merge "update loging library version to meet new"Steve Smokowski1-3/+3
2021-01-13Merge "clean up imports in asdc controller"Steve Smokowski1-5/+9
2021-01-13Merge "Force depth zero on all dsl queries"Steve Smokowski3-6/+9
2021-01-13added in changes to pom for new cadi dependenciesBenjamin, Max (mb388a)4-3/+96
added in changes to pom for new cadi dependencies moved aaf version to parent pom and pull version manage cadi dependency versions in root pom Issue-ID: SO-3480 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0b3ea6991369573826ee6f2d4260dcb35595cda7
2021-01-13update loging library version to meet newBenjamin, Max1-3/+3
update loging library version to meet new requirements Issue-ID: SO-3476 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I64cc1ebdaf1f3e71e2b6a3466fd6fbbf848e64b4
2021-01-13Merge "added in null check for vf module in case it"Lukasz Muszkieta1-1/+2
2021-01-12clean up imports in asdc controllerBenjamin, Max (mb388a)1-5/+9
clean up imports in asdc controller Issue-ID: SO-3479 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I34f9efc637c323b420a8ddbc55525e000217df18
2021-01-12Added to filter on internal data is false.Benjamin, Max (mb388a)3-7/+18
Added to filter on internal data is false. Filter out internal data on multiple results api Issue-ID: SO-3478 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I6da466bd68c2ced33aa5ad1ad2ffeb7f22b6dc64
2021-01-12updated post skip instantiation to non primitiveKalkere Ramesh, Sharan4-6/+7
updated post skip instantiation to non primitive set default Issue-ID: SO-3477 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icbc5bf21592237cf04f2653313fb69a3ff9bf8b6
2021-01-11Force depth zero on all dsl queriesBenjamin, Max (mb388a)3-6/+9
Force depth zero on all dsl queries by default A&AI queries take too long otherwise Issue-ID: SO-3475 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I57576384d8de01b7cc56df77cc1b20fa951d6e93
2021-01-11added in null check for vf module in case itBenjamin, Max (mb388a)1-1/+2
added in null check for vf module in case it doesnt exist Issue-ID: SO-3474 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9204340d72e7163f60be82427ae2fd8333c07d77
2021-01-08add explicit priority value to make sure cadi isBenjamin, Max (mb388a)1-0/+2
add explicit priority value to make sure cadi is run before additional filters Issue-ID: SO-3472 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I95bee43cc41c4e241e0e16d44ef54051ba732528
2021-01-08sonar fixLukasz Muszkieta3-35/+48
- improving logging - avoid null pointer exception - sonar bug related to return statement Issue-ID: SO-3428 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I7f80fbbb1ea1db19d893599691a9b582ed3cf14d
2021-01-07Fix some deallocate issueszm3305-29/+77
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ie61983b9e9567bd21e5cd12cda4d76ec422c5dee
2021-01-07Merge "Fix for globalSubscriberId and requestId"Lukasz Muszkieta9-71/+222
2021-01-07Merge "updated aai version to latest"Lukasz Muszkieta1-1/+1
2021-01-07Merge "Fix the issue where response is built on rollback"Lukasz Muszkieta1-66/+69
2021-01-07Merge "5G core nssmf - Allocate api"Lukasz Muszkieta7-274/+306
2021-01-06Fix the issue where response is built on rollbackBenjamin, Max (mb388a)1-66/+69
Fix the issue where response is built on rollback Issue-ID: SO-3470 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id3022fc6847fc81149c12d4e1f389b884aa4998f
2021-01-06updated aai version to latestBenjamin, Max (mb388a)1-1/+1
updated aai schema version to latest Issue-ID: SO-3469 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5c42779d7024608c39adbd3d99f872f6bc96d80b
2021-01-06Changed the task to capture the outputs on pollingBenjamin, Max (mb388a)6-155/+206
Changed the task to capture the outputs on polling Issue-ID: SO-3465 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7ccbd90cd560e1616d2b7d59a4681874ddf8a351
2021-01-06Fix issues in Modify RAN-NF NSSI reconfigure flowdeepikasatheesh2-28/+24
Issue-ID: SO-3394 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Ieb7136cdb4e7db9626d7498a4e6d194ff1394fca
2021-01-06Fix for globalSubscriberId and requestIdtragait9-71/+222
Issue-ID: SO-3401 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: I33a71dffe7c63a50c807aa206d638a6aea5f1210
2021-01-05Merge "only add config create after activate is done"Steve Smokowski4-83/+109
2021-01-05Merge "Change to not exception on delete when object"Steve Smokowski3-1/+47
2021-01-05Merge "Use the timeout from the heat templates for"Steve Smokowski8-78/+182
2021-01-05Merge "allow automatic selection of swagger file by"Steve Smokowski2-1/+23
2021-01-05Merge "Added new column to the identity service."Steve Smokowski3-10/+30
2021-01-05only add config create after activate is doneBenjamin, Max (mb388a)4-83/+109
only add config create after activate is done fix unit tests that were broken from last commit fixed unit test that failed as request details was not set Issue-ID: SO-3466 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9616d64f5d73e29c4a37b31887fcfec5d96b5af1
2021-01-05Merge "add junit coverage"Max Benjamin1-0/+88
2021-01-05Merge "add junit coverage"Max Benjamin1-0/+102
2021-01-05Change to not exception on delete when objectBenjamin, Max (mb388a)3-1/+47
Change to not exception on delete when object doesnt exist Added a new deleteIfExist method to the graph client and unit test Issue-ID: SO-3464 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If73721cd83b94bd5a1db1af26aba212b12236fe1