so.git
4 years agoadd junit coverage 24/99724/1
Lukasz Muszkieta [Tue, 17 Dec 2019 16:06:03 +0000 (17:06 +0100)]
add junit coverage

Issue-ID: SO-1576
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Change-Id: I2ca18a7154ff07801defa17d2f4a19ea9dba7962

4 years agoMerge "SOL003 Adapter Package Management - Fetch VNF Package Content"
Byung-Woo Jun [Tue, 17 Dec 2019 13:08:24 +0000 (13:08 +0000)]
Merge "SOL003 Adapter Package Management - Fetch VNF Package Content"

4 years agoRefactor WorkflowAction.valiadteResourceIdInAAI - 21/99521/3
Gamboa, Gilbert [Wed, 11 Dec 2019 18:59:53 +0000 (13:59 -0500)]
Refactor WorkflowAction.valiadteResourceIdInAAI -

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

4 years agoMerge "add application id support to so"
Steve Smokowski [Fri, 13 Dec 2019 18:12:54 +0000 (18:12 +0000)]
Merge "add application id support to so"

4 years agoMerge "Added a call to buildAndThrowException when vf"
Steve Smokowski [Fri, 13 Dec 2019 18:12:43 +0000 (18:12 +0000)]
Merge "Added a call to buildAndThrowException when vf"

4 years agoMerge "Need to globally check object name duplicates in"
Steve Smokowski [Fri, 13 Dec 2019 17:05:20 +0000 (17:05 +0000)]
Merge "Need to globally check object name duplicates in"

4 years agoMerge "Include service-instance-id and"
Steve Smokowski [Fri, 13 Dec 2019 17:05:08 +0000 (17:05 +0000)]
Merge "Include service-instance-id and"

4 years agoMerge "Updated simulator test files"
Steve Smokowski [Fri, 13 Dec 2019 17:04:56 +0000 (17:04 +0000)]
Merge "Updated simulator test files"

4 years agoMerge "Add simple query format, to limit response content"
Steve Smokowski [Fri, 13 Dec 2019 17:04:44 +0000 (17:04 +0000)]
Merge "Add simple query format, to limit response content"

4 years agoAdded a call to buildAndThrowException when vf 97/99497/3
Bhatt, Prema [Wed, 11 Dec 2019 15:48:32 +0000 (10:48 -0500)]
Added a call to buildAndThrowException when vf

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

4 years agoMerge "Sonar fix logger"
Lukasz Muszkieta [Fri, 13 Dec 2019 09:09:34 +0000 (09:09 +0000)]
Merge "Sonar fix logger"

4 years agoSonar fix logger 88/98988/4
Arindam Mondal [Mon, 2 Dec 2019 03:28:45 +0000 (12:28 +0900)]
Sonar fix logger

Issue-ID: SO-2381
Change-Id: I11fb05f86bb4ff4c507a3a627753464cd0a2da17
Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
4 years agoAdd simple query format, to limit response content 89/99589/1
Smokowski, Steven [Thu, 12 Dec 2019 20:39:21 +0000 (15:39 -0500)]
Add simple query format, to limit response content

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

4 years agoUpdated simulator test files 28/99528/1
Gamboa, Gilbert [Wed, 11 Dec 2019 19:34:36 +0000 (14:34 -0500)]
Updated simulator test files

Updated simulator test files with different values

Issue-ID: SO-2566
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I4fda3a551e5d3afd520000a57bef5f732201be99

4 years agoadd application id support to so 98/99498/2
Bonkur, Venkat [Wed, 11 Dec 2019 15:50:04 +0000 (10:50 -0500)]
add application id support to so

add application id support to so api

Issue-ID: SO-2561
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ifc8c4dd5e178b68347a7df01ab1942a59baca9b0

4 years agoInclude service-instance-id and 22/99522/1
Gamboa, Gilbert [Wed, 11 Dec 2019 19:00:42 +0000 (14:00 -0500)]
Include service-instance-id and

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

4 years agoNeed to globally check object name duplicates in 19/99519/1
Gamboa, Gilbert [Wed, 11 Dec 2019 18:35:47 +0000 (13:35 -0500)]
Need to globally check object name duplicates in

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

