aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-12-20Merge "Added AAF Integration related changes"Seshu Kumar M55-127/+1888
2019-12-19fix Jenkins so-master-merge-javaLukasz Muszkieta1-1/+1
logging-filter-base version in version 1.6.3 causes compilation error, back to the previous Issue-ID: SO-2581 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I48f3cb89cf8be6720826ee6a4b12022900c05432
2019-12-18Merge "add junit coverage"Steve Smokowski1-9/+83
2019-12-18Merge "SOL003 Adapter Package Management - Query VNF Package"Steve Smokowski9-40/+633
2019-12-18Merge "Implementing scope and action values from SO-DB to SO-Backend"Steve Smokowski7-4/+66
2019-12-18Merge "update so to use 1.6.3 snapshot from the logging"Steve Smokowski12-288/+226
2019-12-18Merge "Fix requestId returned in Get"Steve Smokowski2-5/+13
2019-12-18Support for volume groups on replace VF Module.Kuleshov, Elena11-8/+724
Support for volume groups on replace VF Module. [MSO-8375 R2002} Add full JUnit coverage for replaceVFModule scenarios, add replace changes to general macro data. Fix a JUnit to pass correct parameters to a method. Add back setting volume group id for new volume group on replace action. Issue-ID: SO-2577 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I73289da21e0c7de7451b63e99e184692e800aaf0
2019-12-18SOL003 Adapter Package Management - Query VNF PackageAndrewLamb9-40/+633
Change-Id: I09ed3cb8c90ceba5b1b6ab659b1899997b0d8ab7 Issue-ID: SO-2413 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2019-12-18Merge "add pnf_resource_to_workflow to catalogdb bind the pnf model uuid to ↵Chuanyu Chen4-0/+129
pnf workflow"
2019-12-17add junit coverageLukasz Muszkieta1-9/+83
Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I2ca18a7154ff07801defa17d2f4a19ea9dba7962
2019-12-17Merge "SOL003 Adapter Package Management - Fetch VNF Package Content"Byung-Woo Jun15-74/+743
2019-12-17Implementing scope and action values from SO-DB to SO-BackendManamohan7-4/+66
Issue-ID: SO-2513 Change-Id: I002a35a2a8ff4730d45c23d54f0acd4496b8b585 Signed-off-by: Manamohan <MS00534989@Techmahindra.com>
2019-12-16Fix requestId returned in GetPlummer, Brittany2-5/+13
Set requestId to be returned to requestId sent on incoming request Issue-ID: SO-2573 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7ac20400f2b5f4dc9abff81b263acef5ad52a2fa
2019-12-16update so to use 1.6.3 snapshot from the loggingPlummer, Brittany12-288/+226
Updated snapshot to 1.6.3 and began fixing failing tests Update SOAPLoggingInInterceptor to use new InvocationID value Changed client and server keys to InvocationID BPRestCallback to use ServerInvocationId Removed logging MDC checking from unit tests Began switching bprestcallback to use resttemplate Removed changes to logback replacing invocationIds Updated logic where requestEntity is created on null message Added unit tests for BPRestCallback Set InvocationID in MDC in SOAPLoggingInInterceptor Send in URI to prevent encoding of URI causing % to change to %25 Updated restTemplate to fix issue with interceptors Issue-ID: SO-2571 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7e0d80eae9036c993414ae96ebd571c89cb9dfa9
2019-12-13Refactor WorkflowAction.valiadteResourceIdInAAI -Gamboa, Gilbert4-189/+751
Refactor WorkflowAction.valiadteResourceIdInAAI - break up the method into smaller pieces to handle different resouce type separately. Include aai object id info in MultipleObjectsException. Do not throw DuplicateNameException when MultipleObjectsFoundException is caught. Handle BAU and let MOFException be thrown as illegal state exception. Issue-ID: SO-2564 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib78fbbe9fbea3e4815a7b19071ea2ce30dce6c25
2019-12-13Merge "add application id support to so"Steve Smokowski10-30/+72
2019-12-13Merge "Added a call to buildAndThrowException when vf"Steve Smokowski2-5/+74
2019-12-13Merge "Need to globally check object name duplicates in"Steve Smokowski4-2/+112
2019-12-13Merge "Include service-instance-id and"Steve Smokowski4-43/+169
2019-12-13Merge "Updated simulator test files"Steve Smokowski3-5/+5
2019-12-13Merge "Add simple query format, to limit response content"Steve Smokowski3-19/+68
2019-12-13Added a call to buildAndThrowException when vfBhatt, Prema2-5/+74
Added a call to buildAndThrowException when vf module not in AAI. Updated the main error message and added Unit test. Replaced call to buildAndThrowException with AAIEntityNotFoundException when vf module not in AAI. Updated Unit test. Updated Unit test name. Deleted unused code. Issue-ID: SO-2560 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7bc22465147d6fa6dc2caeb77fc3e51a86a4ee31
2019-12-13Merge "Sonar fix logger"Lukasz Muszkieta2-18/+18
2019-12-13add pnf_resource_to_workflow to catalogdbUbuntu4-0/+129
bind the pnf model uuid to pnf workflow Issue-ID: SO-2558 Signed-off-by: Yaoguang Wang <sunshine.wang@huawei.com> Change-Id: I779ba8bef8ca3bb67ab6e9245eafec8b84571c85
2019-12-13Sonar fix loggerArindam Mondal2-18/+18
Issue-ID: SO-2381 Change-Id: I11fb05f86bb4ff4c507a3a627753464cd0a2da17 Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2019-12-12Add simple query format, to limit response contentSmokowski, Steven3-19/+68
Add simple query format, to limit response content Add simple query format, to limit response content Add simple query format, to limit response content Issue-ID: SO-2570 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7570828d7c47e0635239dba50d0f7f76bd17f4a8
2019-12-11Updated simulator test filesGamboa, Gilbert3-5/+5
Updated simulator test files with different values Issue-ID: SO-2566 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4fda3a551e5d3afd520000a57bef5f732201be99
2019-12-11add application id support to soBonkur, Venkat10-30/+72
add application id support to so api Issue-ID: SO-2561 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifc8c4dd5e178b68347a7df01ab1942a59baca9b0
2019-12-11Include service-instance-id andGamboa, Gilbert4-43/+169
Include service-instance-id and service-model-version-id in the exception message if service-instance or service model is not found. Issue-ID: SO-2565 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia088d241374af4422cb76d16e86ddd7ecc45593a
2019-12-11Need to globally check object name duplicates inGamboa, Gilbert4-2/+112
Need to globally check object name duplicates in AAI for vf-module, volumegroup and configuration. Issue-ID: SO-2563 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I88a89a4a3ba02d5d9d586593d259580bf4546c96
2019-12-11Merge "Add so-simulator project"Java-11-upgrade1212masterMax Benjamin111-63/+4357
2019-12-11Add so-simulator projectMnushkin, Dmitry111-63/+4357
contribute simulator to onap project Issue-ID: SO-2463 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0a3a71fdeb47cbbd686830045a8bc40769102a29
2019-12-11SOL003 Adapter Package Management - Fetch VNF Package Contentrope25215-74/+743
Change-Id: I86f1541098c7694b1624f9cdaf4e4c5cb91df3dd Issue-ID: SO-2415 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-12-11Merge "SO CDS Metadata ingestion"Steve Smokowski14-37/+325
2019-12-10Merge "update bb input setup to use request info for"Steve Smokowski2-21/+120
2019-12-10Merge "Update Shedlock to proper version for"Steve Smokowski2-10/+4
2019-12-10Merge "serviceinstanceid being overwritten by vnfid in"Steve Smokowski2-4/+15
2019-12-10Merge "refactor fallouthandler"Steve Smokowski9-1829/+482
2019-12-09refactor fallouthandlerBoslet, Cory9-1829/+482
Created a new update method to allow accessibility from groovy Ignore test that do not function in groovy. Fixed typo and bug in request db client class Fixed failing junits for falloouthandler Add the request factory to the rest template so that patch works updated check payload keyword to check response Issue-ID: SO-2555 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Iebfea31b659a02069bd6c59c09f025fdc6a99843
2019-12-05update bb input setup to use request info forKalkere Ramesh, Sharan2-21/+120
update bb input setup to use request info for replace fixed unit tests that were failing from code change Update robot and format test file to pass formatting Updated formatting so that verify job will pass removed the change made to robot test for replace update test that is failing in verify for replace Issue-ID: SO-2554 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ic6bb24282b024159dff024d5ff9d848854ca3081
2019-12-05serviceinstanceid being overwritten by vnfid inPlummer, Brittany2-4/+15
Added check for vnfReplace before setting serviceInstanceId Added test to make sure serviceInstanceId is not overwritten Removed unused action import from WorkflowAction Formatted WorkflowActionTest to fix build failure Issue-ID: SO-2553 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I04cc668d4afbecd67b169f4e9d357ffc68cab02a
2019-12-04use config value to set enable heatbridge flagMnushkin, Dmitry14-4/+142
use config value to set enable heatbridge flag Issue-ID: SO-2552 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0d92b15cc2f31ce01c60c901f0f3af1c4105e06c
2019-12-04SO CDS Metadata ingestioneeginux14-37/+325
Add support for controller_actor ingestion Add support for blueprint in service Add support for skip conf flag in vf module Ingest new properties into SO database Sample csar files are cleaned without comment and description Issue-ID: SO-2313 Change-Id: I657f997faf33a366f3c234c3e41b164275beedac Signed-off-by: eeginux<henry.xie@est.tech>
2019-12-03Merge "Add ETSI Catalog Manager API Swagger file"Byung-Woo Jun2-0/+3122
2019-12-03Update Shedlock to proper version forSmokowski, Steven2-10/+4
Update Shedlock to proper version for compatibility Update Shedlock to proper version for compatibility Update Shedlock to proper version for compatibility Update Shedlock to proper version for compatibility Update Shedlock to proper version for compatibility Issue-ID: SO-2550 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5378d1e964b5eaa88b9ac33ef3759d6120c76150
2019-12-02Heatbridge bugfix make use of regionId instead of cloudSiteIdMunir Ahmad6-19/+19
Issue-ID: SO-2497 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Change-Id: Ic3b3fc98c6978807e198a4530974d940a7da5ff8
2019-12-02Merge changes I16ee57af,Ie1b7ebddMax Benjamin13-19/+135
* changes: Add heatbridge authenticate method SO and heatbridge integration for delete flow
2019-12-02Add heatbridge authenticate methodMunir Ahmad1-4/+2
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Change-Id: I16ee57af3c67d1443f07ea44536a13b6cac786dc Issue-ID: SO-2549
2019-12-02SO and heatbridge integration for delete flowMunir Ahmad13-15/+133
Issue-ID: SO-2272 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Change-Id: Ie1b7ebdd1758478655779d940eabe0836834fcc4