aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2020-06-04mso to add validation for vf module instantiationPlummer, Brittany10-19/+19
Updated validator to accept action on validate Added VnfInServiceValidator and unit tests Issue-ID: SO-2975 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5e1d7a40dab6a447588cac55edade5e2823e7dac
2020-06-03Fixed logging and have flow error on auditBoslet, Cory3-51/+81
Fixed logging and have flow error on audit failure. Issue-ID: SO-2973 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I712fece759deb651368b1eb4c524ddb0b0e46686
2020-06-03Merge "update the release docs"Byung-Woo Jun1-2/+5
2020-06-03Merge "added assert statements in JUnits in 4 files"Steve Smokowski4-0/+5
2020-06-03Merge "make sure maven plugins only run when we want"Steve Smokowski11-25/+43
2020-06-03Merge "Add null check for network name"Steve Smokowski1-2/+4
2020-06-03Merge "implement automatic migration for process"Steve Smokowski2-0/+233
2020-06-02make sure maven plugins only run when we wantBenjamin, Max11-25/+43
make sure maven plugins only run when we want Issue-ID: SO-2972 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5fe1b4836f597cf6bda5fee02ca6c234c7917f33
2020-06-03Merge "Update css file name in conf.py"Jessica Wagantall1-1/+1
2020-06-02Add null check for network nameSmokowski, Steven1-2/+4
Add null check for network name Issue-ID: SO-2971 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifb3fe5f7b85157ddb29efec385b7a77ab3701249
2020-06-02Merge "Sonar fixes"Lukasz Muszkieta4-16/+14
2020-06-02Merge "Sonar fixes"Lukasz Muszkieta2-7/+60
2020-06-02Merge "Add JUnit code coverage for InstanceResourceList:"Lukasz Muszkieta3-33/+103
2020-06-01update the release docsseshukm1-2/+5
Issue-ID: SO-2821 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ib2f85baf37c58f00f2dccc87e65ca119c64c0928
2020-06-01Sonar fixesMateusz Gołuchowski4-16/+14
Changed input parameter for didCreateAuditFail. Now clients must pass object without Optional wrapper. Issue-ID: SO-1841 Change-Id: I96f7793e7e4d7871908f8dbbc1e4cd3a028498d5 Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-05-29Merge "Override global maven configuration"Steve Smokowski1-3/+1
2020-05-29Override global maven configurationBenjamin, Max (mb388a)1-3/+1
Issue-ID: SO-2941 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4402426f764ab2599fea0b7f35ce314b920a25ed
2020-05-29SOL003 Adapter removing duplicate codewaqas.ikram5-82/+38
Change-Id: Ibf6f2163516b852318b94510a793e25306a638b9 Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-05-29Add JUnit code coverage for InstanceResourceList:Krzysztof Gajewski3-33/+103
Issue-ID: SO-1576 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I51496fce24acdb8a9fc1b9fedde20b9cbbb8af68
2020-05-28Update css file name in conf.pylf-jobbuilder1-1/+1
ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I229867d911d28d94f51869c681e98a20f3379465
2020-05-28implement automatic migration for processPlummer, Brittany2-0/+233
Initial setup of AutoProcessInstanceMigrationService Setup migration plan for auto migration Started adding unit tests for auto migration Setup processDefinitions as configurable list Moved autoMigrationEnabled and added default for keys Issue-ID: SO-2968 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ic3e4aed611e2a90a2083ffd5cd4f1a0e1b43d145
2020-05-28Sonar fixesMateusz Goluchowski2-7/+60
Issue-ID: SO-1841 Change-Id: I96f7793e7e4d7871908f8dbbc1e4cd3a028495d5 Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-05-27Fix BBS integration issueramu.n1-0/+7
Issue-ID: SO-2955 Change-Id: I44419a403756c87dcd8dd0f98ee63721bb193906 Signed-off-by: ramu.n <ramu.n@huawei.com> (cherry picked from commit fa20cbaba61bbb6dc073ddfadea264bb7b0c823d)
2020-05-27Fix for NPE in HeatbridgeLukasz Rajewski1-2/+2
Null is checked for network type which can be unknown. Issue-ID: SO-2953 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Iccf724eed5ec7d69b70eabbcf25bfafe1e8fe12b (cherry picked from commit 7c35f6dd4fd4b227f063036280a7f24728a198d8)
2020-05-27Merge "fixed some JUnits"Steve Smokowski2-0/+9
2020-05-27Merge "removed net.minidev.json from codebase"Steve Smokowski1-29/+26
2020-05-27Merge "Added scriptName for deallocation of NSSI."Seshu Kumar M4-2/+17
2020-05-26removed net.minidev.json from codebaseBenjamin, Max1-29/+26
removed net.minidev.json from codebase Issue-ID: SO-2957 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I03f89a1002b3cf052a304503cd206a979bfee6f8
2020-05-26added assert statements in JUnits in 4 filesRupinder4-0/+5
Issue-ID: SO-2804 Change-Id: I63c5ff0fd23d0d30beaf32658115b7403f0dcfbf Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-26fixed some JUnitsRupinder2-0/+9
Issue-ID: SO-2804 Change-Id: I6589ea250ee95160febd40c55cbfbf1a81782b60 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-26Merge "Capture ids of vfModule and volumegroups"Steve Smokowski4-6/+206
2020-05-26Merge "added assert statements in JUnits"Steve Smokowski8-0/+13
2020-05-26Merge "use existing pnf - logging improvement"Steve Smokowski2-2/+4
2020-05-23Capture ids of vfModule and volumegroupsBonkur, Venkat4-6/+206
Capture ids of vfModule and volumegroups Issue-ID: SO-2951 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ibe8af16c899a66ef007f74eb2c4e42afb0c2b42f