4 years agoMerge "Add so-simulator project" Java-11-upgrade1212master
Max Benjamin [Wed, 11 Dec 2019 18:09:20 +0000 (18:09 +0000)]
Merge "Add so-simulator project"

4 years agoAdd so-simulator project 73/97373/5
Mnushkin, Dmitry [Mon, 21 Oct 2019 13:25:56 +0000 (09:25 -0400)]
Add so-simulator project

contribute simulator to onap project

Issue-ID: SO-2463
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I0a3a71fdeb47cbbd686830045a8bc40769102a29

4 years agoSOL003 Adapter Package Management - Fetch VNF Package Content 03/99503/1
rope252 [Tue, 19 Nov 2019 16:23:34 +0000 (16:23 +0000)]
SOL003 Adapter Package Management - Fetch VNF Package Content

Change-Id: I86f1541098c7694b1624f9cdaf4e4c5cb91df3dd
Issue-ID: SO-2415
Signed-off-by: rope252 <gareth.roper@est.tech>
4 years agoMerge "SO CDS Metadata ingestion"
Steve Smokowski [Wed, 11 Dec 2019 13:58:22 +0000 (13:58 +0000)]
Merge "SO CDS Metadata ingestion"

4 years agoMerge "update bb input setup to use request info for"
Steve Smokowski [Tue, 10 Dec 2019 13:28:36 +0000 (13:28 +0000)]
Merge "update bb input setup to use request info for"

4 years agoMerge "Update Shedlock to proper version for"
Steve Smokowski [Tue, 10 Dec 2019 13:28:19 +0000 (13:28 +0000)]
Merge "Update Shedlock to proper version for"

4 years agoMerge "serviceinstanceid being overwritten by vnfid in"
Steve Smokowski [Tue, 10 Dec 2019 13:28:08 +0000 (13:28 +0000)]
Merge "serviceinstanceid being overwritten by vnfid in"

4 years agoMerge "refactor fallouthandler"
Steve Smokowski [Tue, 10 Dec 2019 13:27:56 +0000 (13:27 +0000)]
Merge "refactor fallouthandler"

4 years agorefactor fallouthandler 35/99335/1
Boslet, Cory [Mon, 9 Dec 2019 13:49:08 +0000 (08:49 -0500)]
refactor fallouthandler

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

4 years agoupdate bb input setup to use request info for 30/99230/1
Kalkere Ramesh, Sharan [Thu, 5 Dec 2019 19:59:33 +0000 (14:59 -0500)]
update bb input setup to use request info for

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

4 years agoserviceinstanceid being overwritten by vnfid in 29/99229/1
Plummer, Brittany [Thu, 5 Dec 2019 19:58:40 +0000 (14:58 -0500)]
serviceinstanceid being overwritten by vnfid in

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

4 years agouse config value to set enable heatbridge flag 74/99174/1
Mnushkin, Dmitry [Wed, 4 Dec 2019 21:55:13 +0000 (16:55 -0500)]
use config value to set enable heatbridge flag

use config value to set enable heatbridge flag

Issue-ID: SO-2552
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I0d92b15cc2f31ce01c60c901f0f3af1c4105e06c

4 years agoSO CDS Metadata ingestion 18/98418/6
eeginux [Thu, 7 Nov 2019 15:19:58 +0000 (15:19 +0000)]
SO CDS Metadata ingestion

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>
4 years agoMerge "Add ETSI Catalog Manager API Swagger file"
Byung-Woo Jun [Tue, 3 Dec 2019 13:25:18 +0000 (13:25 +0000)]
Merge "Add ETSI Catalog Manager API Swagger file"

4 years agoUpdate Shedlock to proper version for 46/99046/1
Smokowski, Steven [Tue, 3 Dec 2019 12:51:11 +0000 (07:51 -0500)]
Update Shedlock to proper version for

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

4 years agoHeatbridge bugfix make use of regionId instead of cloudSiteId 86/97686/11
Munir Ahmad [Tue, 29 Oct 2019 15:17:38 +0000 (11:17 -0400)]
Heatbridge bugfix make use of regionId instead of cloudSiteId

