summaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-tasks
AgeCommit message (Collapse)AuthorFilesLines
2020-05-15Merge "removed code smells"Steve Smokowski2-8/+0
2020-05-14Default gateway value to NULL when not presentSmokowski, Steven3-0/+31
Default gateway value to NULL when not present Issue-ID: SO-2934 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7a9839817887575ec425e2ae6f1782b94f0bb907
2020-05-07uri params now available in info objectBenjamin, Max4-32/+39
uri params now available in info object make sure uri keys are retrieved via constants Issue-ID: SO-2908 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ieb701c2705ecdb2365d557bc51e4f604d92ec680
2020-05-06construct for each platformBonkur, Venkat3-2/+31
construct for each platform instead of whole string of platforms related to network formated the files updated the test case per feedback fixed the compilation error Issue-ID: SO-2897 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icc85728fb8ea973d36af863e0b60f0abbaf06219
2020-05-06removed code smellsRupinder2-8/+0
Issue-ID: SO-2804 Change-Id: I53d80ba69119009429fec29e5545301bbfe2b585 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-01Refactor SOL003 Adapter to organize its moduleswaqas.ikram21-47/+47
Change-Id: I6025f6b1975ead19284edcea76607b62a3bcbc17 Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-30Merge "mso to support rollback for"Steve Smokowski2-0/+112
2020-04-29mso to support rollback forKuleshov, Elena2-0/+112
Add Rollback and Manual for CM BBs for rainy day handling table Add rollback flow generation logic for Change Management flows. Update Robot tests for ConfigModify Manual Task Add a test for rollback for inPlaceSoftwareUpdate, remove manualhandling tests for inPlaceSoftwareUpdate Issue-ID: SO-2853 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I6a68662fee5295117f6f39ffe3fa97b7ef4e2116
2020-04-29rename package for external useBenjamin, Max50-190/+190
rename package for external use Issue-ID: SO-2852 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id883f0c847c24a260dbf8c63ce5e1330c045d6de
2020-04-28move aai-client into its own projectBenjamin, Max24-7/+1688
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 "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