summaryrefslogtreecommitdiffstats
path: root/adapters
AgeCommit message (Collapse)AuthorFilesLines
2021-06-24Updating pom version to 1.9.0-SNAPSHOTwaqas.ikram8-8/+8
Change-Id: Idb3e497148225d4158390b944f74e82ff9f771c8 Issue-ID: SO-3688 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-06-18Add VNF-Macro-Create and VNF-Macro-DeleteJozsef Csongvai1-0/+35
These macros enable creation and deletion of a vnf with vfmodules for an existing service instance using building blocks. Also: - No longer force alaCarte=true for these use cases - Fix broken vfModule sorting logic for baseFirst/baseLast - Minor refactoring replacing String literals with constants Issue-ID: SO-3635 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I16975f3561f2d978dede20679927ac3531def900
2021-05-05Fix typo DESACTIVATE to DEACTIVATESebastien Premont-Tendland1-3/+3
Issue-ID: SO-2798 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca> Change-Id: I6b6334704fc4e7398ed785a99459a67c48def928
2021-04-21Added logging statements for skip post inst conf classKalkere Ramesh, Sharan (sk720x)2-6/+6
Issue-ID: SO-3626 Change-Id: I618b6b6b6049f94bc6c9bfe6be893ac022f2449e Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2021-03-26Merge "request db endpoint and bpmn cleanup"Max Benjamin1-0/+11
2021-03-24request db endpoint and bpmn cleanupKULESHOV, ELENA1-0/+11
added new request db adapter endpoint use bpmn constants when available allow bpmn input setup parameter to be extended Issue-ID: SO-3606 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: Ibde4d82cc7432ea3cdd9a75aef0dc695ebbf9a1b
2021-03-17remove network soap and dead codeBOSLET, CORY34-4579/+194
Removed the remaining SOAP interfaces for tenant and network Updated the network adapter impl unit test to account for changes. Issue-ID: SO-3593 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: I9c3dbd221ffbf9efcb67bf8490fbef81a3b010ae
2021-03-15update swagger to v3 open api versionBOSLET, CORY7-64/+68
Upgraded all projects and services to use the new v3 swagger, discontinued use of old swagger. Updated unit test to account for swagger change and removed apis Issue-ID: SO-3587 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: Iddcfe92f8ab240691f92ce2bf23e1ab2ad159780
2021-03-12Merge "add new sdnc interaction"1.8.1Max Benjamin5-0/+278
2021-03-12Merge "version upgrades plus cleanup"Max Benjamin7-80/+3
2021-03-11correct string comparison operatorBENJAMIN, MAX1-6/+6
correct string comparison operator Issue-ID: SO-3583 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: I2c5754e4ca8ba7e303385c4eaf88dee2f0498d1a
2021-03-10add new sdnc interactionBOSLET, CORY5-0/+278
Added Cors auth support option for sdnc interaction Issue-ID: SO-3580 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: I54d17ea5e02a20114f5857940cc4dabc72854dea
2021-03-09version upgrades plus cleanupBOSLET, CORY7-80/+3
Removed over 125 dependencies and added to dependency management Added in a few dependencies and removed some Change the swagger version to so pom Removed version property reference in the pom Added in missing dependency for bpmn blocks Added in missing dependecy for common bpmn Updated the camunda-bpm-assert to use a version that is compatible with assertj-core 3.11. The camunda-bpm-assert namespace group also changed. This fixes the no method found error. Updated unit test to account for class name change Updated the unit test to account for lib change Fixed unit test for software upgrade stuff Exclude older versions of javassist to fix null pointer caused by incompatible javassist version with hibernate and bowman Added in missing dependency for task test Added missing dependency and fixed formatting Remove files that got added back in by merge conflict Use the new namespace for the swagger annotations Need to exclude swagger annoatations from the old namespace Updated to fix compilation error due to use of legacy swagger and cxf swagger Use the swagger v3 plugin for gen resources Use the openapi v3 swagger in all bpmn packages Fix null pointer to create the OpenApiFeature in cxf Issue-ID: SO-3578 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: I7093376b2d8271e9c5b911b901133e01b957da84
2021-03-10Merge "remove vnfadaptercreate vnfadaptercreatevfmodule"Max Benjamin15-1110/+72
2021-03-08Added volume creation to heatbridgeBOSLET, CORY7-1/+115
Added volume creation to heatbridge Issue-ID: SO-3577 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: I0f0844187efe880cccf4b663c8c4fadc346680c3
2021-03-05remove vnfadaptercreate vnfadaptercreatevfmoduleBOSLET, CORY15-1110/+72
Removed SOAP services for vf module and refactored. File that was not staged for merge conflicts Removed dead test classes from source Issue-ID: SO-3574 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: I0c8c67521e80661c3354ba572cdd6ae1e1256d42
2021-03-05Changed to use the host id of server instead of idBOSLET, CORY2-3/+9
Changed to use the host id of server instead of id Update the pserver when it already exist. Only update the host id when updating pserver Issue-ID: SO-3573 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: Ide5ab15aa84da950c22dec9079d90ba0133a7789
2021-03-01remove unused endpoints from source codeBOSLET, CORY12-1212/+0
Removed unused endpoints from source code Removed unused jackson mapper configuration Issue-ID: SO-3557 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: I32df4e49f5adf8cade8d963492495975fc0f11b2
2021-02-19Removing etsi-sol003-adapter modulewaqas.ikram121-38285/+0
Change-Id: If35f94bd8459c08c11d5e178ae872f70a36fd9fa Issue-ID: SO-3486 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-02-18Remove mso-oof-adapter from SOmukesh.paliwal17-1018/+0
Issue-ID: SO-3537 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: I79b1c1f6f355fb584e30253bedf7ca5ede02e336
2021-02-18Remove mso-vfc-adapter from SOmukesh.paliwal156-13097/+0
Issue-ID: SO-3536 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: Id0836f5e7900fdb69fb6f2c04b8657746b801805
2021-02-17Merge "Remove mso-nssmf-adapter from SO Issue-ID: SO-3535"Byung-Woo Jun56-5439/+0
2021-02-17Merge "remove mso-cnf-adapter from so Issue-ID: SO-3534"Byung-Woo Jun32-2674/+0
2021-02-17Merge "update camunda and spring to latest versions"Steve Smokowski15-131/+59
2021-02-17Remove mso-nssmf-adapter from SOmukesh.paliwal56-5439/+0
Issue-ID: SO-3535 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: I0fe65312fbde922064f3d464dc783e82fa4d707d
2021-02-17remove mso-cnf-adapter from somukesh.paliwal32-2674/+0
Issue-ID: SO-3534 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: I85a7ad93e9a89190805b508be25163bcbdd7c334
2021-02-16update camunda and spring to latest versionsBenjamin, Max (mb388a)15-131/+59
Updated camunda to 7.14 and updated spring boot camunda to 3.4 Started to clean up duplicate maven dependencies Issue-ID: SO-3521 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ic65b04772b91dd989e41d6b6b93872978bc4e4e2
2021-02-15update the version for the H releaseseshukm22-22/+22
Issue-ID: SO-2765 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I563295123f7f8de7164495a7db3bc58872863098
2021-02-10Merge "initial commit for the SO project ad its sub repos"Seshu Kumar M2-154/+0
2021-02-02Merge "set connection timeout as well as read timeout"Steve Smokowski1-1/+8
2021-02-01set connection timeout as well as read timeoutBenjamin, Max (mb388a)1-1/+8
set connection timeout as well as read timeout correct dependency version in openstack pom limit timeout test to a single retry add connection timeout property for A&AI client Issue-ID: SO-3491 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I576c143822ba45fc79648fd0a1edb6ccd3aff8b2
2021-01-28force not null with default valuesBenjamin, Max (mb388a)3-4/+30
force not null with default values update JUnit test setting default value update NULL fields before altering column sync beans with flyway changes updating test schema.sql files Issue-ID: SO-3494 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I53f000531cfb653a20bfdfae274622553420cdc8
2021-01-27Merge "sonar fix"Byung-Woo Jun3-35/+48
2021-01-25initial commit for the SO project ad its sub reposMD IRSHAD SHEIKH2-154/+0
Issue-ID: SO-3473 Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> Change-Id: Ibcb020f2693a6b6b7bd1a8b94efadc9e9edaa510
2021-01-22Merge "allow deleteL3Network logic to be overridden"Steve Smokowski3-24/+34
2021-01-22Merge "updated post skip instantiation to non primitive"Steve Smokowski1-1/+2
2021-01-18update nsmf workflow of active and deactive nssihetengjiao7-5/+60
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ic144713f9cf55ed8db679bd7c57052fcea2aadf9
2021-01-14allow deleteL3Network logic to be overriddenBenjamin, Max3-24/+34
allow deleteL3Network logic to be overridden created public method for heatbridge client to allow custom implementation Issue-ID: SO-3482 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icc5f3e649629a29dedbcbe2dda7f5a5d70978a59
2021-01-12updated post skip instantiation to non primitiveKalkere Ramesh, Sharan1-1/+2
updated post skip instantiation to non primitive set default Issue-ID: SO-3477 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icbc5bf21592237cf04f2653313fb69a3ff9bf8b6
2021-01-08sonar fixLukasz Muszkieta3-35/+48
- improving logging - avoid null pointer exception - sonar bug related to return statement Issue-ID: SO-3428 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I7f80fbbb1ea1db19d893599691a9b582ed3cf14d
2021-01-07Fix some deallocate issueszm3301-1/+1
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ie61983b9e9567bd21e5cd12cda4d76ec422c5dee
2021-01-07Merge "Fix for globalSubscriberId and requestId"Lukasz Muszkieta1-2/+4
2021-01-06Fix the issue where response is built on rollbackBenjamin, Max (mb388a)1-66/+69
Fix the issue where response is built on rollback Issue-ID: SO-3470 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id3022fc6847fc81149c12d4e1f389b884aa4998f
2021-01-06Changed the task to capture the outputs on pollingBenjamin, Max (mb388a)6-155/+206
Changed the task to capture the outputs on polling Issue-ID: SO-3465 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7ccbd90cd560e1616d2b7d59a4681874ddf8a351
2021-01-06Fix for globalSubscriberId and requestIdtragait1-2/+4
Issue-ID: SO-3401 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: I33a71dffe7c63a50c807aa206d638a6aea5f1210
2021-01-05Merge "Change to not exception on delete when object"Steve Smokowski1-1/+1
2021-01-05Merge "Use the timeout from the heat templates for"Steve Smokowski6-77/+157
2021-01-05Change to not exception on delete when objectBenjamin, Max (mb388a)1-1/+1
Change to not exception on delete when object doesnt exist Added a new deleteIfExist method to the graph client and unit test Issue-ID: SO-3464 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If73721cd83b94bd5a1db1af26aba212b12236fe1
2021-01-05Use the timeout from the heat templates forBoslet, Cory6-77/+157
Use the timeout from the heat templates for polling Removed unused imports and code from base Added to get timeout from the rest client Fixed unit test for polling to account for changes Issue-ID: SO-3397 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If633f4f49d88eb797020b7d72c6edd0fbee0926c
2020-12-30Added new column to the identity service.Benjamin, Max (mb388a)2-1/+4
Added new column to the identity service. Issue-ID: SO-3448 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5151016d1b4874cb77eecddc17169c04f59dc9a5