Issue-ID: SO-2497
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Change-Id: Ic3b3fc98c6978807e198a4530974d940a7da5ff8

4 years agoMerge changes I16ee57af,Ie1b7ebdd
Max Benjamin [Mon, 2 Dec 2019 15:49:44 +0000 (15:49 +0000)]
Merge changes I16ee57af,Ie1b7ebdd

* changes:
  Add heatbridge authenticate method
  SO and heatbridge integration for delete flow

4 years agoAdd heatbridge authenticate method 08/99008/1
Munir Ahmad [Mon, 2 Dec 2019 14:48:02 +0000 (09:48 -0500)]
Add heatbridge authenticate method

Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Change-Id: I16ee57af3c67d1443f07ea44536a13b6cac786dc
Issue-ID: SO-2549

4 years agoSO and heatbridge integration for delete flow 11/97711/8
Munir Ahmad [Tue, 29 Oct 2019 21:01:21 +0000 (17:01 -0400)]
SO and heatbridge integration for delete flow

Issue-ID: SO-2272

Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Change-Id: Ie1b7ebdd1758478655779d940eabe0836834fcc4

4 years agoAdd ETSI Catalog Manager API Swagger file 66/98966/1
rope252 [Fri, 29 Nov 2019 12:50:21 +0000 (12:50 +0000)]
Add ETSI Catalog Manager API Swagger file

Change-Id: I7f53135c628ee5f6e4b5bffe3d9cad2a3264c7ae
Issue-ID: SO-2542
Signed-off-by: rope252 <gareth.roper@est.tech>
4 years agorestoring the pnf dmaap client functionality to the proper working version 61/98861/2
Lukasz Muszkieta [Tue, 26 Nov 2019 16:08:00 +0000 (17:08 +0100)]
restoring the pnf dmaap client functionality to the proper working version

Issue-ID: SO-2339
Change-Id: I2a12517fd7b37d3260058be6c5c27865e207b861
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
4 years agoMerge "vnf and vf module replace requests to make"
Steve Smokowski [Fri, 22 Nov 2019 15:34:46 +0000 (15:34 +0000)]
Merge "vnf and vf module replace requests to make"

4 years agoMerge "improve error log scores"
Steve Smokowski [Fri, 22 Nov 2019 15:34:34 +0000 (15:34 +0000)]
Merge "improve error log scores"

4 years agoimprove error log scores 57/98757/1
Plummer, Brittany [Fri, 22 Nov 2019 13:20:45 +0000 (08:20 -0500)]
improve error log scores

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

4 years agoUpdated and added to get request processing data 44/98744/1
Boslet, Cory [Fri, 22 Nov 2019 01:48:40 +0000 (20:48 -0500)]
Updated and added to get request processing data

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

4 years agovnf and vf module replace requests to make 91/98691/1
Plummer, Brittany [Thu, 21 Nov 2019 01:56:44 +0000 (20:56 -0500)]
vnf and vf module replace requests to make

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

4 years agoMerge "updated uri regular expression to support resume"
Steve Smokowski [Tue, 19 Nov 2019 18:02:29 +0000 (18:02 +0000)]
Merge "updated uri regular expression to support resume"

4 years agoadd junit coverage 03/98603/1
Lukasz Muszkieta [Tue, 19 Nov 2019 14:17:50 +0000 (15:17 +0100)]
add junit coverage

Change-Id: I060660abd9b07e6262d08efde3eafcbf29fa762b
Issue-ID: SO-1576
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
4 years agoupdated uri regular expression to support resume 74/98474/1
Smokowski, Steven [Fri, 15 Nov 2019 20:24:03 +0000 (15:24 -0500)]
updated uri regular expression to support resume

updated uri regular expression to support resume

Issue-ID: SO-2522
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I0a44a374d46c7b3892acabe31c0621d37103b37a

4 years agoMerge "removed unsused ports"
Steve Smokowski [Thu, 14 Nov 2019 13:55:12 +0000 (13:55 +0000)]
Merge "removed unsused ports"

