aboutsummaryrefslogtreecommitdiffstats
path: root/adapters
AgeCommit message (Collapse)AuthorFilesLines
2020-03-19mso to add support for creating the cloud regionSmokowski, Steven6-26/+110
mso to add support for creating the cloud region Updated tag name to msoRequest on deletes. Issue-ID: SO-2753 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I80e318ce34f5938a42896398eb1a38b5c5f6e831
2020-03-19Add HTTPS support between SOL003 Adapter and ETSIwaqas.ikram9-48/+211
Catalog Manager Change-Id: I66c9cae7b583fa929c5ebe98731dd10616c07047 Issue-ID: SO-2752 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-03-19Merge "add m2e helpers for swagger"Steve Smokowski2-0/+62
2020-03-19Query serviceResources add serviceInfozm3301-26/+7
Issue-ID: SO-2748 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I8db48228edeeb473cb031ac854158e6a72cd1ae8
2020-03-17add m2e helpers for swaggerBenjamin, Max2-0/+62
add m2e helpers for swagger Issue-ID: SO-2746 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie98a6b3ed092edcaf45400a5ca7b76e8aba6d3b3
2020-03-16Merge "Fix Critical & Major issues in adapters"Steve Smokowski1-45/+63
2020-03-16Merge "split single and plural graph inventory uris"Steve Smokowski2-18/+15
2020-03-16Merge "Update APPC LCM version to incorporate response"Steve Smokowski1-1/+1
2020-03-16Merge "update poms to be compatible with eclipse IDE"Steve Smokowski2-0/+41
2020-03-16split single and plural graph inventory urisBenjamin, Max2-18/+15
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-16update poms to be compatible with eclipse IDEBenjamin, Max2-0/+41
add groovy sources to eclipse projects automatically replace groovy maven plugins with more modern one remove unused dependency causing compilation issues Issue-ID: SO-2735 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ibeddddcc289c25e6208b69ac4f0cc220386e9344
2020-03-14catch and log exceptionBoslet, Cory1-1/+6
catch and log exception in MSOHeatUtils Issue-ID: SO-2733 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ibcb7c58c280f0deb2e5144a0082f4be64aa241af
2020-03-13Fix Critical & Major issues in adaptersParshad Patel1-45/+63
The Cyclomatic Complexity of this method "createStackParam" is 16 which is greater than 10 authorized Either log or rethrow this exception Issue-ID: SO-1841 Change-Id: Ie5539a853a112ed751bbf891699f181479537e47 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2020-03-12Update ETSI Catalog Swagger file. Change filters to filter for ↵rope2523-6/+6
PkgmSubscriptionRequest object Change-Id: Ie8c6a2939936c49dcbe7e989b273e37cde4e23d1 Issue-ID: SO-2722 Signed-off-by: rope252 <gareth.roper@est.tech>
2020-03-12Changes for MDONS usecaseSrinivasan Ramanathan3-0/+85
Template handling and SDNC request sending for Optical services. Change-Id: I52838076ea119237758dfdc804f2ee1f55f3c33c Issue-ID: SO-2460 Signed-off-by: Srinivasan Ramanathan <srinivasan.ramanathan2@us.fujitsu.com>
2020-03-10Updating operationalState and usageState to listwaqas.ikram6-87/+147
Change-Id: I59c22c3a9484a12ebd7831ceb693d90a6d1f4e7e Issue-ID: SO-2714 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-03-10Merge "false positive on network creates"Steve Smokowski13-29/+156
2020-03-10Merge "create custom spring aop annotation for logging"Steve Smokowski42-58/+50
2020-03-10Update test for deleting communication servicezm3301-1/+1
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ib762da956041cab73082cdd355d59c3cf6dd29ee
2020-03-08false positive on network createsBoslet, Cory13-29/+156
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-06changes for the compilationseshukm1-0/+1
Direct fix Issue-ID: SO-2716 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I95257ae8564b4b043ff98612ac9fd234439c5773
2020-03-06Merge "Add ability to build https endpoint to multicloud"Seshu Kumar M3-1/+9
2020-03-05create custom spring aop annotation for loggingPlummer, Brittany42-58/+50
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-03fix for SO-2696waqas.ikram3-6/+130
Change-Id: I00199f5d03fe6bdc517578506d4f21cca4d62c56 Issue-ID: SO-2696 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-03-03Merge "Basic ETSI -> DMaaP translation added"Seshu Kumar M4-1/+187
2020-03-02Add Query ServiceProxyCustomizationzm3303-3/+136
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I12fc81ea5f0fc3975b5913b56b48ecb4cb3ebff5
2020-03-01Add ability to build https endpoint to multicloudEric Multanen3-1/+9
Add parameter to allow https endpoint to be used for endpoint to multicloud (via msb). Change-Id: Ia3a296cab8e8676e7b39c0f56c03e18e18a0a777 Issue-ID: SO-1450 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2020-02-28UT for adapterjananib1-0/+392
Adding UT Change-Id: I54d06c8cddd8fc5eae1ac49684e5f7c3c57e39a2 Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-28Basic ETSI -> DMaaP translation addedPiotr Borelowski4-1/+187
Ve-Vnfm (SOL002) Adapter project Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: Ia838887fad65099d37c37fc6b71f0f2f092e4a10
2020-02-28Adding resources for adapterjananib6-0/+62
Resource in NSSMF adapter Change-Id: Iead3bab39d9699354ef8f370f6d658c144ad3f2c Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-28Merge "Modification of VFC adapter code to make it SOL005 compliant"Seshu Kumar M100-30/+8502
2020-02-28Merge "Add Catalog DB query methods"Chuanyu Chen2-0/+200
2020-02-28Merge "Adding it to the parent pom"Seshu Kumar M1-0/+1
2020-02-28Merge "NSSMF REST APIs"Seshu Kumar M1-0/+205
2020-02-28Merge "NSSMF Manager"Seshu Kumar M1-0/+541
2020-02-28Merge "NSSMF Rest Utils"Seshu Kumar M3-0/+431
2020-02-28Merge "NSSMF Manager models"Seshu Kumar M3-0/+177
2020-02-28Merge "NSSMF adapter utils"Seshu Kumar M2-0/+160
2020-02-28Add Catalog DB query methodszm3302-0/+200
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I99f3241d4726d3d334b1eeccf30022c939b71b6f
2020-02-28add service beanszm3301-0/+30
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ic6b015dad81f53fa86bd17eaf205dbc46d9d3761
2020-02-27Merge "enhance openstack library"Steve Smokowski1-0/+63
2020-02-27The Ve-Vnfm Adapter can now subscribe to multiple VNFMsPiotr Borelowski8-52/+199
Ve-Vnfm (SOL002) Adapter project Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I0418fe1fd62b9fd40d47ab90c6b31c8a5a28b793
2020-02-27Adding it to the parent pomjananib1-0/+1
POM addition Change-Id: Ib73fe37d8959ce745a7487993fde7165d91d492e Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-27NSSMF REST APIsjananib1-0/+205
Exposed API for adapter Change-Id: Id831465fa6523dcc57e8b165286b6063c1ffccbf Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-27NSSMF Managerjananib1-0/+541
Adding manager to NSSMF Adapter Change-Id: I7f18607e6cc1b640a616a42b8f5add049958ac5d Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-27Modification of VFC adapter code to make it SOL005 compliantSambasiva K100-30/+8502
Change-Id: Ife06298197bed8c1e3766083c7bec39132610f84 Issue-ID: SO-1579 Signed-Off-by: Sambasiva K<sambasiva.kokkirala@verizon.com>
2020-02-27NSSMF Rest Utilsjananib3-0/+431
Adding utils to NSSMF Adapter Change-Id: Id47d06844f3bf5f97c5f91c76f7e79ea7204a520 Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-27NSSMF Manager modelsjananib3-0/+177
Adding models to NSSMF Manager Change-Id: Ie3bb8554c0de12a1fc8703a1dd67a20d4e8ae33c Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-27NSSMF adapter utilsjananib2-0/+160
Adding utils to NSSMF adapter Change-Id: If02c9503189dbbb5cfdd74b6422d4ff4ffba739c Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>