aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-07-29Fix SO Security vulnerabilitiesdeepikasatheesh6-3/+15
Issue-ID: SO-3047 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I63ab8670e90b78d6049eafff7e139a84bfbf6784
2020-07-29Merge "add lambda function to modify uris"Steve Smokowski2-1/+37
2020-07-29Bug fix - SO GR Api sends wrong reposnse after service instantiationKrzysztof Gajewski5-8/+28
Issue-ID: SO-2836 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: Ib37b7972a939cd353a6cbb0370aed126534315d4
2020-07-28remove the SOL002 from the compilationseshukm2-25/+0
Issue-ID: SO-3076 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: If408cd72d11ea64ce6b5d65c291711d8e28f923a
2020-07-28correct the committers listseshukm1-27/+7
Issue-ID: SO-3011 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I0d7db74ae079638caf6550be11092ab589c21cf6
2020-07-28Update of developer info for using so monitoringSithara Nambiar6-0/+71
Issue-ID: SO-3103 Signed-off-by: Sithara Nambiar <sitharav.aredath@huawei.com> Change-Id: I620d7221a805751c675d984b2a5bf02b1970f14d
2020-07-27add lambda function to modify urisBenjamin, Max2-1/+37
add lambda function to modify uris formatted files after modifications Issue-ID: SO-3101 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia91adbf929e157a8ba3add8a4683e12ba3a64489
2020-07-27Merge "Execute building block uses wrong config id"Steve Smokowski5-154/+159
2020-07-27Merge "Implement getAllProcessingFlags rest query to"Steve Smokowski2-0/+63
2020-07-27Merge "Cleanup unit tests"Steve Smokowski4-17/+7
2020-07-27Sonar fixesAgata Stanislawska4-54/+46
Issue-ID: SO-1841 Signed-off-by: astanislawska <agata.stanislawska@nokia.com> Change-Id: Ibd594e83b022d3b9a363a69f47da7bec616913ae Signed-off-by: astanislawska <agata.stanislawska@nokia.com>
2020-07-24Execute building block uses wrong config idBoslet, Cory5-154/+159
Fixed issue where execute building block has the wrong config id Add and updated unit test and made improvements to WorkflowAction Removed method that is no longer used by wfa Fixed compilatoon error for build failure, exception being thrown Need to check if list is empty and return null if it is Issue-ID: SO-3098 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0cf811a1070237bcb463f2f3949f56eebbe41b6b
2020-07-24Implement getAllProcessingFlags rest query toKuleshov, Elena2-0/+63
Implement getAllProcessingFlags rest query to catalog DB. Remove debug printout from the JUnit test. Issue-ID: SO-3097 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icc2f7de1600a39d0c2d2a964e9df84ec9237a157
2020-07-24Cleanup unit testsKuleshov, Elena4-17/+7
Remove references to systems no longer part of ONAP Issue-ID: SO-3096 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I31f8975e230b04d58ef3c36f198f1cafa508c5b7
2020-07-24Fixed issue where uri was being set whereBoslet, Cory1-2/+3
Fixed issue where uri was being set where hostname was expected. Issue-ID: SO-3095 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I6386628707c1ee9860b2ed87cf7868e23dc16329
2020-07-23Merge "Update SO Reference for scaling"Steve Smokowski1-0/+10
2020-07-23Merge "Keep DeleteFabricConfigurationBB"Steve Smokowski2-0/+37
2020-07-22Keep DeleteFabricConfigurationBBKuleshov, Elena2-0/+37
Keep DeleteFabricConfigurationBB in rollbackToCreated scenario. Issue-ID: SO-3094 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifb8e6eed8f732ba6278aa75dd38a89936a2356a5
2020-07-21always use consumer in output methodBenjamin, Max2-4/+13
always use consumer in output method Issue-ID: SO-3084 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I03a36b1b7db702dc95b381f25853efcc073d0900
2020-07-21Merge "Not found exception was in the wrong place."Lukasz Muszkieta1-3/+3
2020-07-21Merge "[SO] Service Level Workflow Execution API"Byung-Woo Jun8-165/+178
2020-07-19Merge "dsl query builder now supports filters"Steve Smokowski10-18/+127
2020-07-19Merge "Updated code to create the child objects"Steve Smokowski2-24/+34
2020-07-19Not found exception was in the wrong place.Boslet, Cory1-3/+3
Not found exception was in the wrong place. Issue-ID: SO-3075 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I321f42a33951f26dc39e2de45b61a455e6032bcb
2020-07-16add junit coverageLukasz Muszkieta2-3/+61
Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Ia4f6e4e531b9acaab748a7683887827ddef7c517
2020-07-16Implement mapping of requestorId toKuleshov, Elena10-29/+49
Implement mapping of requestorId to xOnapRequestorid in request to APPC. Issue-ID: SO-3072 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia3b157b259f1f4f94b197bd07354157d1d5d86b7
2020-07-16Updated code to create the child objectsBoslet, Cory2-24/+34
Updated code to create the child objects seperately Changed mockito arg matcher to look for optional classes Issue-ID: SO-3070 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7645a9837a9f07e6c505a92219e7836d80e567ce
2020-07-16[SO] Service Level Workflow Execution APIajay_dp0018-165/+178
This commit implements - New SO Service level workflow execution API - Code refactoring on class InstanceManagement.java Issue-ID: SO-2930 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: Iabeeddab3ac47d257e25af0f3e43d8e857c70037
2020-07-15Merge "Create vserver if not exists"Lukasz Muszkieta2-5/+4
2020-07-14Add back auto process migrationSmokowski, Steven2-0/+235
Add back auto process migration Issue-ID: SO-3069 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I50fc83484e9bd992e1419f980dcc54055ca40cb8
2020-07-14Create vserver if not existsSmokowski, Steven2-5/+4
Create vserver if not exists Fix broken unit tests on vserver Issue-ID: SO-3065 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9ef64045443032083b49d71b38d35d30e85ae50a
2020-07-14dsl query builder now supports filtersBenjamin, Max10-18/+127
dsl query builder now supports filters Issue-ID: SO-3068 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5b959381c6c0cf8a66109fa510a805ec5e0c1e50
2020-07-14Merge "Set up logging for dry run on delete invenotry"Steve Smokowski3-32/+46
2020-07-14Merge "Changed certain external task to use the long"Steve Smokowski4-6/+24
2020-07-14Merge "updated workflow async resource class to be"Steve Smokowski1-13/+8
2020-07-14Merge "Began fixing issues with heat bridge"Steve Smokowski7-57/+91
2020-07-14Set up logging for dry run on delete invenotryBoslet, Cory3-32/+46
Set up logging for dry run on delete invenotry heatbridge. Issue-ID: SO-3067 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I69c19b9d6781910d15822cc9e7039f6aba6952a4
2020-07-13Merge "Add a certificate in communication with VNFM"Seshu Kumar M7-6/+107
2020-07-13CDS client gRPC SSL/TLS supportMichal Jagiello9-41/+118
Issue-ID: SO-3003 Change-Id: Id9150c7da5c29fc0854ebaf13d845adf89fc60ff Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
2020-07-10Changed certain external task to use the longBoslet, Cory4-6/+24
Changed certain external task to use the long lock time. Issue-ID: SO-3049 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If074ee1467fe1bac79892a885c4efddf87415b8a
2020-07-10updated workflow async resource class to beKalkere Ramesh, Sharan1-13/+8
updated workflow async resource class to be configurable updated long to String for property name remove input parameters into get wait time method Issue-ID: SO-3048 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib35041329b8984798fe75f23c4cdf908ded42a40
2020-07-10Began fixing issues with heat bridgeBoslet, Cory7-57/+91
Began fixing issues with heat bridge WIP. Removed duplicate method call from heat bridge Added to populate ipv4 prefix lendth with subnet prefix Fixed remaining issues with heat bridge code. Change sriov pf to be sriov vf in aai object. Issue-ID: SO-3035 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I05de776126b2442268d98d87176855f1080109bd
2020-07-09Merge "move sdn clients to own package"Steve Smokowski78-148/+2491
2020-07-09Merge "added in fix to use old volume group name for"Steve Smokowski6-23/+73
2020-07-09Merge "Added checks on the cloud owner to determine if"Steve Smokowski4-10/+74
2020-07-09Merge "correctly generate local fields when prefix has"Steve Smokowski3-10/+5
2020-07-09Merge "add additional null check to prevent exceptions"Steve Smokowski1-3/+3
2020-07-08Update SO Reference for scalingLukasz Rajewski1-0/+10
Update SO reference table for some Macro flows changing their execution with ControllerExecutionBB and dedicated action + scope Issue-ID: SO-3023 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Ib46691b802a201c437e3c5257e586c3cfc039cd1
2020-07-08Merge "Service level workflow retrieving API"Byung-Woo Jun4-7/+136
2020-07-08Service level workflow retrieving APIrameshiyer274-7/+136
This commit implements the below API in SO. Get /workflowSpecifications/v1/workflows?resourceTarget={service} It adds functionality to query the workflows using resourceTarget as query param - Modified existing workflow API to accommodate resourceTarget queryParam Issue-ID: SO-2929 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I785cdd588b6094387906edb495e53b01596f5046