4 years agoMerge "removed global configuration of jar plugin"
Steve Smokowski [Thu, 14 Nov 2019 13:54:38 +0000 (13:54 +0000)]
Merge "removed global configuration of jar plugin"

4 years agoMerge "remove delcarartion"
Lukasz Muszkieta [Thu, 14 Nov 2019 13:39:38 +0000 (13:39 +0000)]
Merge "remove delcarartion"

4 years agoMerge "fix wrong handling of checking null values"
Steve Smokowski [Wed, 13 Nov 2019 20:20:23 +0000 (20:20 +0000)]
Merge "fix wrong handling of checking null values"

4 years agoMerge "SOL003 Package Management Swagger file update"
Steve Smokowski [Wed, 13 Nov 2019 13:44:34 +0000 (13:44 +0000)]
Merge "SOL003 Package Management Swagger file update"

4 years agoSOL003 Package Management Swagger file update 36/98236/2
rope252 [Wed, 6 Nov 2019 14:59:58 +0000 (14:59 +0000)]
SOL003 Package Management Swagger file update

Change-Id: I2cb1601a6ca446c59bbd514fdbd54e19fe299e9c
Issue-ID: SO-2501
Signed-off-by: rope252 <gareth.roper@est.tech>
4 years agoremoved global configuration of jar plugin 91/98191/1
Benjamin, Max [Fri, 8 Nov 2019 15:32:10 +0000 (10:32 -0500)]
removed global configuration of jar plugin

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

4 years agoMerge "Create PServer/PInterface Objects in AAI based on openstack's stack resources"
Max Benjamin [Fri, 8 Nov 2019 14:37:01 +0000 (14:37 +0000)]
Merge "Create PServer/PInterface Objects in AAI based on openstack's stack resources"

4 years agofix wrong handling of checking null values 70/98170/1
Lukasz Muszkieta [Fri, 8 Nov 2019 10:17:37 +0000 (11:17 +0100)]
fix wrong handling of checking null values

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>
4 years agoCreate PServer/PInterface Objects in AAI based on openstack's stack resources 79/97679/4
Munir Ahmad [Tue, 29 Oct 2019 13:45:21 +0000 (09:45 -0400)]
Create PServer/PInterface Objects in AAI based on openstack's stack resources

Issue-ID: SO-2271

Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Change-Id: I9ff6a9d820a8f759358cbaa4abf6475c6af4c130

4 years agoMerge "remove unused columns infra active requests"
Steve Smokowski [Thu, 7 Nov 2019 18:16:40 +0000 (18:16 +0000)]
Merge "remove unused columns infra active requests"

4 years agoMerge "Call WorkflowActionTasks.sendErrorSyncAck()"
Steve Smokowski [Thu, 7 Nov 2019 18:16:29 +0000 (18:16 +0000)]
Merge "Call WorkflowActionTasks.sendErrorSyncAck()"

4 years agoMerge "Updated logging library version to 1.6.2-SNAPSHOT"
Steve Smokowski [Thu, 7 Nov 2019 18:16:19 +0000 (18:16 +0000)]
Merge "Updated logging library version to 1.6.2-SNAPSHOT"

4 years agoMerge "- Updated to include getEntity extract"
Steve Smokowski [Thu, 7 Nov 2019 18:16:04 +0000 (18:16 +0000)]
Merge "- Updated to include getEntity extract"

4 years agoMerge "Heatbridge: Unable to proceed with any of the function related to Orchestratio...
Max Benjamin [Thu, 7 Nov 2019 18:13:50 +0000 (18:13 +0000)]
Merge "Heatbridge: Unable to proceed with any of the function related to Orchestration Service"

4 years agoremove unused columns infra active requests 52/98152/1
Chan, Mercy [Thu, 7 Nov 2019 17:06:57 +0000 (12:06 -0500)]
remove unused columns infra active requests

Removed unused columns in db across codebase

Issue-ID: SO-2516
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ieedb61ed371bc3626ef94df0bf88b7a9cf139c82

4 years agoremoved unsused ports 29/98129/1
manisha07 [Thu, 7 Nov 2019 10:35:38 +0000 (16:05 +0530)]
removed unsused ports

