aboutsummaryrefslogtreecommitdiffstats
path: root/adapters
AgeCommit message (Collapse)AuthorFilesLines
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
2020-12-25Merge "Fix some deallocate nssi issues"Chuanyu Chen2-2/+3
2020-12-24Fix some deallocate nssi issueszm3302-2/+3
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I7abcc74b52e71e780cda12a2a55d02b4dda2133a
2020-12-21Merge "software-version fix"Seshu Kumar M1-0/+6
2020-12-18skip delete heatbridge when multicloud orchestratorKalkere Ramesh, Sharan2-1/+9
Issue-ID: SO-3431 Change-Id: I212a38ae39128f538441e71935336db82ebdf351 Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-12-16blocker sonar fixLukasz Muszkieta1-28/+16
- autowired fields are redundant, they cover the fields from superclass - logger should be final Issue-ID: SO-3428 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Idb29369118befb0eda9719e88d53c3885814dfc0 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2020-12-11Address openstack adapter requestdb update exceptionRamesh Parthasarathy4-15/+34
When openstack adapter updates requestdb it fails with an exception. It is being addressed here. Issue-ID: SO-3400 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: I803b8a80459f04cc2c1375e12d927e404cb241cb
2020-12-09Merge "Fix serviceType,serviceRole,serviceName saving in AAI also Adapter ↵Chuanyu Chen2-2/+2
issues"
2020-12-08added relationship from vserver to vnfKalkere Ramesh, Sharan2-3/+10
Issue-ID: SO-3414 Change-Id: I51caf2dfc182c3c03767ae35e0ada20af9cab47b Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-12-08software-version fixtragait1-0/+6
In this commit software_versions added to the pnf customization table. A test case is also written to verify if the software_versions of type string is added to the pnfcustomization. Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: Id07fe79e67ac96e71e6fe3775cce801edd81a42a Signed-off-by: tragait <rahul.tyagi@est.tech> Issue-ID: SO-3119 Signed-off-by: tragait <rahul.tyagi@est.tech>
2020-12-08Fix serviceType,serviceRole,serviceName saving in AAI also Adapter issueszm3302-2/+2
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I07eeb4e512a1a2cc67ac5bff7ee3227d90117fe7
2020-12-04cnf-adapter further changes and UTsekharhuawei2-53/+33
Issue-ID: SO-3412 Signed-off-by: sekharhuawei <reddi.shekhar@huawei.com> Change-Id: Ief97e983ad7be39a64215140512bb747677847ba