summaryrefslogtreecommitdiffstats
path: root/adapters
AgeCommit message (Collapse)AuthorFilesLines
2020-05-20Use VnfInPlaceUpdate for inPlaceSoftwareUpdate requestsElena Kuleshov1-0/+3
Point to the legacy VnfInPlaceUpdate flow for inPlaceSoftwareUpdate until so-appc-orchestrator is available in ONAP Issue-ID: SO-2947 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: Icb78416c36daccf9a48d5e32cf763a0d35bb03b1
2020-05-19add null check for server HostName/Name/FlavorMnushkin, Dmitry2-12/+86
add null check for server HostName/Name/Flavor maven format file after build failure include relationship empty string verification add unit test to verify null/empty string update empty string validation code Issue-ID: SO-2912 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If308469cd4ec0008a6d1a480641da890d67b4259 Signed-off-by: Mnushkin, Dmitry (dm4252) <dm4252@att.com>
2020-05-14Added primary annotation to asyncExecutor so that executor is usedBrittany Plummer (bp896r)3-3/+4
Issue-ID: SO-2913 Change-Id: I7418f1279ff105cd2a47593dea0d26c0fed69cc9 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2020-05-07interface getServiceOperationStatus in request-db-adapter not existhetengjiao2-0/+28
Issue-ID: SO-2905 Change-Id: I1a40c14cc53e6a2aa37483ef3cec4cd7fa76b8fa Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-05-01Merge "Fix transition states for the BB workflow." into frankfurtSteve Smokowski2-3/+11
2020-05-01Fix Parsing Of Etsi Catalog NotificationsAndrewLamb5-65/+97
Change-Id: I230199ae259e5321bed91aea75f3dd6baf780970 Issue-ID: SO-2825 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-04-30Fix for SO-2855waqas.ikram5-22/+47
Change-Id: I0802411357bb4106972f8e7931c2a109dc084e46 Issue-ID: SO-2855 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-29Fix transition states for the BB workflow.Sebastien Premont-Tendland2-3/+11
Deleted the versioned flyway file in favor of the repeatable one for MacroData. I know deleting a versioned file could mess up upgrade but given no release has been done with those new versioned files it should be ok and cleaner. This is a list of transition states that were added internally at Bell when working with the BB workflow and post instantiation. Those are to support Rollback and Delete even if the VNF is in the status ConfigAssigned, Configure or Configured. The missing transition states was causing the Rollback or Delete to fail. Issue-ID: SO-2798 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca> Change-Id: I21c11298a456a472cedc7a8733c6dbc3a071f3a6 (cherry picked from commit b1e92221cbed0131b0788e993ee224a42283a8a2)
2020-04-24Merge "Adding Generic VNF information in ControllerExeuctionBB flow" into ↵Lukasz Muszkieta1-2/+5
frankfurt
2020-04-24Adding Generic VNF information in ControllerExeuctionBB flowSunil1-2/+5
Solving BlueprintName and BlueprintVersion issue Changing vf-module to vfmodule Updating AAI with Orchestration status Issue-ID: SO-2806 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: Ibaad1a61d3c966041cfe86134803ad78cc31b58b
2020-04-22Merge "Add additional null checks when building pserver objects from ↵Steve Smokowski2-2/+13
openstack server object. This error is not reproduceable with mitaka and queens release of openstack" into frankfurt
2020-04-22Merge "Missing VNF Recipe for Optical service" into frankfurtSeshu Kumar M1-0/+6
2020-04-16Add additional null checks when building pserver objects fromMunir Ahmad2-2/+13
openstack server object. This error is not reproduceable with mitaka and queens release of openstack Issue-ID: SO-2802 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Change-Id: I8c7a31d98ba4ef05faaf07ded0da13120fddf2c7 (cherry picked from commit 07ce5295b9bdb628cfb67f41026a30470942ce61)
2020-04-16Small improvements to Notification and Subscription filtersPiotr Borelowski15-76/+233
Ve-Vnfm (SOL002) Adapter project - change after code review Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: Id5330d995194ba9d995266c6b9dfe11cdb39f4dd
2020-04-16Notification and Subscription filtersPiotr Borelowski9-7/+299
Ve-Vnfm (SOL002) Adapter project - checking if VNF Id is registered in AAI - checking if list from ESR is not null - sending the filter in subscription Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: Iad2c5d9bc2921221fcf0304db73baee6bbaa0c77
2020-04-16Merge "Check for null when building pserver objects from op server obj" into ↵Steve Smokowski1-3/+9
frankfurt
2020-04-15Fixing SO buildwaqas.ikram1-1/+0
Change-Id: I99c0aee303c89fb5e25b51f616523e367a59785e Issue-ID: SO-2809 Signed-off-by: waqas.ikram <waqas.ikram@est.tech> (cherry picked from commit 312ee1ae732b0c904a25273b88322634d31ae0e6)
2020-04-14Check for null when building pserver objects from op server objMunir Ahmad1-3/+9
Issue-ID: SO-2802 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Change-Id: Idc7d2a4a831ece6347f5d6bc837a476bfa0b2d27 (cherry picked from commit a8e7c090c351fd5531e09724fcab8a419773cec7)
2020-04-09Add workflowName and operationName to v8 ofKuleshov, Elena2-0/+9
Add workflowName and operationName to v8 of orchestrationRequests response. Fix typo in the schema for infra_active_requests. Change version matching for the new interface fields. Issue-ID: SO-2799 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icc7f3c6271023a578df2c1d969c807a578cc9577 (cherry picked from commit 654db79e01a20632cf1d7c3c6a786160aaa82eed)
2020-04-08Orchestration migration table missing 'CONFIGURED'r.bogacki1-0/+2
Add missing Flyway migration to reduce manual steps for instantiation use cases. Issue-ID: SO-2784 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: Ieafafdb9abac3a0b0a4b14d60af5eac1710074c7
2020-04-07Update Query catalog db testzm3302-0/+109
Issue-ID: SO-2758 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I0bace7c854a064d0c584341a5ffd844d5a22be55
2020-04-07Health url additionjananib9-4/+30
Bug fix Change-Id: Ibd4d5085b62ba22f40a109c9bb92030652c08624 Issue-ID: SO-2775 Signed-off-by: jananib <janani.b@huawei.com>
2020-04-01Merge "Credential addition in NSSMF adapter" into frankfurtSeshu Kumar M1-6/+11
2020-04-01Credential addition in NSSMF adapterjananib1-6/+11
Bug fix Change-Id: Iae0eb5748190449ddcc441d77a3a9529783a4b00 Issue-ID: SO-2775 Signed-off-by: jananib <janani.b@huawei.com> (cherry picked from commit 592366c73cdd32c387768678cfadc9297808844a)
2020-04-01Missing VNF Recipe for Optical serviceSrinivasan Ramanathan1-0/+6
Added missing Recipes for orchestration of OTN services in Optical domain Change-Id: Ie54fdd232ecb493511b4fcd295d8db46b1c166cb Issue-ID: SO-2773 Signed-off-by: Srinivasan Ramanathan <srinivasan.ramanathan2@us.fujitsu.com>
2020-03-30Fix for SO-2678waqas.ikram11-179/+334
Change-Id: I2eea767e451e8570e6cc40d2ade3b8c6661f0a8b Issue-ID: SO-2678 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-03-25Merge "split modification to flyscript into separate file"Steve Smokowski2-4/+27
2020-03-25Merge "Ingest and Process Service Function"Steve Smokowski2-0/+5
2020-03-25Merge "Update Subprocess to use COMPLETE status"Steve Smokowski1-0/+4
2020-03-25Merge "mso to add support for creating the cloud region"Steve Smokowski6-26/+110
2020-03-24split modification to flyscript into separate fileBenjamin, Max2-4/+27
split modification to flyscript into separate file Issue-ID: SO-2764 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id6506ee9fd0411d3ff89e7b4fe2af0af0dd39524
2020-03-24Ingest and Process Service FunctionSmokowski, Steven2-0/+5
Intial commit of writing service function to AAI Update schema.sql table to pass all unit tests Update local sql to setup CI server for test Update schema to work and fix passwords Issue-ID: SO-2763 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8c517a485841574cde849e1c4e86c3bb7b7dcf89
2020-03-24Update Subprocess to use COMPLETE statusSmokowski, Steven1-0/+4
Update Subprocess to use COMPLETE status Update Subprocess to use COMPLETE status Fix column name to be request_status Issue-ID: SO-2762 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8307524b3c226a25795247a47c95753b150076fe
2020-03-24Update Asdc DB tablezm3304-18/+12
Issue-ID: SO-2758 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ic916e55effe0e3688b8d014fb70ea0e2ad23c16a
2020-03-23Merge "Add HTTPS support between SOL003 Adapter and ETSI"Seshu Kumar M9-48/+211
2020-03-23Merge "Fix sonar issues"Lukasz Muszkieta3-97/+107
2020-03-23Fix sonar issuesParshad Patel3-97/+107
The Cyclomatic Complexity of this method is greater than 10 authorized Remove unused fields Issue-ID: SO-1841 Change-Id: I792e02a3843623b1a93d5a272946ad79a07373f8 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
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