Issue-ID: SO-2512
Change-Id: I45c26e8ef38accb1e09237fa1f7e3805f11bf47e
Signed-off-by: manisha07 <cmanis10@in.ibm.com>
4 years agoremove delcarartion 28/98128/1
manisha07 [Thu, 7 Nov 2019 10:29:06 +0000 (15:59 +0530)]
remove delcarartion

Issue-ID: SO-2512
Change-Id: I0100e8d17b5c88332033057459d07dccd3b3f9c8
Signed-off-by: manisha07 <cmanis10@in.ibm.com>
4 years agoremove the declaration from the method 42/98042/1
manisha07 [Wed, 6 Nov 2019 11:40:08 +0000 (17:10 +0530)]
remove the declaration from the method

Issue-ID: SO-2512
Change-Id: Ic03d750d31455fdf0aa955eeb767278e5974e431
Signed-off-by: manisha07 <cmanis10@in.ibm.com>
4 years agoRemove the declaration of thrown exception 'org.onap.so.apihandlerinfra.exceptions... 40/98040/1
manisha07 [Wed, 6 Nov 2019 11:38:04 +0000 (17:08 +0530)]
Remove the declaration of thrown exception '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>
4 years ago- Updated to include getEntity extract 64/97964/1
Merkel, Jeff [Tue, 5 Nov 2019 14:30:48 +0000 (09:30 -0500)]
- Updated to include getEntity extract

- Updated to include getEntity extract nodeTemplates.

Issue-ID: SO-2511
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ie6ee3a5966f1c4f8384723bc82ec972eef87fe8f

4 years agoMerge "update URI for ElAlto Issue-ID: SO-2484"
Seshu Kumar M [Tue, 5 Nov 2019 09:49:30 +0000 (09:49 +0000)]
Merge "update URI for ElAlto Issue-ID: SO-2484"

4 years agoUpdated logging library version to 1.6.2-SNAPSHOT 06/97906/2
Plummer, Brittany [Mon, 4 Nov 2019 13:27:28 +0000 (08:27 -0500)]
Updated logging library version to 1.6.2-SNAPSHOT

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

4 years agoCall WorkflowActionTasks.sendErrorSyncAck() 72/97572/2
Gamboa, Gilbert [Thu, 24 Oct 2019 18:33:12 +0000 (14:33 -0400)]
Call WorkflowActionTasks.sendErrorSyncAck()

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

4 years ago- Updated to use getEntity API for ServiceProxy 25/97925/1
Merkel, Jeff [Mon, 4 Nov 2019 18:58:28 +0000 (13:58 -0500)]
- Updated to use getEntity API for ServiceProxy

- Updated to use getEntity API for ServiceProxy
- Updated configurationCustomization tests for IEntityDetails.
- Replaced the getMetadataPropertyValue method.
- fixed the formatting so the build job works

Issue-ID: SO-2510
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: If0f624b1160b095f8faf64fa67797016a14e4cfe

4 years agoMerge "blocker sonar fix"
Steve Smokowski [Mon, 4 Nov 2019 14:49:27 +0000 (14:49 +0000)]
Merge "blocker sonar fix"

4 years agoMerge "Adding preload capability using userParams"
Steve Smokowski [Mon, 4 Nov 2019 14:49:03 +0000 (14:49 +0000)]
Merge "Adding preload capability using userParams"

4 years agoMerge "update the latest oparent version"
Steve Smokowski [Mon, 4 Nov 2019 14:48:39 +0000 (14:48 +0000)]
Merge "update the latest oparent version"

4 years agoMerge "Add patch method"
Steve Smokowski [Mon, 4 Nov 2019 14:48:07 +0000 (14:48 +0000)]
Merge "Add patch method"

4 years agoMerge "- Check if failIfExists exists, if not default it."
Steve Smokowski [Mon, 4 Nov 2019 14:48:02 +0000 (14:48 +0000)]
Merge "- Check if failIfExists exists, if not default it."

4 years agoMerge "refactor repeated duplicate check code to RequestHandlerUtils"
Steve Smokowski [Mon, 4 Nov 2019 14:47:58 +0000 (14:47 +0000)]
Merge "refactor repeated duplicate check code to RequestHandlerUtils"

