so.git
5 years agoMerge "Enhance naming service support"
Steve Smokowski [Fri, 7 Jun 2019 17:38:26 +0000 (17:38 +0000)]
Merge "Enhance naming service support"

5 years agoMerge "Accommodate WAN Networking"
Steve Smokowski [Fri, 7 Jun 2019 17:38:13 +0000 (17:38 +0000)]
Merge "Accommodate WAN Networking"

5 years agoMerge "Set response code in UpdateAAIGenericVnf"
Max Benjamin [Fri, 7 Jun 2019 12:37:42 +0000 (12:37 +0000)]
Merge "Set response code in UpdateAAIGenericVnf"

5 years agoEnhance naming service support 39/89539/1
Mnushkin, Dmitry [Thu, 6 Jun 2019 19:34:19 +0000 (15:34 -0400)]
Enhance naming service support

correct sourcing for service-model-name in NamingMS
remove zone ID from NamingMS input for service name
follow up removal of autowired on NamingRequestObject

Change-Id: Icba2e32c07ee0c7d7739ce21bd547e3030c1e271
Issue-ID: SO-1976
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoAccommodate WAN Networking 38/89538/2
Gamboa, Gilbert [Thu, 6 Jun 2019 18:23:36 +0000 (14:23 -0400)]
Accommodate WAN Networking

checked and evaluated naming policy only if infra bonding.
Updated workflowAction to include vrf configuration for vpn-binding in
resourceIds list.
added in linked resource to service proxy cust
committing the asdc controller classpath change
added some unit tests for vrf validation and updated bbinput setup test
update config resource cust foreign key mapping
Moved mockbean for AssignVrfConfiguration task class into BaseBpmnTest.
added in a check to see if list is empty before access
added unit tests for bbinput setup for vrf config
Update AssignFlows enum with correct AssignVrfConfiguration flow name

Change-Id: Ibf14e36505638b19c1366ecebfce560c02e69e44
Issue-ID: SO-1975
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoMerge "Merge remote-tracking branch 'origin/dublin' into 'origin/master'"
Max Benjamin [Thu, 6 Jun 2019 17:37:59 +0000 (17:37 +0000)]
Merge "Merge remote-tracking branch 'origin/dublin' into 'origin/master'"

5 years agoMerge remote-tracking branch 'origin/dublin' into 'origin/master' 30/89530/1
Steve Smokowski [Wed, 5 Jun 2019 20:24:37 +0000 (16:24 -0400)]
Merge remote-tracking branch 'origin/dublin' into 'origin/master'

Change-Id: I551ea3f29a76dc99532455ea4d7e84a316f9bf38
Issue-ID: SO-1980
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
5 years agoMerge "Improvements in ServiceDecomposition"
Lukasz Muszkieta [Thu, 6 Jun 2019 08:25:07 +0000 (08:25 +0000)]
Merge "Improvements in ServiceDecomposition"

5 years agoMerge "Improvements in SniroHomingV2"
Lukasz Muszkieta [Thu, 6 Jun 2019 07:50:21 +0000 (07:50 +0000)]
Merge "Improvements in SniroHomingV2"

5 years agoImprovements in ServiceDecomposition 80/89480/1
r.bogacki [Thu, 6 Jun 2019 06:48:21 +0000 (08:48 +0200)]
Improvements in ServiceDecomposition

Improvements in ServiceDecomposition according to the Sonar analysis.
-Fixed imports.
-Replaced System.out with logger.
-Simplified if statements.
-Removed unused code.

Issue-ID: SO-1997
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: If7c399635fffef5bc75b10c7d93be4b27e097bd7

5 years agoMerge "Fix ConfigAssign/Deploy null return of BlueprintName/Version" into dublin
Steve Smokowski [Wed, 5 Jun 2019 12:50:28 +0000 (12:50 +0000)]
Merge "Fix ConfigAssign/Deploy null return of BlueprintName/Version" into dublin

5 years agoGeneral Sonar fixes and improvements 62/89362/2
r.bogacki [Wed, 5 Jun 2019 12:11:00 +0000 (14:11 +0200)]
General Sonar fixes and improvements

General fixes and improvements according to the Sonar analysis.
-Fixed imports.
-Removed unnecessary variables.
-Protect utility static classes with private constructor.
-Removed unnecessary exceptions.

