aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
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
2020-12-21Merge "software-version fix"Seshu Kumar M9-29/+192
2020-12-21Merge "Fix issues in AN NSSMF - Allocate workflow"Seshu Kumar M3-61/+52
2020-12-21update the known issuesseshukm1-1/+2
Issue-ID: SO-3414 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I8958e9fb85ce62e1f242c487efbf34862a712c28
2020-12-18skip delete heatbridge when multicloud orchestratorKalkere Ramesh, Sharan2-1/+9
Issue-ID: SO-3431 Change-Id: I212a38ae39128f538441e71935336db82ebdf351 Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-12-185G core nssmf - Allocate apialeemraja7-274/+306
Code changes to fix issues observed during testing for share/non-shared nssmf Allocate api Issue-ID: SO-3418 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: I37ce7d21eaba8ea51a91a7034502323b2cf3a615
2020-12-17Merge "first take on the issue to check"Seshu Kumar M1-1/+1
2020-12-17Merge "blocker sonar fix"Seshu Kumar M1-28/+16
2020-12-17SO WorkflowAction refactorpwielebs5-208/+383
- extract traverseUserParamsService() method from WorkflowAction class to UserParamsServiceTraversal class - move methods used only in traverseUserParamsService() method to UserParamsServiceTraversal class - change method signature from traverseUserParamsService to getResourceListFromUserParams() - create WorkFlowActionCommon for duplicated code Issue-ID: SO-3422 Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Change-Id: Ic6a567eb7b323939e47335aa7938b83498f7a8f8
2020-12-16blocker sonar fixLukasz Muszkieta1-28/+16
- autowired fields are redundant, they cover the fields from superclass - logger should be final Issue-ID: SO-3428 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Idb29369118befb0eda9719e88d53c3885814dfc0 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2020-12-15first take on the issue to checkseshukm1-1/+1
Issue-ID: SO-3378 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I9c9cf6d8d511b34d8f26ce4d7fda6db8d256c45a
2020-12-12bump the version to 1.8.x seriesseshukm1-2/+2
Issue-ID: SO-3415 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I532e20d1712e24c036d485b777570cf8d5b425e9