4 years agoMerge "update so to use most recent update of logging"
Steve Smokowski [Mon, 4 Nov 2019 14:47:40 +0000 (14:47 +0000)]
Merge "update so to use most recent update of logging"

4 years agoMerge "add new query for requestdb"
Steve Smokowski [Mon, 4 Nov 2019 14:47:21 +0000 (14:47 +0000)]
Merge "add new query for requestdb"

4 years agoMerge "- Skip requestId lookup when uri is"
Steve Smokowski [Mon, 4 Nov 2019 14:47:07 +0000 (14:47 +0000)]
Merge "- Skip requestId lookup when uri is"

4 years agoadd timeout to apih for the camunda activity check 05/97905/1
Plummer, Brittany [Mon, 4 Nov 2019 13:19:09 +0000 (08:19 -0500)]
add timeout to apih for the camunda activity check

Added timeout for camunda history lookups
Added error strings to be returned on task information lookup
Renamed method for getTaskInformation
Removed retry for taskInformation and updated logging for errors
Added spring logging interceptors to restTemplate
Made timeout and retry timeout configurable

Issue-ID: SO-2508
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ibd5101fc2e0a933a2f8070077c40b02bbbcfea6f

4 years ago- Check if failIfExists exists, if not default it. 04/97904/1
Merkel, Jeff [Mon, 4 Nov 2019 13:18:32 +0000 (08:18 -0500)]
- Check if failIfExists exists, if not default it.

- Check if failIfExists exists, if not default it.

Issue-ID: SO-2507
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I0ab965bca0fd6777d711c99d3bc550293e826414

4 years agoAdd patch method 03/97903/1
Mnushkin, Dmitry [Mon, 4 Nov 2019 13:17:31 +0000 (08:17 -0500)]
Add patch method

add patch method to requests db client
remove null values from junit mock matching

Issue-ID: SO-2506
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I3d6c0b05943958a9e77557cbf643a90cf5bb556b

4 years agoupdate the latest oparent version 76/97876/1
seshukm [Sat, 2 Nov 2019 07:24:19 +0000 (12:54 +0530)]
update the latest oparent version

Issue-ID: SO-2391

Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Ic6cd539aa5c04fa267ac19a8b1240eafbcdd4825

4 years ago- Skip requestId lookup when uri is 88/97788/1
Merkel, Jeff [Thu, 31 Oct 2019 12:55:57 +0000 (08:55 -0400)]
- Skip requestId lookup when uri is

- Skip requestId lookup when uri is orchestrationRequests.
- Reformatted code to fix the build error.
- Updated mockContext in TC to mock up URI path.
- Added a test that skips the requestId lookup.
- Added verify to ensure the lookup method is not called.
- Fixed the formatting to pass the verify build.

Issue-ID: SO-2499
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I12a991032a8cd1b3664cc807fde568f89bf779fa

4 years agoHeatbridge: Unable to proceed with any of the function related to Orchestration Service 75/97675/1
Munir Ahmad [Tue, 29 Oct 2019 13:05:04 +0000 (09:05 -0400)]
Heatbridge: Unable to proceed with any of the function related to Orchestration Service

known issue https://github.com/ContainX/openstack4j/issues/1238

Issue-ID: SO-2495

Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Change-Id: Ie4df2b430bf088b0073855c241eba60cf7611422

4 years agoMerge "General sonar improvements"
Lukasz Muszkieta [Mon, 28 Oct 2019 14:00:04 +0000 (14:00 +0000)]
Merge "General sonar improvements"

4 years agoGeneral sonar improvements 49/97349/3
Arindam Mondal [Mon, 21 Oct 2019 04:38:36 +0000 (13:38 +0900)]
General sonar improvements

+) Format logger witth log formatter
++) remove unused imports

Issue-ID: SO-2381
Change-Id: If8b8f2377ae3b7c8d8a270792eaf99a04cfa7ef0
Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
Signed-off-by: arind.mondal <arind.mondal@samsung.com>
4 years agoblocker sonar fix 62/97562/2
Lukasz Muszkieta [Thu, 24 Oct 2019 15:18:41 +0000 (17:18 +0200)]
blocker sonar fix