Issue-ID: SO-1992
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Ib0011d730f86e0e1a25d4cf1080a61b2fbb335ae

5 years agoImprovements in SniroHomingV2 23/89323/1
r.bogacki [Wed, 5 Jun 2019 06:41:46 +0000 (08:41 +0200)]
Improvements in SniroHomingV2

Improvements in SniroHomingV2 according to the Sonar analyses.
-Removed unnecessary variables.
-Removed duplicated code.
-Added String constants.
-Improvements for an array size checking.
-Refactored diamond operators for a simplicity.

Issue-ID: SO-1991
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Ia4f23210635e1ffad97eeb1d881a269fe391ff73

5 years agoAdd SO exclude ConfigurationScaleOutBB 21/89321/1
Bonkur, Venkat (vb8416) [Wed, 5 Jun 2019 02:46:14 +0000 (22:46 -0400)]
Add SO exclude ConfigurationScaleOutBB

Updated the WorkflowAction.isConfiguration() to exclude ConfigurationScaleOutBB
problem- VF module check failure during scale out
Issue-ID: SO-1982
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Change-Id: I5caa6f1c5ff21131ea1c42a63b441a39f77a6e62

5 years agoFix ConfigAssign/Deploy null return of BlueprintName/Version 84/89284/5
sunilb [Tue, 4 Jun 2019 23:30:15 +0000 (05:00 +0530)]
Fix ConfigAssign/Deploy null return of BlueprintName/Version

Fix ConfigAssign/Deploy null return of BlueprintName/Version
Issue-ID: SO-1985
Signed-off-by: sunilb <sb00577584@techmahindra.com>
Change-Id: I15b6d38a21320eae6ca58a1e3d515813b9c243fd

5 years agoFix northbound_request_ref_lookup SERVICE_TYPE = '*' 83/89283/1
Marcus G K Williams [Tue, 4 Jun 2019 20:33:44 +0000 (13:33 -0700)]
Fix northbound_request_ref_lookup SERVICE_TYPE = '*'

Make sure SERVICE_TYPE is not NULL so that
GR_API alacarte requests work.

Issue-ID: SO-1904 SO-1892
Change-Id: Ib4c617311b17f6d521a3eee0a71a6247d7770d54
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
5 years agoSet response code in UpdateAAIGenericVnf 75/89275/1
Yang Xu [Tue, 28 May 2019 05:09:11 +0000 (01:09 -0400)]
Set response code in UpdateAAIGenericVnf

Change-Id: I67fb789d40ea86a82379e76b94c2da1bd552cd31
Issue-ID: SO-1927
Signed-off-by: Yang Xu <yxu@futurewei.com>
(cherry picked from commit 019a4125af612b59f11571f52e4f369cfa59ba0c)

5 years agoMerge "Add SO Turn off OpenStack heat stack audit" into dublin
Steve Smokowski [Tue, 4 Jun 2019 12:10:18 +0000 (12:10 +0000)]
Merge "Add SO Turn off OpenStack heat stack audit" into dublin

5 years agoImprovements in ToscaResourceInstaller 28/89228/1
r.bogacki [Tue, 4 Jun 2019 11:02:46 +0000 (13:02 +0200)]
Improvements in ToscaResourceInstaller

Improvements in ToscaResourceInstaller according to the Sonar analyses.
-Removed unnecessary imports.
-Removed unnecessary exceptions.
-Improvements for an array size checking.
-Refactored diamond operators for a simplicity.

Issue-ID: SO-1984
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I498933adadbb2d6f5dc956b0056c728f141e3869

5 years agoImprovements in VfResourceStructure 25/89225/1
r.bogacki [Tue, 4 Jun 2019 10:30:05 +0000 (12:30 +0200)]
Improvements in VfResourceStructure

Improvements in VfResourceStructure according to the Sonar analyses.
-Removed unnecessary imports.
-Removed unnecessary exceptions.
-Improvements for possible NPE issues.

Issue-ID: SO-1983
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I014c5de19eca853cf1263b541e2c34b6e6db9b1d

5 years agoAdd SO Turn off OpenStack heat stack audit 76/89176/2
Bonkur, Venkat (vb8416) [Mon, 3 Jun 2019 19:36:31 +0000 (15:36 -0400)]
Add SO Turn off OpenStack heat stack audit

