aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-openstack-adapters/src/main
AgeCommit message (Collapse)AuthorFilesLines
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-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-03-17remove network soap and dead codeBOSLET, CORY28-4291/+32
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, CORY2-36/+38
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-10Merge "remove vnfadaptercreate vnfadaptercreatevfmodule"Max Benjamin10-926/+54
2021-03-08Added volume creation to heatbridgeBOSLET, CORY5-0/+68
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, CORY10-926/+54
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, CORY7-782/+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-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-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)5-153/+203
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, Cory3-64/+26
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, Sharan1-0/+7
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 Smokowski8-40/+1379
2020-11-08do not throw an exception when no relationship existsKalkere Ramesh, Sharan (sk720x)8-40/+1379
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 M1-33/+37
2020-11-06Remove unnecessary vserver--generic-vnf relation from SO-OpenStack-Adapter ↵marcinrzepeckiwroc1-5/+0
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 M3-7/+75
2020-11-03Merge "Added to handle inventory failure errors in bpmn."Max Benjamin6-12/+22
2020-11-03put back logic to create VNFC edgesSmokowski, Steven3-7/+75
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, Steven1-33/+37
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 "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 Smokowski2-12/+0
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-22Fixed the lock times and populated error variableBoslet, Cory4-10/+10
Fixed the lock times and populated error variable only on error so it doesnt over write Issue-ID: SO-3330 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I2d9bd05329a2a4c752cd9fc6f740891adb6d8251
2020-10-22Update to not create VNFC relationshipSmokowski, Steven2-12/+0
Update to not create VNFC relationship remove VNFC edge, AAI will automatically create this Move edge creation to sim, as AAI other ms does it update to search to make edge to vserver Issue-ID: SO-3329 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I70e37f98c8c7b9e9859149f326cfde76fa408f7c
2020-10-22Remove 504 error for retriesSmokowski, Steven1-1/+0
Remove 504 error for retries Issue-ID: SO-3328 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If5be42f53d2746f193e3333e269c998974ac128b
2020-10-21Removed audit codeBoslet, Cory15-1220/+122
Updated to error on inventory therefore no longer need audit Removed the audit UT test from source Removed the audit from the task services. Updated the BB unit test to not have audit anymore Changed robots to fix for create inventory. Delete the vnfc by id after each robot Create pserver in aai that ci is using Continue to fix robot test for heat bridge Continue to fix robots due to heatbridge enabled More changes to simulator to account for heatbridge for replace scenrios Added get resources scenrio for heatbridge Added header and added version to simulator Added correct response file and header for base module id Fixed the remaining failing service instance robots Changed to get tenant id else where when null Fixed the macro robots for heatbridge and getting resources Added scenrios that are still needed for heatbridge Added to connect when already exist and missing relationships Updated unit test to account for change to code. Issue-ID: SO-3316 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8cefebd91261fcb8ff03d582afb48517dd34625a
2020-10-21Merge "Update network to use a sync create"Steve Smokowski1-1/+1
2020-10-20Update network to use a sync createSmokowski, Steven1-1/+1
Update network to use a sync create Issue-ID: SO-3315 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I81ba97be16d1b7150224fc3fd249d2efd15214d8
2020-10-20Update code to filter null or empty imagesSmokowski, Steven1-1/+1
Update code to filter null or empty images Issue-ID: SO-3314 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9b8ad005b96df0006f723bb54bbfe475e5892d2c
2020-10-14Update to use fqdn of server to query aaiSmokowski, Steven1-1/+3
Update to use fqdn of server to query aai Issue-ID: SO-3303 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I624e3c42e8d0254b0bd490af9a7ca6572564875e
2020-10-01Reworked how we find the sriov pf related link.Boslet, Cory2-60/+57
Reworked how we find the sriov pf related link. Removed unneccessary line of code put in for test Issue-ID: SO-3282 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Idfa54f4c9b3332ba325b4cc9fd0fc974c4e76d4f
2020-10-01Merge "Only process ovs when its ovs and not sriov."Steve Smokowski1-6/+8
2020-09-29Only process ovs when its ovs and not sriov.Boslet, Cory1-6/+8
Only process ovs when its ovs and not sriov. Issue-ID: SO-3279 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I79c0becb118fd64ee520c3ba789748de08890984
2020-09-29Changed to use the physical network nameBoslet, Cory2-17/+17
Changed to use the physical network name and refactor/fixes WIP Fixed the failing junit test as a result of change Issue-ID: SO-3278 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I34c0d5978c914260ca6300948a697c0c7ab7fdfa
2020-09-23removed references to AAIObjectTypeBenjamin, Max4-47/+56
removed references to AAIObjectType and AAIObjectPlurals additional corrections for removal of aai object type corrected additional java files updated groovy files to match aai fluent builder style Issue-ID: SO-3259 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifdf12fcacb34cc648548eb18b638afd06dad67a9