aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-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
2020-07-07move sdn clients to own packageBoslet, Cory78-148/+2491
Began moving the sdn clients into one central isolated location Added test files, removed unused methods, fixed poms Fixed the client so that is doesnt have to import bpmn and can be built at top level Fixed bad merge that hapeened due to conflicts Added missing test files for sdno unit test Added maria db driver java client for spring test and jersey depend Issue-ID: SO-3034 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4c0a6288623194c517dbc8fa6120d577b400ee01
2020-07-07added in fix to use old volume group name forKalkere Ramesh, Sharan6-23/+73
added in fix to use old volume group name for volume group Issue-ID: SO-3020 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Iaab124e8420d7b0a09b1f709b03b37b8a97425cf
2020-07-07Merge "Moved sniro and oof clients into their own project"Steve Smokowski44-37/+1789
2020-07-07Merge "Do not edit calling argument"Steve Smokowski3-2/+73
2020-07-07Added checks on the cloud owner to determine ifBoslet, Cory4-10/+74
Added checks on the cloud owner to determine if vlans should be done, added null pointer checks, fixed and add unit test. Removed autowiring of client and removed logging Changed the default value of the cloud owner. Updated unit test to mock the new env property call Removed to make HeatBridgeImpl a spring class. Issue-ID: SO-3033 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I31cfa83bc74fe9786f220d952a78e5bf4f04bb3e
2020-07-07correctly generate local fields when prefix hasBenjamin, Max3-10/+5
correctly generate local fields when prefix has type and name Issue-ID: SO-3032 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0ba88949a136fae87850553dab5b4b80b32f9824
2020-07-07add additional null check to prevent exceptionsBenjamin, Max1-3/+3
add additional null check to prevent exceptions in logs Issue-ID: SO-3031 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9d338e68db9e2cfff5d0086a107b5d7bdd4bd703
2020-07-06Merge "BBInputSetup, getServiceInstanceHelper, mapCollection refactoring ↵Lukasz Muszkieta2-71/+83
Deleted negation of if statements from void methods"
2020-07-06Merge "WorkflowAction, traverseAAIService refactoring stage 1"Lukasz Muszkieta1-22/+33
2020-07-06BBInputSetup, getServiceInstanceHelper, mapCollection refactoringmarcinrzepeckiwroc2-71/+83
Deleted negation of if statements from void methods Issue-ID: SO-2634 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I0bb46be8b2d648d721c58008ee133b63b77894d5
2020-07-06Moved sniro and oof clients into their own projectBoslet, Cory44-37/+1789
Moved sniro and oof clients into their own project Remove methods that arnt used to avoid comp error Refactored the conductor call to not use the urn property reader so that we dont have to import bpmn core. Replaced the auth method and removed unused import. Issue-ID: SO-3021 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie281ef95fef984890b10297f434b8336e9017921
2020-07-06Merge "Sonar improvements in WorkflowAction"Lukasz Muszkieta1-68/+51
2020-07-06Sonar improvements in WorkflowActionJerzySzachniewicz1-68/+51
Issue-ID: SO-1841 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com> Change-Id: I28603335a2039977aa13d347b703b6abc23de6c3 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com>
2020-07-06Add a certificate in communication with VNFMPiotr Borelowski7-6/+107
Issue-ID: SO-2979 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I7fa13c9371b7789950af315b7772a0ee409cc34b
2020-07-03Sonar improvements in WorkflowActionBBTasksJerzySzachniewicz2-59/+39
Issue-ID: SO-1841 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com> Change-Id: I1eb8b9073452a2f8bbbfe77550365ee83340e1d8 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com>
2020-07-01Do not edit calling argumentGamboa, Gilbert3-2/+73
Generated configuration id is reused for all flows Modified code to clone original WorkflowResourceIds object Issue-ID: SO-3016 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I02c82a1a89524258ef00ec11b35deea322d7d781
2020-07-01Merge "Preserve placement of Config BBs"Steve Smokowski2-18/+115
2020-07-01WorkflowAction, traverseAAIService refactoring stage 1Krzysztof Gajewski1-22/+33
- Extract methods - invert if Issue-ID: SO-2634 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I769cb38ba65d8094bac2a71d70df2e7ef267efeb
2020-07-01Merge "WorkflowAction, traverseNetworkCollection refactoring stage 5"Lukasz Muszkieta1-21/+28
2020-07-01Preserve placement of Config BBsKuleshov, Elena2-18/+115
Preserve placement of Config BBs in the Replace VfModule execution list. Issue-ID: SO-3012 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia3abd3e154a5e0e62a3dc45d74baece7cb19e63e
2020-07-01Removed the declarations of thrown exceptions which were a subclass od ↵marcinrzepeckiwroc2-11/+23
java.io.IOException, Added one test to cover not covered usecase, Added constant field instead of multiple literal duplication. Issue-ID: SO-1841 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I686df90ecb463f036687b93069f8d1341ee4e597
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-30WorkflowAction, traverseNetworkCollection refactoring stage 5Krzysztof Gajewski1-21/+28
- extract method - invert if - method rename Issue-ID: SO-2634 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: Iab2e5694fd2d3b7913bc27f9d4a846d84764c576
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