aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-tasks
AgeCommit message (Collapse)AuthorFilesLines
2020-04-28Merge "Adding Generic VNF information in ControllerExeuctionBB flow"Steve Smokowski6-14/+74
2020-04-28Merge "add junit coverage"Lukasz Muszkieta1-14/+64
2020-04-28Adding Generic VNF information in ControllerExeuctionBB flowSunil6-14/+74
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-22add junit coverageLukasz Muszkieta1-14/+64
Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I993537873f19329753a958faf708119b5aafa9b7
2020-04-17openstack inventory captureSmokowski, Steven4-0/+248
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-16move network adapter to an external client taskBoslet, Cory9-475/+140
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 "reduced code smells"Steve Smokowski5-8/+0
2020-04-16Merge "decreased code smells"Steve Smokowski1-1/+0
2020-04-15remove vnfadapterrest flow and interfaceBoslet, Cory2-20/+0
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-13reduced code smellsRupinder5-8/+0
removed unused imports Issue-ID: SO-2804 Change-Id: I5cc1d3e3c42b3d1ef08de8e2db301da01212b091 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-13decreased code smellsRupinder1-1/+0
Removed unused imports Issue-ID: SO-2804 Change-Id: I8ea686dd499578283fdda56ef0fe6c08c557383a Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-07add junit coverageLukasz Muszkieta1-1/+43
Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Idbe2e35eecb16706d4ddf5447e4cc1efc0aa78fd
2020-04-04Added logic to update the requests DB when aBoslet, Cory2-2/+188
Added logic to update the requests DB when a Create or Delete BB is silent success and updated enum Updated regrex and add junit test for orch validator and formatted files Formatted pom files that were not formatted correctly. Removed use of ternary operator if statement and moved enum to static final. Updated equals method to include resource status message for mockito verify Removed resourceStatusMessage from equals and used argument capture instead Issue-ID: SO-2782 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I3a292f57d2771200ce85a99e845e776e2f3bd600
2020-03-31simplify fabric into add/delete stepsKuleshov, Elena3-19/+14
Implement AddFabricConfigurationBB and supporting functionality. Add verifications for Add/Delete FabricConfigurationBBs. Implement DeleteFabricConfigurationBB and related functionality Issue-ID: SO-2774 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I58ad9b6155750c73b0c83fed9ca7b35a7e12b617
2020-03-31workflowAction refactorLukasz Muszkieta1-29/+47
- extract code to private methods Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Ib5b88549ff410d2e2e93f79b9040211e47f4f6f0
2020-03-30Merge "convert openstack to external tasks"Steve Smokowski8-35/+35
2020-03-29Merge "workflowAction refactor"Max Benjamin1-27/+17
2020-03-27Merge "mso vnf configuration update composite flow"Steve Smokowski3-2/+75
2020-03-26convert openstack to external tasksBoslet, Cory8-35/+35
Use external tasks to communicate with openstack adapter Will be more resilient to failures Refactored all flows to use external tasks not REST calls Rollback is now an external task Ensured backwards compatibility Issue-ID: SO-2767 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8afdb89c688d756aed0f25f7d9a7fb898142554d
2020-03-26workflowAction refactorLukasz Muszkieta1-27/+17
- move variable declaration to the place where it is used - simplify the code Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I3b43bed09f312a55b1990cdbb91ca5d5c09f5038
2020-03-26Merge "Fix PNF software upgrade workflow"Chuanyu Chen1-46/+60
2020-03-25mso vnf configuration update composite flowBonkur, Venkat3-2/+75
Existing Change Management VNF Configuration Update flow migrated to the generic building blocks Introduced Activity BB VNFConfigModifyActivity.bpmn Updates to AppcOrcherationPreProcessor, ApplicationControllerTaskImpl to handle the ConfigModify Activity block. Updates to the catalog migration scripts to include VNF-Config-Update Macro flow. Issue-ID: SO-2768 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I06be7a83fb2738b91b0257e1ec84298a7dafc1a1
2020-03-25Merge "Ingest and Process Service Function"Steve Smokowski2-6/+28
2020-03-25Fix PNF software upgrade workflowEnbo Wang1-46/+60
Fix the issue that API can not return when the workflow has ended. Issue-ID: SO-2751 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I7d140b2286ce3003a6efcd2c3891fc8142982477
2020-03-24Ingest and Process Service FunctionSmokowski, Steven2-6/+28
Intial commit of writing service function to AAI Update schema.sql table to pass all unit tests Update local sql to setup CI server for test Update schema to work and fix passwords Issue-ID: SO-2763 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8c517a485841574cde849e1c4e86c3bb7b7dcf89
2020-03-24Use setVariablesLocal for setting task variablesKuleshov, Elena2-4/+4
Use setVariablesLocal for setting task variables in a correct scope in Camunda. Wait for task to be created before query to address robot test slowdown. Issue-ID: SO-2761 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8229326f48936dc4bc59162341c12355a64982a5
2020-03-23Merge "remove duplicated and not used code"Max Benjamin1-131/+11
2020-03-20workflowAction refactorLukasz Muszkieta1-26/+15
- move variable declaration to the place where it is used - simplify the code Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I7da1dac5c24907358f0949e361edc502fe6b7092
2020-03-19remove duplicated and not used codeLukasz Muszkieta1-131/+11
Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Ie4a8fc2a52b3aae5fd40f75cc1bc33dbc385bae8
2020-03-19Merge "add m2e helpers for swagger"Steve Smokowski1-0/+30
2020-03-19remove duplicated and not used codeLukasz Muszkieta2-123/+20
Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I06894b2d4bb0bdc9b33cccd50df1055d79d89080
2020-03-17add m2e helpers for swaggerBenjamin, Max1-0/+30
add m2e helpers for swagger Issue-ID: SO-2746 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie98a6b3ed092edcaf45400a5ca7b76e8aba6d3b3
2020-03-17Merge "Update parameter parsing of SDNC LCM client"Chuanyu Chen1-26/+13
2020-03-16Merge "split single and plural graph inventory uris"Steve Smokowski20-88/+65
2020-03-16Merge "update poms to be compatible with eclipse IDE"Steve Smokowski1-0/+18
2020-03-16split single and plural graph inventory urisBenjamin, Max20-88/+65
split single and plural graph inventory uris updated all object references in MSO using graph inventory plurals corrected unit test stubbings added additional unit tests correct interfaces to return plural after related-to modified the way http aware uris are built reformated interfaces to no longer duplicate methods corrected issues with identity of unbuilt uris removed AAIUri references from groovy files fixed clone behavior on Uri objects Issue-ID: SO-2743 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I37aa2a13dcbf010b6c82ad73af3be5db5d9bd673
2020-03-16update poms to be compatible with eclipse IDEBenjamin, Max1-0/+18
add groovy sources to eclipse projects automatically replace groovy maven plugins with more modern one remove unused dependency causing compilation issues Issue-ID: SO-2735 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ibeddddcc289c25e6208b69ac4f0cc220386e9344
2020-03-14Update parameter parsing of SDNC LCM clientEnbo Wang1-26/+13
Issue-ID: SO-2731 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I4cb8b9d4efb7e3e78e7e242c04b316908987d9d7
2020-03-13remove duplicated codeLukasz Muszkieta1-42/+18
Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I75bd8d1557f78e396e1d57a03e12eefc3a771798
2020-03-12Implementation of GenericPnfCDSProcessingBBmharazin4-5/+322
Issue-ID: SO-2646 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: Ie146210b2cc0ea15f02d19261510d24a7bc50043
2020-03-11Merge "add junit coverage"Steve Smokowski1-5/+64
2020-03-11ignore root configuration role in A&AI objectBenjamin, Max (mb388a)1-0/+1
Issue-ID: SO-2721 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If89f38277f49999fbcdaa398976b3a0330adbb1f
2020-03-10Merge "create custom spring aop annotation for logging"Steve Smokowski10-10/+10
2020-03-09add junit coverageLukasz Muszkieta1-5/+64
Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Icaf515e64cab5cae2968e5e370d3e032487d56a7
2020-03-05create custom spring aop annotation for loggingPlummer, Brittany10-10/+10
Added annotation for setting up scheduled tasks logs Added new annotation to scheduledTasks Moved annotation setup to logging-library Issue-ID: SO-2713 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7080c4bb289e454f14167631e2601c954389c0ef
2020-03-05Support PNF software upgrade workflow using SDNC LCM APIEnbo Wang6-20/+536
Issue-ID: SO-2589 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I4b6940c21b70eeeaf96e8781762cb7029572e7ae
2020-02-27SW UP building block and workflowEricMoore2-4/+4
This commit creates two bpmn 1. PNFSoftwareUpgrade.bpmn 2. PNFSWUPDownload.bpmn Respective Testcases are also written for both bpmns. Issue-ID: SO-2514 Issue-ID: SO-2515 Change-Id: Icb1706f1974341182f13b9125e09418b61571c52 Signed-off-by: EricMoore <eric.e.moore@est.tech>
2020-02-26Merge "remove duplicated code"Seshu Kumar M1-55/+40
2020-02-26Merge "bump the versions for all the SO to 1.6.0"Byung-Woo Jun1-1/+1