UPDATE these files
so/bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml
so/mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml
should have
mso: infra:
    auditInventory: false
Issue-ID: SO-1974
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Change-Id: I57bb396604e9eb2787122199cdf8a2d1ce54048a

5 years agoMerge "Fix ConfigAssignVnfBB and ConfigDeployVnfBB"
Marcus Williams [Mon, 3 Jun 2019 23:11:29 +0000 (23:11 +0000)]
Merge "Fix ConfigAssignVnfBB and ConfigDeployVnfBB"

5 years agoMerge "update INFO.yaml"
Marcus Williams [Mon, 3 Jun 2019 20:57:36 +0000 (20:57 +0000)]
Merge "update INFO.yaml"

5 years agoupdate INFO.yaml 01/89101/4
seshukm [Fri, 31 May 2019 04:31:16 +0000 (10:01 +0530)]
update INFO.yaml

Issue-ID: SO-1944

Change-Id: I221fc3cce7f72373ad35a6ce07c887e928038348
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
(cherry picked from commit c32829b9f2e67a46fb56b590c253fd3bdc9cce97)

5 years agoFix ConfigAssignVnfBB and ConfigDeployVnfBB 49/89149/5
Alexis de Talhouët [Mon, 3 Jun 2019 14:14:58 +0000 (10:14 -0400)]
Fix ConfigAssignVnfBB and ConfigDeployVnfBB

Change-Id: If5a175ee26e279cf71e38c996a75fa627e5e2c00
Issue-ID: SO-1981
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
5 years agoFix ConfigAssignVnfBB and ConfigDeployVnfBB 47/89147/6
Alexis de Talhouët [Mon, 3 Jun 2019 13:58:07 +0000 (09:58 -0400)]
Fix ConfigAssignVnfBB and ConfigDeployVnfBB

Change-Id: If5a175ee26e279cf71e38c996a75fa627e5e2c00
Issue-ID: SO-1981
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
5 years agoMerge "update INFO.yaml" into dublin
Steve Smokowski [Mon, 3 Jun 2019 15:39:17 +0000 (15:39 +0000)]
Merge "update INFO.yaml" into dublin

5 years agoupdate INFO.yaml 50/89150/1
seshukm [Mon, 3 Jun 2019 14:25:34 +0000 (19:55 +0530)]
update INFO.yaml

Issue-ID: SO-1929

Change-Id: I21b68e16851a23bc4869fa08df86d57f68de1c5a
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
5 years agoCleaned up duplicated literals 20/88620/7
rob.bog [Tue, 28 May 2019 11:18:24 +0000 (13:18 +0200)]
Cleaned up duplicated literals

Cleaned up Sonar code smells related to the duplicated
literals in loggers.

Issue-ID: SO-1932
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I58c48cec0012c42b7b892ae76c24c6a087c60c7e

5 years agoMerge "Modify scaleOut-related settings" into dublin
Seshu Kumar M [Mon, 3 Jun 2019 10:01:06 +0000 (10:01 +0000)]
Merge "Modify scaleOut-related settings" into dublin

5 years agoMerge "Added orchestration status to service" into dublin
Seshu Kumar M [Mon, 3 Jun 2019 00:37:23 +0000 (00:37 +0000)]
Merge "Added orchestration status to service" into dublin

5 years agoAdded orchestration status to service 35/88935/3
marios.iakovidis [Sun, 2 Jun 2019 21:31:21 +0000 (00:31 +0300)]
Added orchestration status to service

Issue-ID: SO-1938
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
Change-Id: I78cc401a746ef4dbca41a869729b9791210038f4

5 years agoFixing EtSI BB ClassCastException 03/89103/1
waqas.ikram [Sun, 2 Jun 2019 15:24:20 +0000 (15:24 +0000)]
Fixing EtSI BB ClassCastException

Change-Id: Ia5a37f80392693f603d6597760ca9725882de169
Issue-ID: SO-1971
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
5 years agoMerge "New GroupLevel DeleteE2EServiceInstance flow"
Seshu Kumar M [Sun, 2 Jun 2019 07:58:31 +0000 (07:58 +0000)]
Merge "New GroupLevel DeleteE2EServiceInstance flow"

5 years agoMerge "property to determine if delete audit is needed"
Steve Smokowski [Fri, 31 May 2019 21:58:13 +0000 (21:58 +0000)]
Merge "property to determine if delete audit is needed"

