aboutsummaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2020-07-16Implement mapping of requestorId toKuleshov, Elena1-0/+9
Implement mapping of requestorId to xOnapRequestorid in request to APPC. Issue-ID: SO-3072 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia3b157b259f1f4f94b197bd07354157d1d5d86b7
2020-07-10Changed certain external task to use the longBoslet, Cory1-1/+21
Changed certain external task to use the long lock time. Issue-ID: SO-3049 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If074ee1467fe1bac79892a885c4efddf87415b8a
2020-07-07move sdn clients to own packageBoslet, Cory1-0/+31
Began moving the sdn clients into one central isolated location Added test files, removed unused methods, fixed poms Fixed the client so that is doesnt have to import bpmn and can be built at top level Fixed bad merge that hapeened due to conflicts Added missing test files for sdno unit test Added maria db driver java client for spring test and jersey depend Issue-ID: SO-3034 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4c0a6288623194c517dbc8fa6120d577b400ee01
2020-07-06Moved sniro and oof clients into their own projectBoslet, Cory1-0/+42
Moved sniro and oof clients into their own project Remove methods that arnt used to avoid comp error Refactored the conductor call to not use the urn property reader so that we dont have to import bpmn core. Replaced the auth method and removed unused import. Issue-ID: SO-3021 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie281ef95fef984890b10297f434b8336e9017921
2020-06-18Prepare for java 11Benjamin, Max3-4/+24
final changes for java11 groovy compatibility removed unnecessary dependencies and cleaned up poms added missing jaxws-api dependency to pom.xml java8 profile is now active by default in parent pom update beans to have RemoteResource annotation always use the compiler plugin from parent pom Update external task timeout to longer value to hold lock update remote resource annotation to match catalog db client add remote resource annotation to bean for bowman completely remove bowman from requests db client Issue-ID: SO-2059 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If6f0df36e8077ccd703abce9f64290daed63955b
2020-06-04Add retry dependencyBenjamin, Max1-0/+4
Add retry dependency to pom.xml Issue-ID: SO-2977 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I891ab51c78ec491b5875fe425c67ff565e5a397b
2020-05-14Merge "requestid values have commas audit log"Steve Smokowski1-1/+2
2020-05-13update DoCreateSliceServiceOption script because the oof inteface modifyhetengjiao1-0/+7
Issue-ID: SO-2919 Change-Id: Ia8643a701f30ffa491842a3b7e35e18413b8d702 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-05-11requestid values have commas audit logPlummer, Brittany1-1/+2
Removed overwriting header with random uuid Removed setting of duplicate headers, updated SOAP logging Re-added setting non-duplicate header Updated version of logging library to get elapsedTime changes Fixed failing unit tests in MSOCommonBPMN Issue-ID: SO-2916 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I6b30d69daf210dd903e6a1c1d832de49bf8119d5
2020-04-29Merge "move aai-client into its own project"Steve Smokowski183-12980/+0
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, Max183-12980/+0
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-17openstack inventory captureSmokowski, Steven5-1/+171
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-16Merge "lowered code smells"Steve Smokowski3-5/+1
2020-04-16Merge "reduced code smells"Steve Smokowski3-6/+0
2020-04-15Fixing SO buildwaqas.ikram1-1/+0
Change-Id: I99c0aee303c89fb5e25b51f616523e367a59785e Issue-ID: SO-2809 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-13lowered code smellsRupinder3-5/+1
removed unused imports Issue-ID: SO-2804 Change-Id: I85b8b35be12bad9183261183c490ee90702db9af Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-13reduced code smellsRupinder3-6/+0
removed unused imports Issue-ID: SO-2804 Change-Id: I5cc1d3e3c42b3d1ef08de8e2db301da01212b091 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-07Add workflowName and operationName to v8 ofKuleshov, Elena1-4/+22
Add workflowName and operationName to v8 of orchestrationRequests response. Fix typo in the schema for infra_active_requests. Change version matching for the new interface fields. Issue-ID: SO-2799 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icc7f3c6271023a578df2c1d969c807a578cc9577
2020-03-30Merge "convert openstack to external tasks"Steve Smokowski5-19/+29
2020-03-26convert openstack to external tasksBoslet, Cory5-19/+29
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-25mso vnf configuration update composite flowBonkur, Venkat1-0/+11
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-19Merge "Correct object provider for jersey"Steve Smokowski3-4/+21
2020-03-19Merge "reworked dsl client code to check for outputs"Steve Smokowski12-91/+185
2020-03-18Correct object provider for jerseyBenjamin, Max3-4/+21
Initial setup of aai test for unknown property error updated mapper provider in AAI Client added back support for cxf clients updated aai-schema version to a release version formatted file that was missed moved provider register calls together Issue-ID: SO-2750 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0bf694f39bbab9bcbabd85bb30fb9dbf23f00520
2020-03-18updated schema dependency to 1.6.5Benjamin, Max1-1/+1
updated schema dependency to 1.6.5 Issue-ID: SO-2749 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I07882b11bd786c36bd6326efc3564893e91c07b6
2020-03-17reworked dsl client code to check for outputsBenjamin, Max12-91/+185
reworked dsl client code to check for outputs Issue-ID: SO-2744 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id57bc03c68ec1ae0b0b0797d3a5824026aa8133f
2020-03-16Merge "split single and plural graph inventory uris"Steve Smokowski47-665/+1113
2020-03-16split single and plural graph inventory urisBenjamin, Max47-665/+1113
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 APPC LCM version to incorporate responseKuleshov, Elena1-1/+1
Update APPC LCM version to incorporate response parsing fixes from APPC. Issue-ID: SO-2738 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If19b3239c3f255030eeb0d37309d15ea0172e8f5
2020-03-10Merge "false positive on network creates"Steve Smokowski1-4/+14
2020-03-10Merge "create custom spring aop annotation for logging"Steve Smokowski7-218/+11
2020-03-08false positive on network createsBoslet, Cory1-4/+14
Added a new resourceStatusMessage field to the GET orch request API added new column to infra active request table updated openstack adapter to record the resource status added support of v8 on GET orch request API. Issue-ID: SO-2718 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I73b35f1562de4df477bf7e5cef01de13440ba98a
2020-03-05create custom spring aop annotation for loggingPlummer, Brittany7-218/+11
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-05Merge "Added simpleNotTaskInfo format modifier"Steve Smokowski1-1/+1
2020-03-05Merge "Remove accepted check"Seshu Kumar M1-14/+10
2020-03-04Remove accepted checkSmokowski, Steven1-14/+10
accepted check no longer required Issue-ID: SO-2712 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I224a88f0665985a7cb59302b5ad7d6251b4bab0e
2020-03-04Added new flow for creating 5G slice service.Isaac Manuel Raj1-0/+2
Added new flow for creating 5G slice service. fixed format issue. Issue-ID: SO-2368 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com> Change-Id: Ieb342a58d2079fa4cbb162e6f2dfc0b7400c8d01
2020-03-04Merge "Add scripts for ActivateSliceService workflow"Chuanyu Chen1-0/+60
2020-03-04Merge "Modify NSMF beans"Chuanyu Chen2-2/+3
2020-03-04Add scripts for ActivateSliceService workflowhetengjiao1-0/+60
Issue-ID: SO-2368 Change-Id: I537dc0be5b4a483ef67ff838d9659d809f244225 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-03Added simpleNotTaskInfo format modifierPlummer, Brittany1-1/+1
Added simpleNotTaskInfo format modifier Issue-ID: SO-2697 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifd0c00800e272165885c4a971a3fe5a9beca5686
2020-03-03Merge "Add ServiceProfile"Seshu Kumar M1-0/+50
2020-03-03Merge "Add SliceTaskParams"Chuanyu Chen1-0/+413
2020-03-02Add ServiceProfileHarry Huang1-0/+50
Issue-ID: SO-2368 Add bean to store ServiceProfile in NSMF workflow Change-Id: I4dc80090d283939450ffd1d72333d566f3f91b28 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-03-02Modify NSMF beansHarry Huang2-2/+3
Issue-ID: SO-2368 Change-Id: I2dd03b364d53fe18d0672b537e5287b2597a81d9 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-03-02Update AAI Client pom and Add Service Profilehetengjiao2-55/+23
Issue-ID: SO-2368 Change-Id: Id757558b08a85a7b98af4ac3bfd78091142d48ed Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-02Add SliceTaskParamsHarry Huang1-0/+413
Issue-ID: SO-2368 This bean is used to store parameters which be used in NSMF workflow Change-Id: I015ee2d79abbfd5029a5a962ba3c0a82dcab8749 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-02-27SW UP building block and workflowEricMoore2-0/+7
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-27AAI object addition for ESRjananib1-0/+5
AAI info for NSSMF adapter Change-Id: I237b67261c55e70d000ebbee8fa28aa4a5b7538a Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>