aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-vnf-adapter
AgeCommit message (Collapse)AuthorFilesLines
2018-05-07vnf-adapter failed to deployRob Daugherty1-4/+2
This is related to recent CloudConfig fixes. One change was apparently not submitted in the last batch. Change-Id: I8dcc49f7d808e0d842af3f568f5815fb48870acc Issue-ID: SO-584 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-05-04Fix CloudConfig junitsRob Daugherty1-5/+3
...for some definition of the word "fix". There is still a lot that's less than ideal about how CloudConfig is handled, and with how the unit tests are written. Change-Id: Ic8c66c64d336f22c141687cf41a4828810bf1aec Issue-ID: SO-584 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-04-24Sonar-Critical: Use Dedicated ExceptionAS004650591-173/+173
File: VfModuleCustomizationToVduMapper.java Line: L56 L79 L88 L112 L127 L141 Sonar Link: https://sonar.onap.org/project/issues?assignees=as00465059&id=org.onap.so%3Aso&open=AWJqzmfZRGy6eclHEzWx&resolved=false&severities=CRITICAL Change-Id: I4fd2494ee4d883910cc1d78785665d3f0c5fdd92 Issue-ID: SO-590 Signed-off-by: AS00465059 <AS00465059@techmahindra.com>
2018-04-23Sonar Major Bug FixingSumapriya1-1/+1
File: MsoVnfAdapterImpl.java Sonar Link: https://sonar.onap.org/project/issues?assigned=false&id=org.onap.so%3Aso&open=AWHCr-UwEU5FCDfKtmD4&resolved=false&rules=squid%3AS1481&severities=MAJOR Location: src/main/java/org/openecomp/mso/adapters/vnf/MsoVnfAdapterImpl.java Line No:L1888 File: E2EServiceInstances.java Sonar Link: https://sonar.onap.org/project/issues?assigned=false&id=org.onap.so%3Aso&open=AWHCr-iMEU5FCDfKtmO-&resolved=false&rules=squid%3AS1481&severities=MAJOR Location: src/main/java/org/openecomp/mso/apihandlerinfra/E2EServiceInstances.java Line No:L1326 File: MsoRequest.java Sonar Link: https://sonar.onap.org/project/issues?assigned=false&id=org.onap.so%3Aso&open=AWHCr-jXEU5FCDfKtmSQ&resolved=false&rules=squid%3AS1481&severities=MAJOR Location: src/main/java/org/openecomp/mso/apihandlerinfra/MsoRequest.java Line No:L916 File: SdncUnderlayVpnOperationClient.java Sonar Link: https://sonar.onap.org/project/issues?assigned=false&id=org.onap.so%3Aso&open=AWIP10X8RGy6eclHDJ5J&resolved=false&rules=squid%3AS1481&severities=MAJOR Location: src/main/java/org/opencomp/mso/bpmn/infrastructure/workflow/serviceTask/SdncUnderlayVpnOperationClient.java Line No:L70 Change-Id: Id2548cb7e9ef2a916d5adbd93fa5ded4fba6d7ab Issue-ID: SO-582 Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
2018-04-19MsoVnfPluginAdapterImpl exception handler errorsanchitap1-10/+10
MsoVnfPluginAdapterImpl.java Sonar link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-vnf-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fadapters%2Fvnf%2FMsoVnfPluginAdapterImpl.java Change-Id: I432ccb11effd5b627558cadd0e082cc0bf2235a0 Issue-ID: SO-571 Signed-off-by: sanchitap <sanchita@techmahindra.com>
2018-04-16Added logic to call aria adapterdfilppi3-57/+141
Change-Id: Ic711ceceb0a2b3c82a0fae088c24ec09fea8daa7 Issue-ID: SO-441 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-04-13updated to use latest vdu plugin codedfilppi3-531/+0
Change-Id: I46cd41d32e0902a141a87d0c1e01aea278ec17ea Issue-ID: SO-561 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-04-09Bug Fix - OOF api updates processing flavor-labelMarcus G K Williams1-15/+25
Additional API interactions were added to OOF response post API freeze that enable core HPA functionality. This patch updates the processsing of the API reponse to process additional flavor parameters. Issue-ID: SO-408 Change-Id: I1656a7ba955ab41c57b7a3e07a3d0cc38b16e2fa Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-03-28Junits added by Anthony W for MsoVnfAdapterImplKalkere Ramesh, Sharan (sk720x)3-122/+507
Change-Id: I6d4236f0d002193f6594839b605ceb0eccd71c06 Issue-ID: SO-543 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-03-28UT for mso adapters vnfSindhu A1-0/+52
UT for mso adapters vnf BpelRestClient Issue-ID: SO-369 Change-Id: If3620ccba87f8f7e6bbe7bbde5e6a1bb220b65f2 Signed-off-by: Sindhu A <arcot.sindhuri@huawei.com>
2018-03-27Initial commit of VDU plugin implementationKalkere Ramesh, Sharan (sk720x)4-3/+1567
This was documented in the API we committed to at M3. Change-Id: Id0c886d956dc46dba71157cfa35d88844028e7fd Issue-ID: SO-511 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-03-27Merge "Update Heat enviroment HPA parameters"Seshu Kumar M1-884/+900
2018-03-27Add UT for AriaVduPlugin classsubhash kumar singh1-0/+41
Add exception case UT for AriaVduPlugin Change-Id: I37b25ab414836aa9dad3ad6392aa0ce115a8dfa1 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-27Update Heat enviroment HPA parametersShashank Kumar Shankar1-884/+900
[WORK IN PROGRESS] This patch adds support for updating HPA parameters in Heat templates. Change-Id: Id37e2d1ec752085bdd6808f03be5e85ac040d0c3 Issue-ID: SO-408 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-27Dependency version updates for BeijingRob Daugherty1-1/+1
Update so/libs version to 1.2.1 Update aai-common version to 1.2.1 Update sdc-distribution-client version to 1.3.0 Update sdc-tosca version to 1.3.3 Change-Id: I6c8f1c5476efc4dc866bf765c265736ab70c12c7 Issue-ID: SO-536 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-23Improve UT for SOsubhash kumar singh1-1/+45
Improve UT for SO. Change-Id: Id2a862c3cc5f8d9b157c2f4c9e7f60e28f3bf18e Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-22Improve UT for SOsubhash kumar singh1-4/+66
Improve UT for SO by adding exception cases. Change-Id: I81f1be245e92f8bdac67a3e08cedbdde3a7ca166 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-22Merge "Rainy day UTs for rest interfaces"Seshu Kumar M4-0/+261
2018-03-22Rainy day UTs for rest interfacessubhash kumar singh4-0/+261
Intial UT for the rest interfaces. Change-Id: I66e67b3c68f40d53e153103f6b5a9d861e4457f7 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21added custom validators for use with openpojoBenjamin, Max (mb388a)1-175/+169
Change-Id: I7c9fdeb6bccddb1b7ec6bf845351731c3043aafa Issue-ID: SO-510 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-03-21Merge "Add UT for HealthcheckHandler"Seshu Kumar M1-0/+33
2018-03-21Add UT for HealthcheckHandlersubhash kumar singh1-0/+33
Add UT for HealthcheckHandler Change-Id: Icd496b8a272fca08fe29f1952330d6c5e23a4ce2 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21package correction for vnfadaterSeshu-Kumar-M7-7/+7
Issue-ID: SO-369 Change-Id: Iebe8148b3ee1eeec097337e342f60364a912c2aa Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2018-03-19VNFCloudAdapter unit test cases addedseshukm7-15/+13
Issue-ID: SO-369 Change-Id: Ic5171a4e39098d1711c78d60b2dcbddd1954233c Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-03-19Merge "new testcases for MsoVnfAdapter"Seshu Kumar M1-0/+91
2018-03-19new testcases for MsoVnfAdapterseshukm1-0/+91
Issue-ID: SO-369 Change-Id: I6442478a7215f6004c3af1a84196687f8af00a5b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-03-19testcases refactored for MsoVnfAdapterseshukm6-0/+0
Issue-ID: SO-369 Change-Id: I9561825683ecd823dfd55b3feb29f7b03a07cd1c Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-03-14Added Aria VDU adapterdfilppi3-0/+495
Change-Id: I232b2bd6ac9e40bcc9415f484b6adb96db81261e Issue-ID: SO-441 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty15-596/+3228
This is code from AT&T's 1712 and 1802 releases. Change-Id: Ie1e85851e94bc66c4d9514a0226c221939531a04 Issue-ID: SO-425 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-13Adding JunitSumapriya1-0/+69
Adding Junit for: VfRollback.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-vnf-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fadapters%2Fvnf%2FVfRollback.java Change-Id: I3d17c9f745081386be50441f5565518289bcfe36 Issue-ID: SO-473 Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
2018-03-08Merge "Replace explicit type with diamond notation"Seshu Kumar M1-2/+2
2018-03-08Replace explicit type with diamond notationMunir Ahmad1-2/+2
Change-Id: Ibcd42f05c7850e536759207a4d316396956da05b Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-08Remove redundant declaration of extending objectMunir Ahmad1-2/+2
Change-Id: Iee7e4fc93dd82cab27986335560a41000851c33d Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-07Merge "Remove redundant catch clause"Rob Daugherty1-2/+0
2018-03-06Remove redundant catch clauseMunir Ahmad1-2/+0
Change-Id: Ib26f47171384125847a1b31bc1a958b50d0bba70 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-06Fix javadocMunir Ahmad2-2/+3
Change-Id: Iddc39df32089e1a37c04d089522ead295a037118 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-06Merge "Make use of try with resources"Seshu Kumar M1-278/+360
2018-03-06Merge "Replace StringBuilder with String & inline return"Seshu Kumar M1-13/+11
2018-03-06Make use of try with resourcesMunir Ahmad1-278/+360
Change-Id: If230b8249d482f7784f885fb4348943c755477cc Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-06Replace explicit type with dimond typeMunir Ahmad8-32/+32
Change-Id: I1dedb9ef1ca7b734e3cfc0a3a594d733dbd298d4 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-06Replace StringBuilder with String & inline returnMunir Ahmad1-13/+11
Resolved merge conflicts Change-Id: I1a8c8b6fd801c1eb7719ea3d17f029972e2ba84f Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-01Unit test coveragesanchitap1-0/+89
Unit test coverage for VduInfo.java Sonar link: https://sonar.onap.org/code?id=org.openecomp.so%3Aso&selected=org.openecomp.so.adapters%3Amso-vnf-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fvdu%2Futils%2FVduInfo.java Change-Id: I0ab548723b7e9d77a0fea6da41b66c817756afb9 Issue-ID: SO-450 Signed-off-by: sanchitap <sanchita@techmahindra.com>
2018-02-27Make use of append instead of string concatenationMunir Ahmad1-13/+14
Change-Id: I94ad658026f165ba8b5a74352095188a27ee50e5 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-02-26Merge "Add the correct literal ending for long"Seshu Kumar M1-1/+1
2018-02-26Merge "Unit test coverage"Seshu Kumar M1-0/+81
2018-02-25Add the correct literal ending for longMunir Ahmad1-1/+1
Change-Id: I23744d6110c92aed98613aa5febb27abab033a34 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-02-23Unit test coveragesanchitap1-0/+81
Unit test coverage for VduBlueprint.java Sonar link:https://sonar.onap.org/code?id=org.openecomp.so%3Aso&selected=org.openecomp.so.adapters%3Amso-vnf-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fvdu%2Futils%2FVduBlueprint.java Change-Id: I7e1fa874557449bf87fde0b9daca52f98239da2d Issue-ID: SO-442 Signed-off-by: sanchitap <sanchita@techmahindra.com>
2018-02-22Port SO artifacts to ONAP folder structureArthur Martella1-9/+9
Change-Id: Ib7aea4df7e6a31cf5e1e6513b89bed6f878537af Issue-ID: SO-372 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-02-21Swap String concatenation with StringBuilderMunir Ahmad1-8/+8
Change-Id: I5c43d3267e5f75623bcc837e27c57a6ad6aa8877 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-02-16Add Vdu plugin supportdfilppi4-0/+505
Change-Id: Icd47c120fff9c7ccc782c8c946b698c3f4a72ac0 Issue-ID: SO-428 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>