5 years agoMerge "apih resume request handling more generic"
Steve Smokowski [Fri, 31 May 2019 21:58:03 +0000 (21:58 +0000)]
Merge "apih resume request handling more generic"

5 years agoMerge "issue encoding openstack errors"
Steve Smokowski [Fri, 31 May 2019 21:57:53 +0000 (21:57 +0000)]
Merge "issue encoding openstack errors"

5 years agoMerge "Fix issue where request was not being updated"
Steve Smokowski [Fri, 31 May 2019 21:57:41 +0000 (21:57 +0000)]
Merge "Fix issue where request was not being updated"

5 years agoenhanced vnf adapter errog log. 83/89083/1
Sangalang, Felix [Fri, 31 May 2019 20:19:54 +0000 (16:19 -0400)]
enhanced vnf adapter errog log.

enhanced vnf adapter error log for heatEnvironment when null.
removed the junit tests because of no assertions coverage.
enhanced vnf adapter errog log.

Change-Id: I80d3070ce203c4c8339f0a0e7df6f3731d0a16c2
Issue-ID: SO-1967
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoFix issue where request was not being updated 81/89081/1
Smokowski, Steven [Fri, 31 May 2019 20:15:23 +0000 (16:15 -0400)]
Fix issue where request was not being updated

Fix issue where request was not being updated

Change-Id: Ib4b3809797449224ac417facfaa4bf48d91a1ecb
Issue-ID: SO-1966
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoissue encoding openstack errors 80/89080/1
Smokowski, Steven [Fri, 31 May 2019 20:12:39 +0000 (16:12 -0400)]
issue encoding openstack errors

Fix setting of port to fix unit test issues
Fix formatting error on the file causing build issue
Properly revert change that was made previously
Fix issue where base java library not encoding properly

Change-Id: I2bfa46825d9a99998195dbd7bd422f88fa76ef09
Issue-ID: SO-1965
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoproperty to determine if delete audit is needed 77/89077/1
Kalkere Ramesh, Sharan [Fri, 31 May 2019 20:02:40 +0000 (16:02 -0400)]
property to determine if delete audit is needed

update the onap delete vf module BB bpmn as well
validate formatting of audit tasks code changes
added a property to determine if delete audit is needed

Change-Id: Id29eed6295ed6623636a4812708e53c5ae440b83
Issue-ID: SO-1964
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoapih resume request handling more generic 76/89076/1
Plummer, Brittany [Fri, 31 May 2019 19:56:32 +0000 (15:56 -0400)]
apih resume request handling more generic

getInstanceName throws exception if requestScope doesn't match modelType
Updated to combine separate return statements
Replaced if statements for modelType and added tests
Replace if statements for modelType in ResumeOrchestrationRequest and
added tests
Added coverage for setId in ModelType
Updated to use ModelType setters/getters
model type can now get and set generically
Added modelInfo to RequestBody for resume request
Added getModelType call and unit tests
Moved getModelType from ServiceInstances
Moved getModelType and added unit tests
Added tests for getIsBaseVfModule
Added more tests for isBaseVfModule
Began adding tests for getIsBaseVfModule
Updated currentActiveRequest creation and isBaseVfModule
Updated recipe lookup and setting of aLaCarte to be more general
Updated concurrency control to include other resources

Change-Id: I12ad011d0a021c3ee066e16b4c8a4526d040cbe3
Issue-ID: SO-1963
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoMerge "Use lowercase for table names in beans" into dublin
Steve Smokowski [Fri, 31 May 2019 18:19:12 +0000 (18:19 +0000)]
Merge "Use lowercase for table names in beans" into dublin

5 years agoMerge "Fixing Null Value Exception" into dublin
Marcus Williams [Fri, 31 May 2019 18:03:21 +0000 (18:03 +0000)]
Merge "Fixing Null Value Exception" into dublin

5 years agoMerge "bump the SO release version" into dublin
Marcus Williams [Fri, 31 May 2019 18:02:32 +0000 (18:02 +0000)]
Merge "bump the SO release version" into dublin

5 years agoMerge "update INFO.yaml" into dublin
Marcus Williams [Fri, 31 May 2019 18:02:00 +0000 (18:02 +0000)]
Merge "update INFO.yaml" into dublin

