aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-12Dynamic hot onboarding bpmn-infraDynamic_BPMNmukesh.paliwal1@huawei.com1-5/+14
Issue-ID: SO-3104 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: Id258794c6ba29cb4a344a2a3c421283e2894b4ea
2020-08-26updating camunda bpmn versionarun chapagain3-3/+3
Issue-ID: SO-3195 Signed-off-by: arun chapagain <arun.chapagain@huawei.com> Change-Id: Iffc4f0bf464c2be4fefeeac18c1dd45e7d896cfa
2020-08-25Dynamic bpmn changes for java 11 upgrademukesh.paliwal1@huawei.com1-2/+2
Issue-ID: SO-3195 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: I8671cd5be138d41cfce4410dd14e0f9c18d7d21c
2020-08-20Update openstack version in SO for Dynamic_BPMNmukesh.paliwal1@huawei.com1-1/+1
Issue-ID: SO-3185 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: I55b53c1dbbf35095c43e18583895e4e7667cf951
2020-08-13Upgrade java version from 8 to 11mukesh.paliwal1@huawei.com8-17/+22
Issue-ID: SO-3082 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: I54965e03c0674be799d78be9ede1ac2dd7dc131a
2020-08-10Remove sol002 adapater from building so projectmukesh.paliwal1@huawei.com2-30/+0
Issue-ID: SO-3144 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: Ieb7ecc69e6a1e689a164879c7c7575f507fc832f
2020-08-09Dynamic hot onboarding bpmn-inframukesh.paliwal1@huawei.com1-1/+1
Issue-ID: SO-3104 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: I04559e2d183bd0b255e3bdae5e633e370b5580e9
2020-08-06Dynamic hot onboarding bpmn-inframukesh.paliwal1@huawei.com2-2/+2
Issue-ID: SO-3104 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: Id9912226da432610a9a7b376efba75c8281f59bb
2020-07-31Dynamic hot onboarding bpmn-inframukesh.paliwal1@huawei.com1-3/+3
Issue-ID: SO-3104 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: Id76c7a5b6a5062262580a367cce7457851a7b10b
2020-07-30Dynamic hot onboarding bpmn-inframukesh.paliwal1@huawei.com79-380/+2292
Issue-ID: SO-3104 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: If91d9141d9273f926145301a25a8dcec6ac5f8bf
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-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-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-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