aboutsummaryrefslogtreecommitdiffstats
path: root/adapters
AgeCommit message (Collapse)AuthorFilesLines
2018-02-25Swap while loops with foreach where applicableMunir Ahmad1-55/+53
Change-Id: Id3b54e8192f0e60657aa4c50af56c1ef98fbff5e Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-02-23add junit for cloud wrappersLukasz Muszkieta5-20/+154
Change-Id: I699b10ee2cb6e8b57ca56e8a9baae8aa41000540 Issue-ID: SO-430 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-02-22Port SO artifacts to ONAP folder structureArthur Martella13-61/+73
Change-Id: Ib7aea4df7e6a31cf5e1e6513b89bed6f878537af Issue-ID: SO-372 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-02-21Boolean constructor callMunir Ahmad2-4/+4
Change-Id: Ic5a16598b1f1ac4f53ab651064b872316abafde0 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-02-21Swap String concatenation with StringBuilderMunir Ahmad5-31/+31
Change-Id: I5c43d3267e5f75623bcc837e27c57a6ad6aa8877 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-02-21Merge "add junit for AuthenticationMethodFactory"Seshu Kumar M4-79/+121
2018-02-21Merge "Sonar:Critical"Seshu Kumar M1-0/+2
2018-02-21Sonar:CriticalAS004650591-0/+2
Fixing MsoCommonUtils.java MsoCommonUtils.java: L130 L145 Sonar Link: https://sonar.onap.org/issues/search#resolved=false|severities=MAJOR|rules=squid%3AS2293|assignees=__me__ Location:src/main/java/org/openecomp/mso/openstack/utils/MsoCommonUtils.java Change-Id: I120d35a9c06f56dd82b50f248062fc38e60c0819 Issue-ID: SO-401 Signed-off-by: AS00465059 <AS00465059@techmahindra.com>
2018-02-20Adding Junit AS004650591-0/+54
Junit for SDNCAdapterRequest.java Change-Id: I570ce3381b967e184601535558413826a5c0baf2 Issue-ID: SO-431 Signed-off-by: AS00465059 <AS00465059@techmahindra.com>
2018-02-16Add Vdu plugin supportdfilppi4-0/+505
Change-Id: Icd47c120fff9c7ccc782c8c946b698c3f4a72ac0 Issue-ID: SO-428 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-02-09Merge "add junit for MsoHeatEnvironmentEntry"Seshu Kumar M3-188/+133
2018-02-08add junit for AuthenticationMethodFactoryLukasz Muszkieta4-79/+121
Change-Id: I115792b73c62c50362a39fe45936fe294fe575dc Issue-ID: SO-414 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-02-08Merge "refactoring - add Optional"Seshu Kumar M12-239/+111
2018-02-07add junit for MsoHeatEnvironmentEntryLukasz Muszkieta3-188/+133
Change-Id: Ibc2b9562de8fbfdb60ee09add404bd3923431501 Issue-ID: SO-360 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-02-07Merge "Get Msb Ip from env parameter"Seshu Kumar M1-8/+15
2018-02-07Get Msb Ip from env parameterc001491071-8/+15
Get Msb Ip from env parameter instead of config file. Change-Id: I86e1664ffb4f817d70631f870c49a773bf04cc04 Issue-ID: SO-410 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-01-31add junit for StackInfoLukasz Muszkieta7-210/+144
Change-Id: I80e60b590d761c30fd2c71e259c2b4f5cf53b508 Issue-ID: SO-360 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-01-30Merge "Sonar:Major"Seshu Kumar M1-1/+1
2018-01-29Merge "add JUnit for NetworkInfo"Seshu Kumar M6-90/+191
2018-01-29refactoring - add OptionalLukasz Muszkieta12-239/+111
change possible null return value to Optional Change-Id: I70bf78a51b901a74932b00d1d8735bef5eeacef7 Issue-ID: SO-360 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-01-29Sonar:MajorSumapriya Sarvepalli1-1/+1
The diamond operator (<>) should be used NsParameters.java:L38 Issue-ID: SO-392 Sonar Link: https://sonar.onap.org/issues/search#resolved=false|severities=MAJOR|rules=squid%3AS2293|assignees=__me__ Location:src/main/java/org/openecomp/mso/adapters/vfc/model/NsParameters.java Change-Id: I12ec3ceb4b7da8c5cccc0e01205addce6c2c0d1e Signed-off-by: Sumapriya Sarvepalli <SS00493505@TechMahindra.com>
2018-01-24Merge changes Ifc9dda6b,Ic7b8d75dSeshu Kumar M1-1/+1
* changes: Deal with network VL for voLTE Add mso.vfc.properties
2018-01-22Add mso.vfc.propertiesc001491071-1/+1
Add mso.vfc.properties config file Change-Id: Ic7b8d75d9e10d8ce284a98e76459d47edcbb697f Issue-ID: SO-383 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-01-19add JUnit for NetworkInfoLukasz Muszkieta6-90/+191
Change-Id: I08210bc29f4f6c2f90723b57e30d48c60a81e3bb Issue-ID: SO-360 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-01-19Merge "Sonar blocker issue - NullPointerExeption"Seshu Kumar M1-15/+1
2018-01-20Sonar blocker issue - NullPointerExeptionZhu Libo1-15/+1
use the try-with-resource statement method to fix issues: https://sonar.onap.org/issues/search#issues=AV3BnuCb5bp_wwmIVClC and https://sonar.onap.org/issues/search#issues=AV7t547AlaLbmlVXT_jY Change-Id: I912be949793066bef6e3036fb474247d4d269e4f Issue-ID: SO-165 Signed-off-by: Zhu Libo <libo.zhu@intel.com>
2018-01-12Merge "refactoring - adding junit"Seshu Kumar M5-60/+58
2018-01-12Merge "refactoring - code clean up"Seshu Kumar M8-291/+240
2018-01-10refactoring - adding junitLukasz Muszkieta5-60/+58
Change-Id: I91ba9dafa40df25d1ca1aae5a7dce11e0afb71da Issue-ID: SO-360 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-01-09Merge "Remove unused method and imports"Seshu Kumar M1-978/+879
2018-01-08Improve unit test for VNFQuerysubhash kumar singh1-30/+91
Imporve unit test for vnfquery. Change-Id: Ie8da164dce3e7f5186a7be742860fbaefc4e1b59 Issue-ID: SO-360 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-01-08Remove unused method and importssubhash kumar singh1-978/+879
Remove unused method and imports. Replace tab character with space. Remove unwanted return. Issue-ID: SO-360 Change-Id: I34bb3b7d51c7ff5bd4f3644d1fd774f5059d4a0b Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-01-04refactoring - code clean upLukasz Muszkieta8-291/+240
Change-Id: Ic2486da2bd415c132959ad9415d7a3e1b178dffa Issue-ID: SO-360 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-01-03refactoring - remove unused codeLukasz Muszkieta15-235/+50
Issue-ID: SO-360 Change-Id: Iac9653fa6d5f10de7986fa3d511535d74f0c24c8 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2017-12-28refactoring - adding junit coverageLukasz Muszkieta6-1064/+72
Change-Id: I712afd8ff4e403829ee51b87d76ed38dda027ace Issue-ID: SO-360 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2017-12-13Reduce complexity of HealthCheckUtilskurczews8-12/+10
* Split bulk conditionals * Split health checks to separate methods * Fix minor issues Issue-ID: SO-353 Change-Id: Ib6298bc488a94aa4fbb253e3894532708547533d Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2017-12-04Remove duplicated constantskurczews1-7/+13
Replace duplicated regex patterns with more verbose constant Change-Id: I21b5a1f8f00b8a8d059ab3998536b205ece892ce Issue-ID: SO-353 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2017-12-01Bump minor versionJessica Wagantall13-13/+13
Bump minor version in preparation for Amsterdam branching. Change-Id: Ib72ca9cab2782a4fee15fff8f0653f0c53ad9f71 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-16changed artifact versionseshukm13-13/+13
IssueId: SO-346 Change-Id: I4bd910032baa26c2aa154d3860bf4d34ecf7d9dd Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-14Fix init errors in WorkflowMessageAdapterRob Daugherty1-1/+5
When the workflow message adapter comes up, it throws a FileNotFoundException because cadi.properties is absent. This file is related to AAF, which is not in scope for the Amsterdam release. Issue: SO-341 Change-Id: I27239e215a523f8535d49d1888acc72deb35b270 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-11-14Fix Update Create Resource Status Errorc001491071-1/+1
Fix Update Create Resource Status Error Change-Id: I230c7986b72e27e4c59fbeb129c1b39bb500a86b Issue-ID:SO-337 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-10Fix Delete workflow sent msg to vfc adatper failedc001491071-0/+3
Fix Delete workflow sent msg to vfc adatper failed Change-Id: Ibb86da2d9e03e0004854035b21daaae09d3f19e6 Issue-ID:SO-327 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-28Merge "Add Vfc Adapter Log Config"Chuanyu Chen4-391/+355
2017-10-28Add Vfc Adapter Log Configc001491074-391/+355
Add Vfc Adapter Log Config and update the log Change-Id: I5c6898cbec1c880f7c0dfa337c76ad465fae6461 Issue-ID:SO-283 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-27Merge "Iterate over the entrySet instead of keySet"Seshu Kumar M3-31/+31
2017-10-27Merge "Add resource operation status oper"Seshu Kumar M2-1/+70
2017-10-27Add resource operation status operc001491072-1/+70
Add resource operation status oper in requests db adapter Change-Id: I0c6a21178147c6c9cac9d1492cd1503e8f658157 Issue-ID:SO-276 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-27Merge "Removed unused "LOGGER" private field"Seshu Kumar M1-4/+5
2017-10-27Add Relationship for e2e service and NSc001491072-57/+1
Add Relationship for e2e service and NS Change-Id: Id1bf6862b9d2325297e466d417dc1b169e157ff6 Issue-ID:SO-275 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-26Fix voLTE Create workflow issuec001491073-2/+4
Fix voLTE Create workflow issue Change-Id: I3b615ee87e6cf5779376ee6bf7a3b5fa2be3e62c Issue-ID:SO-269 Signed-off-by: c00149107 <chenchuanyu@huawei.com>