5 years agoMerge "converted lock time from hard coded value"
Steve Smokowski [Fri, 31 May 2019 17:15:39 +0000 (17:15 +0000)]
Merge "converted lock time from hard coded value"

5 years agoMerge "Corrected enum formatting by plugin"
Steve Smokowski [Fri, 31 May 2019 17:15:30 +0000 (17:15 +0000)]
Merge "Corrected enum formatting by plugin"

5 years agoMerge "JUnit tests for RestfulUtil"
Steve Smokowski [Fri, 31 May 2019 16:51:26 +0000 (16:51 +0000)]
Merge "JUnit tests for RestfulUtil"

5 years agoMerge "Remove oof_directives from user_directives BB path" into dublin
Steve Smokowski [Fri, 31 May 2019 16:51:00 +0000 (16:51 +0000)]
Merge "Remove oof_directives from user_directives BB path" into dublin

5 years agoMerge "Added NPE check for audit"
Steve Smokowski [Fri, 31 May 2019 16:50:35 +0000 (16:50 +0000)]
Merge "Added NPE check for audit"

5 years agoFixing Null Value Exception 66/89066/1
waqas.ikram [Fri, 31 May 2019 16:50:25 +0000 (16:50 +0000)]
Fixing Null Value Exception

Change-Id: I07553affad2297e1fa1e4e67b27bb08c51e4b8c3
Issue-ID: SO-1968
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
5 years agoMerge "apih to populate original request id"
Steve Smokowski [Fri, 31 May 2019 16:50:13 +0000 (16:50 +0000)]
Merge "apih to populate original request id"

5 years agoCorrected enum formatting by plugin 63/89063/1
Benjamin, Max (mb388a) [Fri, 31 May 2019 16:24:53 +0000 (12:24 -0400)]
Corrected enum formatting by plugin

enums are now single item per line

Change-Id: I6330ea4a9093071457dd47b95b6ed3bb7f8312e7
Issue-ID: SO-1970
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoconverted lock time from hard coded value 62/89062/1
Kalkere Ramesh, Sharan [Fri, 31 May 2019 16:13:12 +0000 (12:13 -0400)]
converted lock time from hard coded value

update lock time property to have a default of 60000
converted lock time from hard coded to property driven

Change-Id: I4a42b85c4241c8865f8dc133be96d7bc92b8574d
Issue-ID: SO-1962
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoHandle multiple host routes correctly for networks 60/89060/1
Mcblain, Thomas [Fri, 31 May 2019 15:52:36 +0000 (11:52 -0400)]
Handle multiple host routes correctly for networks

unit test for the method that creates subnets
Remove project name from junit test data
Handle multiple host routes correctly for networks

Change-Id: I537b9bbb68c11901c06ed2366591cedeb3b29acd
Issue-ID: SO-1961
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoapih to populate original request id 58/89058/1
Plummer, Brittany [Fri, 31 May 2019 15:48:34 +0000 (11:48 -0400)]
apih to populate original request id

Updated schema.sql to fix failing tests
Added constants for request parameters
Added originalRequestId to be saved on resume request
Added originalRequestId to orchestrationRequests response

Change-Id: If2b86d233ee3db9bbe0e1185d92874bca2b3a07a
Issue-ID: SO-1960
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoAdded NPE check for audit 56/89056/1
Boslet, Cory [Fri, 31 May 2019 15:46:57 +0000 (11:46 -0400)]
Added NPE check for audit

Added NPE check so that flow continues when no audit results present

Change-Id: I614dbaff7eaaca86a503da2734d7c5f7a197bb1b
Issue-ID: SO-1959
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoMerge "Renamed NF fields in catalog db pojo"
Steve Smokowski [Fri, 31 May 2019 15:36:42 +0000 (15:36 +0000)]
Merge "Renamed NF fields in catalog db pojo"

5 years agoMerge "Remove update of request status"
Steve Smokowski [Fri, 31 May 2019 15:36:38 +0000 (15:36 +0000)]
Merge "Remove update of request status"

5 years agofix keypair conflict issue in openstack adapter 81/88181/3
Smokowski, Steven [Tue, 21 May 2019 15:58:01 +0000 (11:58 -0400)]
fix keypair conflict issue in openstack adapter

