summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-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-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
2019-11-29Add ETSI Catalog Manager API Swagger filerope2522-0/+3122
Change-Id: I7f53135c628ee5f6e4b5bffe3d9cad2a3264c7ae Issue-ID: SO-2542 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-11-26restoring the pnf dmaap client functionality to the proper working versionLukasz Muszkieta7-149/+27
Issue-ID: SO-2339 Change-Id: I2a12517fd7b37d3260058be6c5c27865e207b861 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-11-22Merge "vnf and vf module replace requests to make"Steve Smokowski21-161/+506
2019-11-22Merge "improve error log scores"Steve Smokowski41-167/+172
2019-11-22improve error log scoresPlummer, Brittany41-167/+172
Updated error code name to fix spelling Defaulted errorcode and errordesc to unknown when not provided Remove unused imports from nc orchestrator application Added defaulting of serviceName to error log Issue-ID: SO-2538 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5ae960f728739e2528173b66484562742429416c
2019-11-21Updated and added to get request processing dataBoslet, Cory11-18/+156
Updated and added to get request processing data by internal data flag Committing file that I forgot to commit. Added junit test and change method to not use bowman client. Added and updated orch request unit test ran formatter so verify job will pass and not cry Added an intergration test for new jpa method. Format unit test class for the verify job build Update param key in jpa and also changed return type. Updated method name in request client to avoid confusion Issue-ID: SO-2534 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I420f1a887835dd0d9d0ad991e5b17dddb1db5376
2019-11-20vnf and vf module replace requests to makePlummer, Brittany21-161/+506
Added cloudConfiguration when not sent in replace request Added robot test for vfModule request with no cloud config Started adding unit tests for ServiceInstances Added unit tests for BpmnRequestBuilder changes Added ServiceInstances tests to test replace without CloudConfig Removed unused wiremock stubbings from test Added check for replaceInstanceRetainAssignments action Added action to common package to fix failing robot tests Removed new test, updated existing vfModule replace Added jackson annotations to RequestError object Fixed failing unit tests apih common Issue-ID: SO-2523 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9470a0a9c7e356ef98ceb7269e066e79e0afb074
2019-11-19Merge "updated uri regular expression to support resume"Steve Smokowski2-5/+28
2019-11-19add junit coverageLukasz Muszkieta1-43/+75
Change-Id: I060660abd9b07e6262d08efde3eafcbf29fa762b Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-11-15updated uri regular expression to support resumeSmokowski, Steven2-5/+28
updated uri regular expression to support resume Issue-ID: SO-2522 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0a44a374d46c7b3892acabe31c0621d37103b37a
2019-11-14Merge "removed unsused ports"Steve Smokowski1-3/+0
2019-11-14Merge "removed global configuration of jar plugin"Steve Smokowski8-10/+43
2019-11-14Merge "remove delcarartion"Lukasz Muszkieta1-1/+1
2019-11-13Merge "fix wrong handling of checking null values"Steve Smokowski1-15/+19
2019-11-13Merge "SOL003 Package Management Swagger file update"Steve Smokowski7-2/+7701
2019-11-11SOL003 Package Management Swagger file updaterope2527-2/+7701
Change-Id: I2cb1601a6ca446c59bbd514fdbd54e19fe299e9c Issue-ID: SO-2501 Signed-off-by: rope252 <gareth.roper@est.tech>