aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-06-30correct the query elementBonkur, Venkat1-1/+1
correct the query element Issue-ID: SO-3010 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Iadf496858a7ee3fd9f7ceddb0637b726da1a1c80
2020-06-30Merge "merged ONAP refactor and fluent builder method"Steve Smokowski12-193/+145
2020-06-30merged ONAP refactor and fluent builder methodBenjamin, Max12-193/+145
WorkflowAction refactoring merged ONAP refactor and fluent builder method types Issue-ID: SO-3005 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5c2a7dbcdf645efe408f81c1abbc7bfe8770fe9e
2020-06-30Merge "Replace lambda with a method reference"Lukasz Muszkieta1-3/+3
2020-06-30Merge "WorkflowAction, traverseNetworkCollection refactoring stage 4"Lukasz Muszkieta1-21/+33
2020-06-30Merge "Sonar improvements"Lukasz Muszkieta2-253/+181
2020-06-30Sonar improvementsJerzySzachniewicz2-253/+181
Issue-ID: SO-1841 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com> Change-Id: I48ff7d20604f234cfe2a8ed569d5d765aad45f48 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com>
2020-06-29Replace lambda with a method referencemarcinrzepeckiwroc1-3/+3
Issue-ID: SO-1841 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: Idafac15166c6077895f645d1b9df1be7409ba5f1
2020-06-29WorkflowAction, traverseNetworkCollection refactoring stage 4Krzysztof Gajewski1-21/+33
- extract if's to method - extract one logical function; Issue-ID: SO-2634 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: Ia31184383814a408d91d7e951e7df944647454ca
2020-06-26Merge "AssignPnfBB - store model related PNF parameters in AAI"Lukasz Muszkieta2-0/+20
2020-06-26AssignPnfBB - store model related PNF parameters in AAIMateusz Gołuchowski2-0/+20
Issue-ID: SO-2640 Change-Id: I375db2004687f1f634adac31d4d1af3875f5981c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-06-26Merge "Remove AutoProcessInstanceMigrationService"Lukasz Muszkieta2-233/+0
2020-06-26Merge "Workflow refactoring - revert changes"Lukasz Muszkieta14-365/+309
2020-06-26Workflow refactoring - revert changesMateusz Gołuchowski14-365/+309
Reverted changes concerning: - extracting base class for ConfigBuildingBlocksDataObject and ExecuteBuildingBlock - removing fluent setters The reason for revert is that new hierarchy forced ConfigBuildingBlocksDataObject to implement serializable. Issue-ID: SO-2634 Change-Id: I375db2004687f1f634adac31d4d1af3675f5981c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-06-25Remove AutoProcessInstanceMigrationServicePlummer, Brittany2-233/+0
Reverting automating migration as it's causing failures Issue-ID: SO-3009 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7b55e0114c12c77373106fd4906eea05e6870490
2020-06-25Merge "Loop over max clients to fix topic not getting"Steve Smokowski1-5/+5
2020-06-25Merge "Set default cache"Steve Smokowski1-0/+2
2020-06-25Merge "Enabled the openstack logs"Steve Smokowski1-0/+2
2020-06-25Merge "Update sim case for sdnc"Steve Smokowski3-1/+114
2020-06-25Enabled the openstack logsBoslet, Cory1-0/+2
Enabled the openstack logs so that we can debug heat bridge issues. Issue-ID: SO-3008 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia7a900fcbdf985e732a8bb9fe885a72e69d649d5
2020-06-25Loop over max clients to fix topic not gettingBoslet, Cory1-5/+5
Loop over max clients to fix topic not getting subscribed. Issue-ID: SO-3007 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8a63fed874946528d1318bfa2e10e663c688444b
2020-06-25Merge "WorkflowAction, traverseNetworkCollection refactoring stage 3"Lukasz Muszkieta1-55/+57
2020-06-25WorkflowAction, traverseNetworkCollection refactoring stage 3Krzysztof Gajewski1-55/+57
- invert if's; - extract one logical function; Issue-ID: SO-2634 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I13ae784088fdbe1f4b6b16fc439d70597c1fe811
2020-06-24Set default cachePlummer, Brittany1-0/+2
Set as default cache in case there are multiple options Issue-ID: SO-3006 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9d448eee56dec61be4146108dec246633b7cede2
2020-06-24Update sim case for sdncMnushkin, Dmitry3-1/+114
updated what we write to aai to match sdnc Issue-ID: SO-3004 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ic223034fc8805c956637e8443e162c71456da476
2020-06-24Merge "Ignore unknown properties in the camunda response"Lukasz Muszkieta1-0/+2
2020-06-23Merge "style of test now matches"Max Benjamin3-7/+10
2020-06-23style of test now matchesBenjamin, Max3-7/+10
updated unit test to match other tests in the codebase Issue-ID: SO-2992 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icf844d9c07105d23646681a3b29eeae06a03e91c
2020-06-22Merge "[WIP] WorkflowAction refactoring"Lukasz Muszkieta14-309/+365
2020-06-22[WIP] WorkflowAction refactoringMateusz Gołuchowski14-309/+365
Extracted superclass for ExecuteBuildingBlock and ConfigBuildingBlocksDataObject Changed setters to return void instead of 'this'. Adjusted all code which was using setters chaining Issue-ID: SO-2634 Change-Id: I375db2004687f1f634adac31d4d1af3635f5981c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-06-19Ignore unknown properties in the camunda responseBoslet, Cory1-0/+2
Ignore unknown properties in the camunda response so doesnt fail on timestamp. Updated unit test to account for changes to object mapper. Issue-ID: SO-2990 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I15c064f7e93307f921c07d4aaa42122a5f93c380
2020-06-19Merge "Prepare for java 11"Steve Smokowski113-441/+511
2020-06-19Merge "WorkflowAction, traverseNetworkCollection refactoring stage 2"Lukasz Muszkieta1-55/+59
2020-06-18add junit coverageLukasz Muszkieta2-2/+122
Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Iaaca7dc684ffd583a03ce2bb72355c74a671e2c3
2020-06-18Prepare for java 11Benjamin, Max113-441/+511
final changes for java11 groovy compatibility removed unnecessary dependencies and cleaned up poms added missing jaxws-api dependency to pom.xml java8 profile is now active by default in parent pom update beans to have RemoteResource annotation always use the compiler plugin from parent pom Update external task timeout to longer value to hold lock update remote resource annotation to match catalog db client add remote resource annotation to bean for bowman completely remove bowman from requests db client Issue-ID: SO-2059 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If6f0df36e8077ccd703abce9f64290daed63955b
2020-06-18WorkflowAction, traverseNetworkCollection refactoring stage 2Krzysztof Gajewski1-55/+59
- extract one function to traverseNetworkCollectionResourceCustomization Issue-ID: SO-2634 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I869174d8e022603374fa86ba4405ea2611b4dfd1
2020-06-18Merge "WorkflowAction refactoring"Lukasz Muszkieta1-10/+14
2020-06-18Merge "WorkflowAction, traverseNetworkCollection refactoring stage 1"Lukasz Muszkieta1-14/+27
2020-06-18WorkflowAction, traverseNetworkCollection refactoring stage 1Krzysztof Gajewski1-14/+27
- extract one function; if logic refactor - two boolean "ifs" function created Issue-ID: SO-2634 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: Ia139d0a6f1b470c8e7fab77afc76937dac9f5364 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
2020-06-17WorkflowAction refactoringMateusz Gołuchowski1-10/+14
Refactoring of selectExecutionList method. Issue-ID: SO-1841 Change-Id: I375db2004867f1f634adac31d4d1af3635f5981c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-06-16Merge "Fix Heatbridge auth for Keystone-v3"Lukasz Muszkieta6-12/+24
2020-06-16Merge "Change openstack to use the jersey connector"Lukasz Muszkieta1-2/+16
2020-06-16Merge "Fix for MDONS usecase SO-2967"Lukasz Muszkieta2-4/+7
2020-06-16Change openstack to use the jersey connectorBoslet, Cory1-2/+16
Change openstack to use the jersey connector instead so the request/responses are logged Need the jersey dependancies and must use these versions Issue-ID: SO-2985 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1c420c72a318faf89fc05af5af667d6ac057d1bc
2020-06-10Fix for MDONS usecase SO-2967Srinivasan Ramanathan2-4/+7
Change-Id: Ic1bf13f6a2cb3974e090f4a13f5750242027e1c7 Issue-ID: SO-2967 Signed-off-by: Srinivasan Ramanathan <srinivasan.ramanathan2@us.fujitsu.com>
2020-06-09Fix Heatbridge auth for Keystone-v3Boslet, Cory6-12/+24
Fix Heatbridge auth for Keystone-v3 Issue-ID: SO-2980 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Idacce2beebde14f43817ada59fb0d593504c6bdd
2020-06-07Merge "Add retry dependency"Steve Smokowski1-0/+4
2020-06-07Merge "Add ChangeModelVnfBB and"Steve Smokowski2-0/+81
2020-06-04Add retry dependencyBenjamin, Max1-0/+4
Add retry dependency to pom.xml Issue-ID: SO-2977 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I891ab51c78ec491b5875fe425c67ff565e5a397b
2020-06-04Add ChangeModelVnfBB andBonkur, Venkat2-0/+81
Add ChangeModelVnfBB and ChangeModelServiceInstanceBB as part of fallout for vfmodule replace flow Update to execute the ChangeModelVnfBB and ChangeModelServiceInstanceBB flows for fallout in vfmodule replace flow Update the logic to the ChangeBB list Issue-ID: SO-2976 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id50d7ecd2abdd18178fbe2566c247e0c57b54353