Fix wiremock stubs to return proper data and url
Fix copyright header issue on unit test file
Fix keypair issue, clean up unit tests and logging
Fix issues found in unit testing, update data
Fix broken Unit tests that used invalid data
Continue Refactor to support keypair failure scenario
Update logic for when to auto delete a stuck keypair

Change-Id: Ice5256cf0381a3b46d1c442907c0f321a1c0d006
Issue-ID: SO-1897
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoRemove oof_directives from user_directives BB path 97/88997/1
Eric Multanen [Fri, 31 May 2019 13:44:05 +0000 (06:44 -0700)]
Remove oof_directives from user_directives BB path

Remove oof_directives from user_directives in the
BB code path (as was done for the groovy code path).

Change-Id: I018c3c85cc4a68ab128a2be869567b44fda08e48
Issue-ID: SO-1939
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
5 years agoNew GroupLevel DeleteE2EServiceInstance flow 28/89028/1
sarada prasad sahoo [Fri, 31 May 2019 13:12:38 +0000 (18:42 +0530)]
New GroupLevel DeleteE2EServiceInstance flow

Modified the subprocess 'DoDeleteE2EServiceInstance'
to support Group level instances.

Change-Id: I8dfd154bc6eb9c9f7c7dc932bdce215a3b9fd800
Issue-ID: SO-1393
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
5 years agoMerge "Improvements in AAIClientHelper"
Lukasz Muszkieta [Fri, 31 May 2019 10:49:32 +0000 (10:49 +0000)]
Merge "Improvements in AAIClientHelper"

5 years agoImprovements in AAIClientHelper 09/89009/1
r.bogacki [Fri, 31 May 2019 09:07:46 +0000 (11:07 +0200)]
Improvements in AAIClientHelper

Improvements in AAIClientHelper according to the Sonar analysis.
Removed unnecessary exception throwing.
Fixed imports.
Updated java docs.

Issue-ID: SO-1958
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I60835304466bb656f09ba16b487907fa529e5eab

5 years agoMerge "Improvements in RequestClient"
Lukasz Muszkieta [Fri, 31 May 2019 08:39:42 +0000 (08:39 +0000)]
Merge "Improvements in RequestClient"

5 years agobump the SO release version 93/88993/1
seshukm [Fri, 31 May 2019 04:44:34 +0000 (10:14 +0530)]
bump the SO release version

Issue-ID: SO-1929

Change-Id: Idca0ebbe73d0b8d725840167730b354f16753ed6
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
5 years agoupdate INFO.yaml 92/88992/1
seshukm [Fri, 31 May 2019 04:31:16 +0000 (10:01 +0530)]
update INFO.yaml

Issue-ID: SO-1944

Change-Id: I221fc3cce7f72373ad35a6ce07c887e928038348
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
5 years agoHandle operation state null from VNFM 71/88971/1
MichaelMorris [Thu, 30 May 2019 20:49:05 +0000 (20:49 +0000)]
Handle operation state null from VNFM

Issue-ID: SO-1956
Change-Id: I8d2efe3f9d97a38a533b33eabd0be2a42cebef66
Signed-off-by: MichaelMorris <michael.morris@est.tech>
5 years agoMerge "Persist native CM workflows in CatalogDB" into dublin
Steve Smokowski [Thu, 30 May 2019 19:43:28 +0000 (19:43 +0000)]
Merge "Persist native CM workflows in CatalogDB" into dublin

5 years agoMerge "update INFO.yaml" into dublin
Marcus Williams [Thu, 30 May 2019 15:23:17 +0000 (15:23 +0000)]
Merge "update INFO.yaml" into dublin

5 years agoImprovements in RequestClientFactory 89/88889/1
r.bogacki [Thu, 30 May 2019 13:16:57 +0000 (15:16 +0200)]
Improvements in RequestClientFactory

Improvements in RequestClientFactory according to the Sonar analysis.
Fixed imports.
Removed unnecessary exceptions handling.
Replaced depreciated  DefaultHttpClient with a new one.

Issue-ID: SO-1947
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Id497bfb620775aac67ad4c5f6d57e0fccce4fd34

5 years agoFixing infinte loop of flow 86/88886/2
waqas.ikram [Thu, 30 May 2019 13:15:16 +0000 (13:15 +0000)]
Fixing infinte loop of flow

