aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2019-11-08removed global configuration of jar pluginBenjamin, Max8-10/+43
removed global configuration of jar plugin to prevent extra artifacts Issue-ID: SO-2518 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5b25150089f39792452cf67cac1c916ef2069bed
2019-11-08Merge "Create PServer/PInterface Objects in AAI based on openstack's stack ↵Max Benjamin5-0/+85
resources"
2019-11-08fix wrong handling of checking null valuesLukasz Muszkieta1-15/+19
Checking null values is handled by catching null pointer exception, this is not acceptable. Change-Id: I0c43bc8853b67579a50bc9e69c599b93b978f741 Issue-ID: SO-2187 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-11-07Create PServer/PInterface Objects in AAI based on openstack's stack resourcesMunir Ahmad5-0/+85
Issue-ID: SO-2271 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Change-Id: I9ff6a9d820a8f759358cbaa4abf6475c6af4c130
2019-11-07Merge "remove unused columns infra active requests"Steve Smokowski47-460/+158
2019-11-07Merge "Call WorkflowActionTasks.sendErrorSyncAck()"Steve Smokowski3-3/+66
2019-11-07Merge "Updated logging library version to 1.6.2-SNAPSHOT"Steve Smokowski1-3/+3
2019-11-07Merge "- Updated to include getEntity extract"Steve Smokowski3-93/+100
2019-11-07Merge "Heatbridge: Unable to proceed with any of the function related to ↵Max Benjamin1-2/+2
Orchestration Service"
2019-11-07remove unused columns infra active requestsChan, Mercy47-460/+158
Removed unused columns in db across codebase Issue-ID: SO-2516 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ieedb61ed371bc3626ef94df0bf88b7a9cf139c82
2019-11-07removed unsused portsmanisha071-3/+0
Issue-ID: SO-2512 Change-Id: I45c26e8ef38accb1e09237fa1f7e3805f11bf47e Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-07remove delcarartionmanisha071-1/+1
Issue-ID: SO-2512 Change-Id: I0100e8d17b5c88332033057459d07dccd3b3f9c8 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-06remove the declaration from the methodmanisha071-1/+1
Issue-ID: SO-2512 Change-Id: Ic03d750d31455fdf0aa955eeb767278e5974e431 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-06Remove the declaration of thrown exception ↵manisha071-1/+1
'org.onap.so.apihandlerinfra.exceptions.ContactCamundaException', as it cannot be thrown from method's body Issue-ID: SO-2512 Change-Id: I08bbf8c00cac011228782618afd293faad58e14c Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-05- Updated to include getEntity extractMerkel, Jeff3-93/+100
- Updated to include getEntity extract nodeTemplates. Issue-ID: SO-2511 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie6ee3a5966f1c4f8384723bc82ec972eef87fe8f
2019-11-05Merge "update URI for ElAlto Issue-ID: SO-2484"Seshu Kumar M1-10/+10
2019-11-04Updated logging library version to 1.6.2-SNAPSHOTPlummer, Brittany1-3/+3
Updated logging library version to 1.6.2-SNAPSHOT Issue-ID: SO-2509 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I59e59dc4998897d96c2966e13f947b695c050a5c
2019-11-04Call WorkflowActionTasks.sendErrorSyncAck()Gamboa, Gilbert3-3/+66
Call WorkflowActionTasks.sendErrorSyncAck() instead of WorkflowActionTasks.sendSyncAck() from WorkflowActionBB in error handling subroutine. Call WorkflowActionTasks.sendErrorSyncAck() instead of WorkflowActionTasks.sendSyncAck() from WorkflowActionBB in error handling subroutine. Issue-ID: SO-2489 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8c1c2bb6af70d5e76cfbfd3ce54fb506ab653cf7