aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-29Merge "move aai-client into its own project"Steve Smokowski196-266/+284
2020-04-29Merge "Changed the text xml client to always set the"Steve Smokowski3-9/+23
2020-04-29Rename to SOL002Piotr Borelowski30-6/+5
Change the name of the project from mso-ve-vnfm-adapter to etsi-sol002-adapter Issue-ID: SO-2839 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: Iba63d558fede145f2ff0086a75b3dadcd1296d00
2020-04-28Changed the text xml client to always set theBoslet, Cory3-9/+23
Changed the text xml client to always set the accept type to text xml. Forgot to assign the accept type in rest client Issue-ID: SO-2838 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia86e53327c6e126fcee6a15b5cd3e5f5c4ec9390
2020-04-28move aai-client into its own projectBenjamin, Max196-266/+284
move aai-client into its own project Issue-ID: SO-2837 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I20b700d160efbdf81ff22c9ca0fab73b28d3649b
2020-04-28Merge "AAI id mapping in SOL002 Adapter"Steve Smokowski11-254/+254
2020-04-28Merge "Adding Generic VNF information in ControllerExeuctionBB flow"Steve Smokowski13-49/+102
2020-04-28Merge "Fixed error handling in the completion handler"Steve Smokowski1-2/+2
2020-04-28Merge "refactor camunda client in apih"Steve Smokowski22-1434/+503
2020-04-28Merge "Update encoding library used"Steve Smokowski2-4/+14
2020-04-28AAI id mapping in SOL002 AdapterPiotr Borelowski11-254/+254
SOL002 (Ve-Vnfm) Adapter project - mapping between vnfInstanceId and AAI Id to the DMaaP message Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: Ic20ff45a49b26c141aa834d55589f482f961e70b
2020-04-28Merge "add junit coverage"Lukasz Muszkieta1-14/+64
2020-04-28Adding Generic VNF information in ControllerExeuctionBB flowSunil13-49/+102
Solving BlueprintName and BlueprintVersion issue Changing vf-module to vfmodule Updating AAI with Orchestration status Issue-ID: SO-2806 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: I91aa653b946bae3940000f724710de87af3ce7df
2020-04-27refactor camunda client in apihPlummer, Brittany22-1434/+503
Switched CamundaClient to use restTemplate Combined clients into one CamundaClient Initial setup of exception handling in camundaclient Initial fix of compilation issues Switched CamundaClient constructor Updated how url is set in CamundaClient Updated auth to fix tag mismatch warning Added throwing ClientConnectionException to client Updated ServiceInstancesTest cases Updated error handling for CamundaClient Updated how response is returned Fixed failing unit tests in apih infra Refactored response handler for responseentity Fixed failing unit tests in apih Removed old unit tests for client Import cleanup for unneeded changes Updated to use new CamundaClient Updated CamundaClient and ResponseHandler tests Removed unused RequestHandler Issue-ID: SO-2834 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I82ff489c9c939a7e8ec0e48476daf7e45baa5f20
2020-04-27Fixed error handling in the completion handlerBoslet, Cory1-2/+2
Fixed error handling in the completion handler subflows. Issue-ID: SO-2829 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id8c7332de6d7b0e382b56e86afa83ff231d8cda3
2020-04-27Update encoding library usedSmokowski, Steven2-4/+14
Update encoding library used Issue-ID: SO-2830 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifc5099f10c15fc6ef8bac367211320d61c20ca43
2020-04-24Renamed duplidate flyway migrationBenjamin, Max (mb388a)1-0/+0
Two migrations with the same name were merged independently Issue-ID: SO-2828 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I304a5f3498cf4b8e7e6f4600ae1a0017bf443723
2020-04-22Merge "openstack inventory capture"Steve Smokowski74-781/+1200
2020-04-22Merge "Missing VNF Recipe for Optical service"Seshu Kumar M1-0/+6
2020-04-22add junit coverageLukasz Muszkieta1-14/+64
Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I993537873f19329753a958faf708119b5aafa9b7
2020-04-21Encode Name parameter passed into clientSmokowski, Steven2-3/+12
Encode Name parameter passed into client Remove un-needed test using file that does not exist Issue-ID: SO-2823 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I47cab1b9d429552b0a4cdfccf296d0c31952c320
2020-04-17openstack inventory captureSmokowski, Steven74-781/+1200
Begin heatbridge refactor initial check in of heatbridge Additional commits of heatbridge Update Heat bridge to write more AAI data Update to utlize HeatBrdige to populate AAI Adjust simulator endpoints to work again Remove not needed BB Test case, fix tc Refactor how AAI relationships are being built Issue-ID: SO-2777 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Iffccc24e18b278188c3fe98bcb1ad9685229d0a2
2020-04-17Updating etsi-sol003-lcm-api modulewaqas.ikram23-51/+50
Change-Id: If9711155d87d3f09e291b8b18e004ccff875e11e Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-16Merge "Add additional null checks when building pserver objects from ↵Steve Smokowski2-2/+13
openstack server object. This error is not reproduceable with mitaka and queens release of openstack"
2020-04-16Merge "Adding Generic VNF information in ControllerExeuctionBB flow"Steve Smokowski2-4/+121
2020-04-16Merge "Implement processing_flags table and corresponding"Steve Smokowski11-5/+469
2020-04-16Add additional null checks when building pserver objects fromMunir Ahmad2-2/+13
openstack server object. This error is not reproduceable with mitaka and queens release of openstack Issue-ID: SO-2802 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Change-Id: I8c7a31d98ba4ef05faaf07ded0da13120fddf2c7
2020-04-16Adding Generic VNF information in ControllerExeuctionBB flowsunilb2-4/+121
Issue-ID: SO-2806 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: I3d34159004f398cd3d44a67468be26668dd67e17
2020-04-16Implement processing_flags table and correspondingKuleshov, Elena11-5/+469
Implement processing_flags table and corresponding interfaces. Implement rest interface for processingFlags table to toggle the value. Correct hashcode calculation for ProcessingFlags bean. Use newFabricConfigurationApi flag for managing FabricConfiguration BB logic. Remove readOnly specification from updating the processing_flags table Make sure update_timestamp field updates automatically. Issue-ID: SO-2814 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I00697f8edf62c2d3d725daa710c17f03595eac51
2020-04-16move network adapter to an external client taskBoslet, Cory76-13750/+6210
Began impelenting new network external task. Made the vnfAdapterTask subflow an openstack subflow, refactored infra flows and BB to call it for network functions. Fixed bugs discovered through a robot dry run, added unit test, added support for rollback network request Updated junit test files for comparison due to not polling for response Removed the no longer used network adapter rest task from bpmn tasks Removed the unused network adapter async and its beans Removed network async client package from open pojo scan Issue-ID: SO-2813 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4c25892012cc86659ab122448ed1aca5cab91671
2020-04-16Merge "lowered code smells"Steve Smokowski7-17/+1
2020-04-16Merge "reduced code smells"Steve Smokowski10-16/+0
2020-04-16Merge "decreased code smells"Steve Smokowski7-10/+0
2020-04-16Merge "lowered code smells"Steve Smokowski9-11/+0
2020-04-16Merge "reduced code smells"Steve Smokowski11-13/+0
2020-04-16Merge "remove vnfadapterrest flow and interface"Steve Smokowski28-8649/+8
2020-04-16Merge "Updated scenrios to fix failing robot test"Steve Smokowski1-24/+5
2020-04-16Merge "Remove version reference for logging-analytics"Steve Smokowski2-4/+15
2020-04-16Merge "Correcting ControllerExecutionBB Id"Steve Smokowski1-2/+2
2020-04-16Merge "Allow client exception to propogate"Steve Smokowski1-14/+10
2020-04-15Merge "Refactor SOL003 Adapter to organize its modules"Byung-Woo Jun107-810/+496
2020-04-15remove vnfadapterrest flow and interfaceBoslet, Cory28-8649/+8
Removed unused soap vnf adapter apis and implements Removed unused apis and implements from vnf adapter Updates and removed dead code that is never used Add back override method to the healthcheck in vnf imp Removed the vnfadapter rest v2 interface and test. Removed references to v2 rest interfaces from CXF config. Reverted change to the cxf configuration file. Removed more unused code and updated unit test to account for removed apis and v2 being removed Updated the att openstack adapter cfx to remove v2 classes Initial commit of cleaning up the vnf adapter and removing the rest subflow. Issue-ID: SO-2812 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia093a5ac2dffd21d27a1ba74a813198b806d0786
2020-04-15update the arch diag for the F releaseseshukm2-0/+2
Issue-ID: SO-2730 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ic76c784a04558f49202a625aeae78d36398a136b
2020-04-15Allow client exception to propogateSmokowski, Steven1-14/+10
Client exception already contains all the information we need Allow it to bubble up Issue-ID: SO-2811 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I2e346366dab3187bb397b386619bf681e53e2cab
2020-04-15Updated scenrios to fix failing robot testBoslet, Cory1-24/+5
Updated scenarios to fix failing robot test Issue-ID: SO-2810 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib4145dc6b2c57cb7f5f718399c6d298df519dc0e
2020-04-15Refactor SOL003 Adapter to organize its moduleswaqas.ikram107-810/+496
based on functions Change-Id: I7a1c172974ab5910b0c6b069dcf8c48f9893de37 Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-15Fixing SO buildwaqas.ikram4-3/+1
Change-Id: I99c0aee303c89fb5e25b51f616523e367a59785e Issue-ID: SO-2809 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-14Remove version reference for logging-analyticsBonkur, Venkat2-4/+15
Manage logging-analytics dependency via dependencyManagement Issue-ID: SO-2807 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I37ede45b684435791146cd450d783377afa9c89f
2020-04-14Merge "Refactor SOL003 Adapter to organize its modules"Byung-Woo Jun133-722/+1801
2020-04-14Correcting ControllerExecutionBB Idsunilb1-2/+2
Issue-ID: SO-2805 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: Ie827c5079267e947c3c982f82693eb82316255dd (cherry picked from commit c2e0e14578992ba50a37a72ba474be724e28b5be)