Change-Id: I80dc144750406d5afcec9b4da717a55a3840e503
Issue-ID: SO-1946
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
5 years agoImprovements in RequestClient 83/88883/3
r.bogacki [Thu, 30 May 2019 12:27:16 +0000 (14:27 +0200)]
Improvements in RequestClient

Improvements in RequestClient according to the Sonar analysis.
Removed unnecessary exceptions handling.
Added junit tests.
Fixed imports.

Issue-ID: SO-1945
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Iee22e7dbeb39ca28c437f9a8a804b81945cb9bc5

5 years agoupdate INFO.yaml 84/88884/1
seshukm [Thu, 30 May 2019 12:09:23 +0000 (17:39 +0530)]
update INFO.yaml

Issue-ID: SO-1944

Change-Id: I2d773bed6822eaf440a8f941870fac2fdff1800f
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
5 years agoGet operation state from VNFM failing 76/88876/1
MichaelMorris [Thu, 30 May 2019 12:01:17 +0000 (12:01 +0000)]
Get operation state from VNFM failing

Issue-ID: SO-1943
Change-Id: I8d0fd3e9cd4aea26e94a18a6e610abd34f2e5fe9
Signed-off-by: MichaelMorris <michael.morris@est.tech>
5 years agoMerge "Improvements in CamundaClient"
Steve Smokowski [Thu, 30 May 2019 11:44:16 +0000 (11:44 +0000)]
Merge "Improvements in CamundaClient"

5 years agoMerge "Remove oof_directives from user_directives" into dublin
Seshu Kumar M [Thu, 30 May 2019 11:30:51 +0000 (11:30 +0000)]
Merge "Remove oof_directives from user_directives" into dublin

5 years agoRemove oof_directives from user_directives 45/88845/1
Eric Multanen [Thu, 30 May 2019 14:35:13 +0000 (07:35 -0700)]
Remove oof_directives from user_directives

Oof_directives - when populated with a json
string, breaks the parsing of the user_directives.
Since it is not needed in the user_directives,
remove it.

Change-Id: I0e2c3deef8266df52ac73b95209843ac31f986ef
Issue-ID: SO-1939
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
5 years agoMerge "added extra parameters" into dublin
Seshu Kumar M [Thu, 30 May 2019 11:21:10 +0000 (11:21 +0000)]
Merge "added extra parameters" into dublin

5 years agoMerge "Fix DeleteE2EServiceInstance flow"
Seshu Kumar M [Thu, 30 May 2019 11:15:31 +0000 (11:15 +0000)]
Merge "Fix DeleteE2EServiceInstance flow"

5 years agoadded extra parameters 58/88858/2
marios.iakovidis [Thu, 30 May 2019 10:12:39 +0000 (13:12 +0300)]
added extra parameters

Issue-ID: SO-1933
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
Change-Id: I7fdd9ff5373e2f27d225f265ff13b4e14a8b3abc

5 years agoFixing ETSI BB execution failure 51/88851/1
waqas.ikram [Thu, 30 May 2019 09:48:21 +0000 (09:48 +0000)]
Fixing ETSI BB execution failure

Change-Id: Icbcd43be40c7717a714bc866bf153ac3ea0e427c
Issue-ID: SO-1934
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
5 years agoRenamed accessId to remoteid 13/88713/2
marios.iakovidis [Tue, 28 May 2019 19:35:44 +0000 (22:35 +0300)]
Renamed accessId to remoteid

Issue-ID: SO-1933
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
Change-Id: I6b63286f10ebc129b72a36cf41f0bb85b797f9ef

5 years agoImprovements in CamundaClient 69/88769/1
rob.bog [Wed, 29 May 2019 13:18:09 +0000 (15:18 +0200)]
Improvements in CamundaClient

Removed code duplicates.
Fixed declarations of thrown exceptions.
Fixed imports.

Issue-ID: SO-1936
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Ic178341b0049307da033408719ff263a00059ba7

5 years agoJUnit tests for RestfulUtil 58/88458/4
r.bogacki [Fri, 24 May 2019 11:51:36 +0000 (13:51 +0200)]
JUnit tests for RestfulUtil

Increased junit tests coverage according to Sonar analyses.
Added missing tests for RestfulUtil.

Issue-ID: SO-1692
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I8744960c0ad3a36ca4c36e23867168bfda5cbd1d