Change-Id: I500447927dc2497c9d630bc3217f03cd5d4f2b98
Issue-ID: SO-2187
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
4 years agoupdate so to use most recent update of logging 21/97621/1
Plummer, Brittany [Fri, 25 Oct 2019 18:34:51 +0000 (14:34 -0400)]
update so to use most recent update of logging

Updated pom to use 1.5.1-SNAPSHOT for logging-analytics
Updated pom while fixing branching issues
Updated version for logging-slf4j in pom
Updated to use release 1.6.1 of logging library

Issue-ID: SO-2493
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I79c543c283eeda0a6eb008535ba4488433fbb0ae

4 years agoMerge "remove python heatstack method call, use java"
Steve Smokowski [Thu, 24 Oct 2019 18:45:08 +0000 (18:45 +0000)]
Merge "remove python heatstack method call, use java"

4 years agoMerge "Adjust listener to actually execute on process end"
Steve Smokowski [Thu, 24 Oct 2019 18:44:56 +0000 (18:44 +0000)]
Merge "Adjust listener to actually execute on process end"

4 years agoadd new query for requestdb 73/97573/1
Plummer, Brittany [Thu, 24 Oct 2019 18:42:15 +0000 (14:42 -0400)]
add new query for requestdb

Updated RequestDbClient to call new request mapping to query for
IN_PROGRESS volumeGroup and vfModule requests older than two minutes.

Issue-ID: SO-2490
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Idd4c077a13c15dd6c22ef168d164f2df2aed4cff

4 years agorefactor repeated duplicate check code to RequestHandlerUtils 71/97571/1
Plummer, Brittany [Thu, 24 Oct 2019 18:32:07 +0000 (14:32 -0400)]
refactor repeated duplicate check code to RequestHandlerUtils

Moved repeated code used when checking for duplicate requests to a new
method in RequestHandlerUtils.

Issue-ID: SO-2488
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I523bbb0823f384a458f098c349d8c4b17e782469

4 years agoFix for setting attributes in cloud sites on startup 64/97564/1
AndrewLamb [Wed, 23 Oct 2019 11:31:27 +0000 (12:31 +0100)]
Fix for setting attributes in cloud sites on startup

Change-Id: Id766ffd28e75d9d8465a3c04b74b540d08a17b4f
Issue-ID: SO-2474
Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
4 years agoupdate URI for ElAlto 19/97519/1
Rene_Robert [Thu, 24 Oct 2019 07:45:08 +0000 (09:45 +0200)]
update URI for ElAlto
Issue-ID: SO-2484

Signed-off-by: Rene_Robert <rene.robert@orange.com>
Change-Id: Ib6b9e723252c4bcbb0cb3389b03489921f836b31

4 years agoAdjust listener to actually execute on process end 90/97490/1
Smokowski, Steven [Wed, 23 Oct 2019 16:06:26 +0000 (12:06 -0400)]
Adjust listener to actually execute on process end

Adjust listener to actually execute on process end

Issue-ID: SO-2481
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I97b284ac2ac14e2052fa845427494406e0274d36

4 years agoAdding preload capability using userParams 94/97194/4
waqas.ikram [Wed, 16 Oct 2019 12:59:46 +0000 (13:59 +0100)]
Adding preload capability using userParams

Change-Id: Id107f2c9c2da643ecb57daaef26dfa2bfd89f8aa
Issue-ID: SO-1635
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
4 years agoremove python heatstack method call, use java 39/97439/1
Mnushkin, Dmitry [Tue, 22 Oct 2019 21:30:47 +0000 (17:30 -0400)]
remove python heatstack method call, use java

remove python heatstack method call, use java

Issue-ID: SO-2479
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I91c41cd8bd560e054cd2a87a6cbdaf0f5e86759a

4 years agoMerge "add junit coverage and sonar fix"
Steve Smokowski [Tue, 22 Oct 2019 18:10:01 +0000 (18:10 +0000)]
Merge "add junit coverage and sonar fix"