aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-01-22Merge "updated post skip instantiation to non primitive"Steve Smokowski4-6/+7
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-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-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 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
2021-01-05Use the timeout from the heat templates forBoslet, Cory8-78/+182
Use the timeout from the heat templates for polling Removed unused imports and code from base Added to get timeout from the rest client Fixed unit test for polling to account for changes Issue-ID: SO-3397 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If633f4f49d88eb797020b7d72c6edd0fbee0926c
2021-01-05allow automatic selection of swagger file byBenjamin, Max2-1/+23
allow automatic selection of swagger file by LATEST Issue-ID: SO-3408 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I879244cc0cd76cf4a5a6f9bf70598da4f6973b83
2021-01-04SO WorkflowAction refactorLukasz Muszkieta4-1107/+992
- extracting validateResourceIdInAAI method from WorkflowAction class to new ResourceIdValidator class - all test for validateResourceIdInAAI method are moved to corresponding new class - the content of the method and tests is not changed Issue-ID: SO-3447 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I70e20f59ab67857601aee2793967632d1ce06d65 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2021-01-02Fixes for bugs found in Transport Slicing integrationhyu20107-89/+205
This update contains for the fixes for the following JIRA: SO-3444: Transport Slicing Integration: add config flag for enable/disable SDNC CCVPN network configuration Issue-ID: SO-3444 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: I7ccc3735e6a46c0453da0dd7d04086b73cc50eb1
2020-12-30Added new column to the identity service.Benjamin, Max (mb388a)3-10/+30
Added new column to the identity service. Issue-ID: SO-3448 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5151016d1b4874cb77eecddc17169c04f59dc9a5
2020-12-28[SO-MONITORING] Updated the user-guidedeen19851-13/+25
Change-Id: I8177809fabda53bd9470da5b8e3d403138966005 Signed-off-by: Damian Nowak <damian.nowak@nokia.com> Issue-ID: SO-3445
2020-12-25Merge "Fix some deallocate nssi issues"Chuanyu Chen10-73/+183
2020-12-24Fix some deallocate nssi issueszm33010-73/+183
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I7abcc74b52e71e780cda12a2a55d02b4dda2133a
2020-12-24Merge "update the known issues"Chuanyu Chen1-1/+2
2020-12-23Fixes for bugs found in Transport Slicing integrationhyu20107-27/+45
This update contains for the fixes for the following JIRAs: SO-3429: Transport Slicing integration: fix resource operation status table mapping SO-3434: Transport Slicing integration: modelUuid and modelInvariantUuid are missing from service-instance Issue-ID: SO-3429 Issue-ID: SO-3434 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: I7a9b7b7a3e40d967c138067a01f2c045fb3e4b56 Signed-off-by: hyu2010 <hyu2010b@gmail.com>
2020-12-21add junit coverageLukasz Muszkieta1-0/+88
Issue-ID: SO-3433 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I1e4866ca235cc987f7303e40253a7935c2081e04
2020-12-21Merge "Fix healthcheck preload"Seshu Kumar M2-7/+15