5 years agoMerge "Fix request body for SDNC req"
Seshu Kumar M [Wed, 29 May 2019 12:07:28 +0000 (12:07 +0000)]
Merge "Fix request body for SDNC req"

5 years agoFix UriBuilder import in OofUtils 29/88729/5
Marcus G K Williams [Wed, 29 May 2019 03:46:03 +0000 (20:46 -0700)]
Fix UriBuilder import in OofUtils

Import all changes from Casablanca
that were incorrectly removed during
merge from Casablanca back into
master.

Issue-ID: SO-1926
Change-Id: I8355e804586aa80e291f3c72a00bf69ce424316b
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
5 years agoMerge "Corrected instance names" into dublin
Marcus Williams [Tue, 28 May 2019 18:40:51 +0000 (18:40 +0000)]
Merge "Corrected instance names" into dublin

5 years agoMerge "Fix retrieval of mso.config.path" into dublin
Marcus Williams [Tue, 28 May 2019 18:39:52 +0000 (18:39 +0000)]
Merge "Fix retrieval of mso.config.path" into dublin

5 years agoMerge "Set response code in UpdateAAIGenericVnf" into dublin
Marcus Williams [Tue, 28 May 2019 18:21:10 +0000 (18:21 +0000)]
Merge "Set response code in UpdateAAIGenericVnf" into dublin

5 years agoFix request body for SDNC req 17/88517/2
subhash kumar singh [Mon, 27 May 2019 06:17:50 +0000 (11:47 +0530)]
Fix request body for SDNC req

Fix request body for SDNC req.

Issue-ID: SO-1393
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Change-Id: Ia8112b81fa29f886e282445b3c0dc068d487cadd

5 years agoMerge "Return empty WorkflowInputParameters" into dublin
Lukasz Muszkieta [Tue, 28 May 2019 13:36:06 +0000 (13:36 +0000)]
Merge "Return empty WorkflowInputParameters" into dublin

5 years agoCorrected instance names 16/88616/2
marios.iakovidis [Tue, 28 May 2019 10:01:41 +0000 (13:01 +0300)]
Corrected instance names

Issue-ID: SO-1931
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
Change-Id: I4c3700cdc1cc058f3a37a77d087d38b2aadad29d

5 years agoMerge "Fixed errors in HandlePnf flow" into dublin
Lukasz Muszkieta [Tue, 28 May 2019 10:22:28 +0000 (10:22 +0000)]
Merge "Fixed errors in  HandlePnf flow" into dublin

5 years agoMerge "fixed typos and added SERVICE_INSTANCE_ID" into dublin
Lukasz Muszkieta [Tue, 28 May 2019 10:12:57 +0000 (10:12 +0000)]
Merge "fixed typos and added SERVICE_INSTANCE_ID" into dublin

5 years agoSet response code in UpdateAAIGenericVnf 93/88593/1
Yang Xu [Tue, 28 May 2019 05:09:11 +0000 (01:09 -0400)]
Set response code in UpdateAAIGenericVnf

Change-Id: I67fb789d40ea86a82379e76b94c2da1bd552cd31
Issue-ID: SO-1927
Signed-off-by: Yang Xu <yxu@futurewei.com>
5 years agoFixed errors in HandlePnf flow 81/88581/1
marios.iakovidis [Mon, 27 May 2019 19:54:42 +0000 (22:54 +0300)]
Fixed errors in  HandlePnf flow

Change-Id: I1cf49f98f26e322b4785cc14f96ee63a5830117e
Issue-ID: SO-1930
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
5 years agoFix sonar for MapEntry 45/88545/1
k.kazak [Mon, 27 May 2019 13:00:15 +0000 (15:00 +0200)]
Fix sonar for MapEntry

MapEntry bug: make entry private and provide accessors
MapEntry codesmell: move comment 'Required by JAXB' into empty constructor
MapElements codesmell: move explanatory comment inside empty constructor
MapElements codesmell: log error stacktrace
MapAdapter codesmell: use entry set instead of key set for iteration
JAXBMarshallingTest: add test cases to cover 100% of MapElements & other cases

Change-Id: If51f1f86b5ad44b3462424e4fd73cb0eff352124
Issue-ID: SO-1811
Signed-off-by: k.kazak <k.kazak@samsung.com>