aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-openstack-adapters
AgeCommit message (Collapse)AuthorFilesLines
2023-06-12Bump version to 1.13.0-SNAPSHOTLukasz Rajewski1-1/+1
Issue-ID: SO-4084 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I6d63f41967b1e43e54f2431b1c6afccee4354b97
2023-03-28Bump version to 1.12.1-SNAPSHOTLukasz Rajewski1-1/+1
Issue-ID: SO-4084 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Ib302b5a2cb0dd206a0309e9fcae047b508169146
2022-04-10Add nullcheck to HeatbridgeUtils.extractPciIdsFromVserverJozsef Csongvai1-0/+4
It throws a NullPointerException when vserver has no l-interfaces Issue-ID: SO-3924 Change-Id: I5e4116ead0775dd53b92414b9badfa09fe58779e Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2021-06-30Fixing XML parsers security bugwaqas.ikram2-12/+24
Change-Id: I1fbf2b2bd42669d9a3c059c32bb39278bd483d60 Issue-ID: SO-3668 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-06-30Reducing org.reflections package loggingwaqas.ikram1-13/+12
Change-Id: I05c95912a2f7ed5fef7d76728b8a4c0a6cecca10 Issue-ID: SO-3702 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-06-29Fixing XML parsers security bugwaqas.ikram1-4/+3
Change-Id: I8a4f156196af47272a2732b1fbddafb6f0eb1f4d Issue-ID: SO-3668 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-06-29Fixing XML parsers security bugwaqas.ikram1-6/+13
Change-Id: I6c25dd87f393bbeca016a651d68afa11e60f3d94 Issue-ID: SO-3662 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-06-24Updating pom version to 1.9.0-SNAPSHOTwaqas.ikram1-1/+1
Change-Id: Idb3e497148225d4158390b944f74e82ff9f771c8 Issue-ID: SO-3688 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
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, CORY3-37/+39
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-09version upgrades plus cleanupBOSLET, CORY1-4/+0
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-17Merge "update camunda and spring to latest versions"Steve Smokowski1-35/+7
2021-02-16update camunda and spring to latest versionsBenjamin, Max (mb388a)1-35/+7
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 releaseseshukm1-1/+1
Issue-ID: SO-2765 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I563295123f7f8de7164495a7db3bc58872863098
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)1-4/+4
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-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-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-05Merge "Change to not exception on delete when object"Steve Smokowski1-1/+1
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, Cory4-71/+35
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-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-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-11-19add caching to graph inventory clientBenjamin, Max1-0/+20
add caching to graph inventory client updated properties files to read cache properties Issue-ID: SO-3398 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib3e67ae014b6668c9b004aae1e8b5d49b9ce6b06
2020-11-19Merge "added configurable read timeout value for A&AI"Steve Smokowski1-0/+7
2020-11-11added configurable read timeout value for A&AIBenjamin, Max1-0/+7
added configurable read timeout value for A&AI Issue-ID: SO-3370 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1216608a09f6a8649a57aa4b320fbea4982a7efe
2020-11-09Merge "do not throw an exception when no relationship exists"Steve Smokowski12-48/+1399
2020-11-08do not throw an exception when no relationship existsKalkere Ramesh, Sharan (sk720x)12-48/+1399
from vfmodule to vnfc Issue-ID: SO-3369 Change-Id: Ia137384cbaa04fa014f865dd0eba14a7eca9605e Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2020-11-07Merge "us mso workaround to skip shared vip ports"Seshu Kumar M2-33/+76
2020-11-06Remove unnecessary vserver--generic-vnf relation from SO-OpenStack-Adapter ↵marcinrzepeckiwroc2-8/+5
implementation Issue-ID: SO-3363 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I662eba1cafab6778247d491e8f4f45aefe800627
2020-11-04Merge "put back logic to create VNFC edges"Seshu Kumar M4-15/+155
2020-11-03Merge "Added to handle inventory failure errors in bpmn."Max Benjamin6-12/+22
2020-11-03put back logic to create VNFC edgesSmokowski, Steven4-15/+155
put back logic to create VNFC edges Consolidated similiar sim scenrios into 1 and updated robots properties Support macro scerios for vnfc to vfmodule relationship. Issue-ID: SO-3361 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Idcb9bb179b4dc3c16bc97939c8260462dd27ca4e
2020-11-03us mso workaround to skip shared vip portsSmokowski, Steven2-33/+76
Update to filter out cases where ports have no server Issue-ID: SO-3359 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7400abde420db754716906d7f3a6954734435495
2020-11-03Merge "verify port profile exists for multicast flag"Steve Smokowski1-0/+40
2020-11-03Merge "Remove 504 error for retries"Steve Smokowski1-1/+0
2020-11-03Merge "Use correct DSL query on property name"Steve Smokowski1-3/+1
2020-11-03Added to handle inventory failure errors in bpmn.Boslet, Cory6-12/+22
Added to handle inventory failure errors in bpmn. Issue-ID: SO-3358 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia578a4e629ac816c79338fbfff7717ad348e9bc4
2020-11-02Merge "Revert "Fixed the lock times and populated error variable""Byung-Woo Jun4-10/+10
2020-11-02Revert "Fixed the lock times and populated error variable"Seshu Kumar M4-10/+10
This reverts commit 342703276a0b5e1a031890010dfae5b5a8ab0d66. Reason for revert: so basic health check failed. Issue-ID: SO-3353 Change-Id: I28fb81c21703b8ec98906dd3bcbf74351c3e0164 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2020-11-02Merge "Update to not create VNFC relationship"Steve Smokowski3-15/+3
2020-10-23Use correct DSL query on property nameSmokowski, Steven1-3/+1
Use correct DSL query on property name Use correct DSL query on property name Issue-ID: SO-3340 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Iee72cc6cab1ac7f4d663601384560ac493078256
2020-10-22verify port profile exists for multicast flagMnushkin, Dmitry1-0/+40
verify port profile exists for multicast flag Issue-ID: SO-3335 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ic975b16dd9728dd731118c0e48697e550ed0eb5d