so.git
6 years agoadded object constructor 71/65371/1
Benjamin, Max (mb388a) [Sun, 9 Sep 2018 02:34:55 +0000 (22:34 -0400)]
added object constructor

added Object constructor to AAIResultWrapper

Change-Id: Ic1bae387a13b7b7864c2687a63532347d8f102e7
Issue-ID: SO-998
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
6 years agostability fixes 69/65369/2
Benjamin, Max (mb388a) [Sat, 8 Sep 2018 20:04:51 +0000 (16:04 -0400)]
stability fixes

fixed bean error
fixed execution variable name
do not explicitly set hibernate objects
Removed remaing references to tunnel-xconnect
fixed virtual link case

Change-Id: Ia5a59794e84beadcbf259efb899878cc4465ca57
Issue-ID: SO-997
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
6 years agocleaned up missed repo interactions 67/65367/2
Benjamin, Max (mb388a) [Sat, 8 Sep 2018 15:40:35 +0000 (11:40 -0400)]
cleaned up missed repo interactions

-Missed oen file from the previous commit
- Removing any left out repository imports and dependencies from the
api handle

Change-Id: I5447d1a9f20b2e50243432e4570dec7aa27c7061
Issue-ID: SO-996
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
6 years agofixed null pointer on northbound 63/65363/2
Benjamin, Max (mb388a) [Sat, 8 Sep 2018 14:27:49 +0000 (10:27 -0400)]
fixed null pointer on northbound

Removed ID from sample request JSON
Added null check to fix null query value parameter error

Change-Id: I1bf427b7864560bbbd577972763be439edad6ec0
Issue-ID: SO-943
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
6 years agoadded generic fabric support to SO 03/65203/5
Benjamin, Max (mb388a) [Tue, 4 Sep 2018 15:21:02 +0000 (11:21 -0400)]
added generic fabric support to SO

Fix Autoincrement of ID field in table
Fix accidental removal of method
Update usage of requestdb client
removed unused imports in common tasks and test
Fix broken branch, have unit tests pass
references
the Epic branch
Fix broken branch from compiling
committing classpath for vfc adapter cause its not going away
added in the fail case for when there are no profiles
removed second set of adapters in application test yml
removed double adapters in request db application test
added jpa repo dependency to the so bpmn folder pom
add creation timestamp column to the table
added in null checks for Config returned from policy
switched to string in requestprocess with jenerate
switched to string in requestprocess with jenerate
updated aai version in common pom to 605 from 591
renamed the db scripts for flyway sync to register
added endpoint to application test yml for failing test
...

Change-Id: I800f837ea75d7cdff740dc3a387e4d7654cfd085
Issue-ID: SO-972
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
6 years agoAdding rest service for so monitoring 83/62083/15
waqas.ikram [Thu, 23 Aug 2018 12:26:09 +0000 (13:26 +0100)]
Adding rest service for so monitoring

Change-Id: I9dac918998901d54b3cbc5477cc9c057c3019cb3
Issue-ID: SO-724
Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
6 years agoMerge "Fix UT"
Seshu Kumar M [Fri, 7 Sep 2018 13:08:10 +0000 (13:08 +0000)]
Merge "Fix UT"

6 years agoFix UT 89/65189/1
Smokowski, Steve (ss835w) [Fri, 7 Sep 2018 12:23:05 +0000 (08:23 -0400)]
Fix UT

Fix broken UT A&AI removed fields we did not use but had in our mapping
test file

Issue-ID: SO-995

Change-Id: I66539802a489395ea68cca709d73fe8b92144543
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
6 years agoMerge "Removed unused import"
Seshu Kumar M [Thu, 6 Sep 2018 12:40:56 +0000 (12:40 +0000)]
Merge "Removed unused import"

6 years agoRemoved unused import 89/64989/1
ezhil [Thu, 6 Sep 2018 11:38:15 +0000 (17:08 +0530)]
Removed unused import

Removed unused import in the code

Issue-ID: SO-982
Change-Id: Ifbbd1a789aa2e95a0f4a4533cca0b77439117a51
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
6 years agoMerge "Fixed sonar issue in Cloudify comp"
Seshu Kumar M [Thu, 6 Sep 2018 08:03:35 +0000 (08:03 +0000)]
Merge "Fixed sonar issue in Cloudify comp"

6 years agoMerge "Fixed Logger message in MsoNetworkAdapterAsyncImpl"
Seshu Kumar M [Thu, 6 Sep 2018 08:02:41 +0000 (08:02 +0000)]
Merge "Fixed Logger message in MsoNetworkAdapterAsyncImpl"

6 years agoMerge "PNF PnP now always waits"
Seshu Kumar M [Thu, 6 Sep 2018 07:49:24 +0000 (07:49 +0000)]
Merge "PNF PnP now always waits"

6 years agoPNF PnP now always waits 43/64443/2
biniek [Tue, 4 Sep 2018 14:27:25 +0000 (16:27 +0200)]
PNF PnP now always waits

Issue-ID: SO-797
Change-Id: I717b987e78680157c4a2c0bf8d497855d1890077
Signed-off-by: biniek <lukasz.biniek@nokia.com>
6 years agoClient Logging 05/64505/2
Smokowski, Steve (ss835w) [Tue, 4 Sep 2018 19:31:38 +0000 (15:31 -0400)]
Client Logging

Update Client Logging to use interceptor
Move CXF to own project due to dependency hell

Issue-ID: SO-947

Change-Id: I2597ff6d32231b8625b04ef63ab5e8f589e2545c
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
6 years agoFixed Logger message in MsoNetworkAdapterAsyncImpl 61/64761/1
Ezhilarasi [Wed, 5 Sep 2018 12:32:28 +0000 (18:02 +0530)]
Fixed Logger message in MsoNetworkAdapterAsyncImpl

Message string in the logger method has been replaced with the constant predefined already.

Issue-ID: SO-976
Change-Id: I67f3da5d50ac582883249eb2ea221580a1b12576
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
6 years agoMerge "fixed sonar issue in RequestTunables.java"
Rob Daugherty [Wed, 5 Sep 2018 13:32:14 +0000 (13:32 +0000)]
Merge "fixed sonar issue in RequestTunables.java"

6 years agoFixed sonar issue in Cloudify comp 55/64755/1
GOPINATH MATHIVANAN [Wed, 5 Sep 2018 13:28:56 +0000 (18:58 +0530)]
Fixed sonar issue in Cloudify comp

Fixed Sonar reported vulnerability in HttpClientConectior java file

Issue-ID: SO-981
Change-Id: I45d0bc74252330ccc828cd8cee4aabd59e581ca9
Signed-off-by: GOPINATH MATHIVANAN <gopinath.mathivanan@in.ibm.com>
6 years agoMerge "fixed sonar issue in SNIROResponse.java"
Byung-Woo Jun [Wed, 5 Sep 2018 13:03:40 +0000 (13:03 +0000)]
Merge "fixed sonar issue in SNIROResponse.java"

6 years agoMerge "fixed sonar issue in TenantAdapterRest.java"
Byung-Woo Jun [Wed, 5 Sep 2018 13:03:25 +0000 (13:03 +0000)]
Merge "fixed sonar issue in TenantAdapterRest.java"

6 years agoMerge "fixed sonar issue in CreateTenantRequest.java"
Byung-Woo Jun [Wed, 5 Sep 2018 13:03:12 +0000 (13:03 +0000)]
Merge "fixed sonar issue in CreateTenantRequest.java"

6 years agoMerge "fixed sonar issue in DeleteTenantRequest.java"
Byung-Woo Jun [Wed, 5 Sep 2018 13:02:56 +0000 (13:02 +0000)]
Merge "fixed sonar issue in DeleteTenantRequest.java"

6 years agofixed sonar issue in ValetClient.java 13/64713/1
Sandeep J [Wed, 5 Sep 2018 12:05:19 +0000 (17:35 +0530)]
fixed sonar issue in ValetClient.java

fixed sonar issue as detailed in SO-980

Issue-ID: SO-980
Change-Id: If428c98c11d30b562313b97200650954fd733d82
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in DeleteTenantRequest.java 07/64707/1
Sandeep J [Wed, 5 Sep 2018 11:56:51 +0000 (17:26 +0530)]
fixed sonar issue in DeleteTenantRequest.java

fixed sonar issue as detailed in SO-979

Issue-ID: SO-979
Change-Id: I4c0aa6380e734088ba6fb68414d4391f9b6d6344
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in CreateTenantRequest.java 05/64705/1
Sandeep J [Wed, 5 Sep 2018 11:44:54 +0000 (17:14 +0530)]
fixed sonar issue in CreateTenantRequest.java

fixed sonar issue as detailed in SO-978

Issue-ID: SO-978
Change-Id: Id53fdea75b13b8ce234fe69d121f7bd996f21a82
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in TenantAdapterRest.java 01/64701/1
Sandeep J [Wed, 5 Sep 2018 11:38:59 +0000 (17:08 +0530)]
fixed sonar issue in TenantAdapterRest.java

removed commented lines of code

Issue-ID: SO-977
Change-Id: I0c917b90dcbc1317f49474e037b60d3d3c59f419
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in SNIROResponse.java 99/64699/1
Sandeep J [Wed, 5 Sep 2018 11:30:27 +0000 (17:00 +0530)]
fixed sonar issue in SNIROResponse.java

fixed sonar issue as detailed in SO-976

Issue-ID: SO-976
Change-Id: If9710595248969bf72a55cfda759067439e6d2d4
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in RequestTunables.java 97/64697/1
Sandeep J [Wed, 5 Sep 2018 11:20:22 +0000 (16:50 +0530)]
fixed sonar issue in RequestTunables.java

fixed sonar issue as detailed in SO-975

Issue-ID: SO-975
Change-Id: Ic98db5f80f939bee8ad2c1ad33efebaa1b2d6a21
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agoMerge "Added ConfigurationScaleOutBB, tasks, and tests"
Seshu Kumar M [Wed, 5 Sep 2018 09:35:10 +0000 (09:35 +0000)]
Merge "Added ConfigurationScaleOutBB, tasks, and tests"

6 years agoMerge "Fix the duplicated parameter"
Seshu Kumar M [Wed, 5 Sep 2018 06:15:00 +0000 (06:15 +0000)]
Merge "Fix the duplicated parameter"

6 years agoMerge "updated aai version enum"
Seshu Kumar M [Wed, 5 Sep 2018 04:50:00 +0000 (04:50 +0000)]
Merge "updated aai version enum"

6 years agoMerge "Fix Logback"
Seshu Kumar M [Wed, 5 Sep 2018 04:39:49 +0000 (04:39 +0000)]
Merge "Fix Logback"

6 years agoFix Logback 15/64515/1
Smokowski, Steve (ss835w) [Tue, 4 Sep 2018 20:30:01 +0000 (16:30 -0400)]
Fix Logback

Issue-ID: SO-974

Change-Id: Id553bc9f736f8e7cbefe3c29a56711712f082d5c
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
6 years agoAdded ConfigurationScaleOutBB, tasks, and tests 03/64503/1
Brittany Plummer (bp896r) [Tue, 4 Sep 2018 19:08:30 +0000 (15:08 -0400)]
Added ConfigurationScaleOutBB, tasks, and tests

Issue-ID: SO-765
Change-Id: I7e0e902f00417b8c2439962f9ebfed6cc117a86e
Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
6 years agoupdated aai version enum 45/64445/1
Benjamin, Max (mb388a) [Tue, 4 Sep 2018 14:59:57 +0000 (10:59 -0400)]
updated aai version enum

version enum updated to 1810 A&AI version

Change-Id: I42fe7cd4364df7ac6d74e936615ea748e028413d
Issue-ID: SO-971
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
6 years agoMerge "fixed sonar issue in TenantAdapterRest.java"
Byung-Woo Jun [Tue, 4 Sep 2018 13:36:21 +0000 (13:36 +0000)]
Merge "fixed sonar issue in TenantAdapterRest.java"

6 years agoMerge "fixed sonar issue in MsoTenantAdapter.java"
Byung-Woo Jun [Tue, 4 Sep 2018 13:35:33 +0000 (13:35 +0000)]
Merge "fixed sonar issue in MsoTenantAdapter.java"

6 years agoMerge "fixed sonar issue in NetworkRollback.java"
Byung-Woo Jun [Tue, 4 Sep 2018 13:11:37 +0000 (13:11 +0000)]
Merge "fixed sonar issue in NetworkRollback.java"

6 years agoMerge "fixed sonar issue in QueryNetworkNotifier.java"
Byung-Woo Jun [Tue, 4 Sep 2018 13:11:20 +0000 (13:11 +0000)]
Merge "fixed sonar issue in QueryNetworkNotifier.java"

6 years agoMerge "fixed sonar isue in UpdateNetworkNotification.java"
Byung-Woo Jun [Tue, 4 Sep 2018 13:11:06 +0000 (13:11 +0000)]
Merge "fixed sonar isue in UpdateNetworkNotification.java"

6 years agoMerge "fix sonar issue in SpringContextHelper.java"
Byung-Woo Jun [Tue, 4 Sep 2018 13:10:55 +0000 (13:10 +0000)]
Merge "fix sonar issue in SpringContextHelper.java"

6 years agoMerge "fixed sonar major isue in QueryNetworkNotification"
Byung-Woo Jun [Tue, 4 Sep 2018 13:10:36 +0000 (13:10 +0000)]
Merge "fixed sonar major isue in QueryNetworkNotification"

6 years agoMerge "fixed major sonar isue in CreatNetworkNotification"
Byung-Woo Jun [Tue, 4 Sep 2018 13:10:22 +0000 (13:10 +0000)]
Merge "fixed major sonar isue in CreatNetworkNotification"

6 years agoMerge "fixing Sonar reported log issue"
Seshu Kumar M [Tue, 4 Sep 2018 12:17:47 +0000 (12:17 +0000)]
Merge "fixing Sonar reported log issue"

6 years agoMerge "resolved sonar issue in VduArtifact.java"
Byung-Woo Jun [Tue, 4 Sep 2018 11:54:13 +0000 (11:54 +0000)]
Merge "resolved sonar issue in VduArtifact.java"

6 years agoMerge "fixed sonar issue in VfcAdapterRest.java"
Byung-Woo Jun [Tue, 4 Sep 2018 11:53:09 +0000 (11:53 +0000)]
Merge "fixed sonar issue in VfcAdapterRest.java"

6 years agoMerge "fixed sonar issue in JsonUtil.java"
Byung-Woo Jun [Tue, 4 Sep 2018 11:52:29 +0000 (11:52 +0000)]
Merge "fixed sonar issue in JsonUtil.java"

6 years agoMerge "fixed sonar issue in RestfulUtil.java"
Byung-Woo Jun [Tue, 4 Sep 2018 11:51:55 +0000 (11:51 +0000)]
Merge "fixed sonar issue in RestfulUtil.java"

6 years agoMerge "fixed sonar issue in VnfAdapterRest.java"
Byung-Woo Jun [Tue, 4 Sep 2018 11:51:09 +0000 (11:51 +0000)]
Merge "fixed sonar issue in VnfAdapterRest.java"

6 years agoMerge "fixed sonar issue in DeleteNetworkRequest.java"
Byung-Woo Jun [Tue, 4 Sep 2018 11:48:36 +0000 (11:48 +0000)]
Merge "fixed sonar issue in DeleteNetworkRequest.java"

6 years agoMerge "fixed sonar issue in QueryNetworkResponse.java"
Byung-Woo Jun [Tue, 4 Sep 2018 11:47:59 +0000 (11:47 +0000)]
Merge "fixed sonar issue in QueryNetworkResponse.java"

6 years agoMerge "fixed sonar issue in CXFConfiguration.java"
Byung-Woo Jun [Tue, 4 Sep 2018 11:47:22 +0000 (11:47 +0000)]
Merge "fixed sonar issue in CXFConfiguration.java"

6 years agoMerge "fixed sonar issue in UpdateNetworkRequest.java"
Byung-Woo Jun [Tue, 4 Sep 2018 11:47:12 +0000 (11:47 +0000)]
Merge "fixed sonar issue in UpdateNetworkRequest.java"

6 years agoMerge "fixed sonar issue in WebSecurityConfigImpl.java"
Byung-Woo Jun [Tue, 4 Sep 2018 11:45:30 +0000 (11:45 +0000)]
Merge "fixed sonar issue in WebSecurityConfigImpl.java"

6 years agoMerge "fixed sonar issue in ArchiveInfraRequestsScheduler"
Byung-Woo Jun [Tue, 4 Sep 2018 11:41:38 +0000 (11:41 +0000)]
Merge "fixed sonar issue in ArchiveInfraRequestsScheduler"

6 years agoMerge "fixed sonar issue in MapRequestTunables.java"
Byung-Woo Jun [Tue, 4 Sep 2018 11:37:27 +0000 (11:37 +0000)]
Merge "fixed sonar issue in MapRequestTunables.java"

6 years agoMerge "fixed sonar issue in V4_2__DummyMigration.java"
Byung-Woo Jun [Tue, 4 Sep 2018 11:35:50 +0000 (11:35 +0000)]
Merge "fixed sonar issue in V4_2__DummyMigration.java"

6 years agoMerge "fixed sonar major issue in MsoNetworkAdapterImpl"
Byung-Woo Jun [Tue, 4 Sep 2018 11:34:44 +0000 (11:34 +0000)]
Merge "fixed sonar major issue in MsoNetworkAdapterImpl"

6 years agofixed sonar issue in SDNCServiceRequestConnector 93/64393/1
Sandeep J [Tue, 4 Sep 2018 10:16:53 +0000 (15:46 +0530)]
fixed sonar issue in SDNCServiceRequestConnector

fixed sonar issue as detailed in SO-970

Issue-ID: SO-970
Change-Id: I57c14693fa6918401d37d0d56bdccfe91bb2f372
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar major isue in QueryNetworkNotification 91/64391/1
Sandeep J [Tue, 4 Sep 2018 10:06:03 +0000 (15:36 +0530)]
fixed sonar major isue in QueryNetworkNotification

fixed sonar major issue as detailed in SO-969

Issue-ID: SO-969
Change-Id: Ifdd59b780db24fa1e06181495dbc10e4bb1c6b6c
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed major sonar isue in CreatNetworkNotification 85/64385/1
Sandeep J [Tue, 4 Sep 2018 09:59:13 +0000 (15:29 +0530)]
fixed major sonar isue in CreatNetworkNotification

fixed major sonar issue as detailed in SO-968

Issue-ID: SO-968
Change-Id: Ib1b846a262e0426db3a0c16b28881befb22d7a52
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar major issue in MsoNetworkAdapterImpl 83/64383/1
Sandeep J [Tue, 4 Sep 2018 09:53:00 +0000 (15:23 +0530)]
fixed sonar major issue in MsoNetworkAdapterImpl

fixed sonar issue as detailed in SO-967

Issue-ID: SO-967
Change-Id: I4310dc3ad46d302a2d014a708c2f14c02ad3a5f2
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in V4_2__DummyMigration.java 75/64375/1
Sandeep J [Tue, 4 Sep 2018 09:23:42 +0000 (14:53 +0530)]
fixed sonar issue in V4_2__DummyMigration.java

fixed sonar issue detailed in SO-966

Issue-ID: SO-966
Change-Id: Ib9b4cd7815d63b380c90b4c1dece444c735d5757
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofix sonar issue in SpringContextHelper.java 67/64367/1
Sandeep J [Tue, 4 Sep 2018 09:09:31 +0000 (14:39 +0530)]
fix sonar issue in SpringContextHelper.java

fixed sonar issue detailed in SO-965

Issue-ID: SO-965
Change-Id: Iae43c4d053b14586670c0f0f7c3a8701c32288bb
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in MapRequestTunables.java 63/64363/1
Sandeep J [Tue, 4 Sep 2018 08:50:14 +0000 (14:20 +0530)]
fixed sonar issue in MapRequestTunables.java

fixed sonar issue as detailed in SO-964

Issue-ID: SO-964
Change-Id: I7f51faba54571186242021048c0b3e755bdde731
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in ArchiveInfraRequestsScheduler 57/64357/1
Sandeep J [Tue, 4 Sep 2018 08:41:57 +0000 (14:11 +0530)]
fixed sonar issue in ArchiveInfraRequestsScheduler

fixed sonar issue as detailed in SO-963

Issue-ID: SO-963
Change-Id: Id5625663fdb531c1a2136bc17b1238ae79ba8eed
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixing Sonar reported log issue 45/64345/1
GOPINATH MATHIVANAN [Tue, 4 Sep 2018 07:27:51 +0000 (12:57 +0530)]
fixing Sonar reported log issue

Fixed Sonar reported vulnerability in LoggerStartupListener

Issue-ID: SO-962
Change-Id: Icc82d8de94c8ea3c4cd27133e833e2d499e8670d
Signed-off-by: GOPINATH MATHIVANAN <gopinath.mathivanan@in.ibm.com>
6 years agoFix the duplicated parameter 43/64543/1
Byung-Woo Jun [Mon, 3 Sep 2018 20:36:02 +0000 (16:36 -0400)]
Fix the duplicated parameter

Removed the dublicated subscriptionServiceType parameter in the doCreateServiceInstance

Change-Id: I05d2d4ff84da144cae1e00a7be1677aefdb6d04c
Issue-ID: SO-921
Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
6 years agofixed sonar issue in WebSecurityConfigImpl.java 93/64293/1
Sandeep J [Mon, 3 Sep 2018 14:35:08 +0000 (20:05 +0530)]
fixed sonar issue in WebSecurityConfigImpl.java

fixed sonar issue detailed in SO-874

Issue-ID: SO-874
Change-Id: Ie14f5376566642d75123e23764bf6f7869861393
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in CXFConfiguration.java 89/64289/1
Sandeep J [Mon, 3 Sep 2018 14:25:22 +0000 (19:55 +0530)]
fixed sonar issue in CXFConfiguration.java

fixed sonar issue as detailed in SO-961

Issue-ID: SO-961
Change-Id: I9faf2c63af0e6567b0ba613dd24160183e5558f8
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in UpdateNetworkRequest.java 85/64285/1
Sandeep J [Mon, 3 Sep 2018 14:17:28 +0000 (19:47 +0530)]
fixed sonar issue in UpdateNetworkRequest.java

fixed sonar issue as detailed in SO-960

Issue-ID: SO-960
Change-Id: Iebf2fc563fea2aef70c8f7db75d104efeeb54ff5
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in QueryNetworkResponse.java 83/64283/1
Sandeep J [Mon, 3 Sep 2018 14:12:52 +0000 (19:42 +0530)]
fixed sonar issue in QueryNetworkResponse.java

fixed sonar issue as detailed in SO-959

Issue-ID: SO-959
Change-Id: I878061aa88247e39b703bca065f3c92a1eea3eb6
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in DeleteNetworkRequest.java 79/64279/1
Sandeep J [Mon, 3 Sep 2018 14:09:39 +0000 (19:39 +0530)]
fixed sonar issue in DeleteNetworkRequest.java

fixed sonar issue detailed in SO-958

Issue-ID: SO-958
Change-Id: I4c25995c702165cd7c737d22b1c26bc4442cd490
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar isue in UpdateNetworkNotification.java 63/64263/1
Sandeep J [Mon, 3 Sep 2018 13:45:39 +0000 (19:15 +0530)]
fixed sonar isue in UpdateNetworkNotification.java

fixed sonar issue as detailed in SO-956

Issue-ID: SO-956
Change-Id: Ibd7ea95c996bf6119abf2aca9990d2c42bb01ecd
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in QueryNetworkNotifier.java 57/64257/1
Sandeep J [Mon, 3 Sep 2018 13:37:54 +0000 (19:07 +0530)]
fixed sonar issue in QueryNetworkNotifier.java

fixed sonar issue as detailed in SO-955

Issue-ID: SO-955
Change-Id: Ieed7029b8d8e437e48392eafa51a774792ba539c
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in NetworkRollback.java 47/64247/1
Sandeep J [Mon, 3 Sep 2018 13:17:52 +0000 (18:47 +0530)]
fixed sonar issue in NetworkRollback.java

fixed sonar issue as detailed in SO-954

Issue-ID: SO-954
Change-Id: I89d1e082820f76bcbe282bba35fd9144283afe74
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in VnfAdapterRest.java 29/64129/1
Sandeep J [Sun, 2 Sep 2018 21:18:20 +0000 (02:48 +0530)]
fixed sonar issue in VnfAdapterRest.java

fixed sonar issue as detailed in SO-953

Issue-ID: SO-953
Change-Id: I77534c2ba4e266e644ca6f554358221c4e50dbf3
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in RestfulUtil.java 21/64121/1
Sandeep J [Sun, 2 Sep 2018 21:01:23 +0000 (02:31 +0530)]
fixed sonar issue in RestfulUtil.java

fixed sonar issue detailed in SO-951

Issue-ID: SO-951
Change-Id: Ic4a086f339187a6c9d802d5ea09acd0c4416e7c9
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in JsonUtil.java 19/64119/1
Sandeep J [Sun, 2 Sep 2018 20:53:42 +0000 (02:23 +0530)]
fixed sonar issue in JsonUtil.java

fixed sonar issue detailed in SO-950

Issue-ID: SO-950
Change-Id: Ic8089706054c785d4ef31957617b44222ab0030f
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in VfcAdapterRest.java 15/64115/1
Sandeep J [Sun, 2 Sep 2018 20:45:12 +0000 (02:15 +0530)]
fixed sonar issue in VfcAdapterRest.java

fixed sonar issue detailed in so-949

Issue-ID: SO-949
Change-Id: I48b36854fa7e20c3c9e9958cdf6c7c107d0cf58a
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agoresolved sonar issue in VduArtifact.java 13/64113/2
Sandeep J [Sun, 2 Sep 2018 20:00:31 +0000 (01:30 +0530)]
resolved sonar issue in VduArtifact.java

resolved sonar issue detailed in SO-948

Issue-ID: SO-948
Change-Id: Ic7238eb53ba6a26534cb80cffe5364e6288b9b00
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agoLogging Improvement 85/64085/1
Smokowski, Steve (ss835w) [Sat, 1 Sep 2018 10:58:20 +0000 (06:58 -0400)]
Logging Improvement

Add Spring interceptor to log all the SpringDataRest calls

Issue-ID: SO-947

Change-Id: Ia1a574cedd90e79bb2fd30a094831dc5cd269ff0
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
6 years agoMerge "Update Logging"
Rob Daugherty [Fri, 31 Aug 2018 18:14:48 +0000 (18:14 +0000)]
Merge "Update Logging"

6 years agoUpdate Logging 11/63911/2
Smokowski, Steve (ss835w) [Thu, 30 Aug 2018 23:06:46 +0000 (19:06 -0400)]
Update Logging

Add CXF interceptor for SOAP based logging
Clean up extra logging statements
Add UT to ensure MDC properly populated
Change package name on Jax-RS Filter to be more accurate

Issue-ID: SO-947

Change-Id: I3a2afc58de3bf370675658ce3d19cf899b90def7

Change-Id: I3a2afc58de3bf370675658ce3d19cf899b90def7
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
6 years agofix for refactored items readthedocs 99/63999/1
seshukm [Fri, 31 Aug 2018 13:33:51 +0000 (21:33 +0800)]
fix for refactored items readthedocs

Updated the monitoring feature title
Updated the folders for the api, devinfo and the release notes

Change-Id: Ic512530157b7b6d67366227090fd704bca82f558
Issue-ID: SO-675
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoMerge "Prepare SO to pass OOF data opaquely to multicloud"
Marcus Williams [Thu, 30 Aug 2018 22:23:51 +0000 (22:23 +0000)]
Merge "Prepare SO to pass OOF data opaquely to multicloud"

6 years agoMerge "Create a Reference Table for Controller Selection"
Marcus Williams [Thu, 30 Aug 2018 20:15:24 +0000 (20:15 +0000)]
Merge "Create a Reference Table for Controller Selection"

6 years agoPrepare SO to pass OOF data opaquely to multicloud 31/61931/3
Srivahni Chivukula [Wed, 22 Aug 2018 18:23:59 +0000 (11:23 -0700)]
Prepare SO to pass OOF data opaquely to multicloud

Removed Flavor modification code from mso-openstack-adapter and
bpmn workflows contributed for Beijing, to prepare SO to pass
OOF specific data opaquely to multicloud.

Issue-ID: SO-761
Change-Id: I581ccd14b52e7e3db5bc13ff43386c49196561b4
Signed-off-by: Srivahni Chivukula <srivahni.chivukula@intel.com>
6 years agoMerge "resolved sonar isue in MapTypedRequestTunablesData"
Rob Daugherty [Thu, 30 Aug 2018 19:35:58 +0000 (19:35 +0000)]
Merge "resolved sonar isue in MapTypedRequestTunablesData"

6 years agoMerge "fixed sonar issue in MsoTenantAdapterImpl.java"
Rob Daugherty [Thu, 30 Aug 2018 19:33:43 +0000 (19:33 +0000)]
Merge "fixed sonar issue in MsoTenantAdapterImpl.java"

6 years agoCreate a Reference Table for Controller Selection 83/63883/1
Rob Daugherty [Thu, 30 Aug 2018 18:26:55 +0000 (14:26 -0400)]
Create a Reference Table for Controller Selection

Also: Modify Alacarte Reference Data

This commit consolidates changes from three abandoned commits:

https://gerrit.onap.org/r/60959
https://gerrit.onap.org/r/60953
https://gerrit.onap.org/r/60397

Change-Id: I295a79cb05ca742ae5743892397e75c7c228bde3
Issue-ID: SO-763
Issue-ID: SO-676
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoMerge "fixed case of execution variables"
Marcus Williams [Thu, 30 Aug 2018 18:01:35 +0000 (18:01 +0000)]
Merge "fixed case of execution variables"

6 years agoMerge "fixed sonar issues in ValetClient.java"
Byung-Woo Jun [Thu, 30 Aug 2018 16:09:13 +0000 (16:09 +0000)]
Merge "fixed sonar issues in ValetClient.java"

6 years agoMerge "fixed sonar issue in HeatRequest.java"
Byung-Woo Jun [Thu, 30 Aug 2018 16:08:09 +0000 (16:08 +0000)]
Merge "fixed sonar issue in HeatRequest.java"

6 years agofixed sonar issues in ValetClient.java 53/63853/1
Sandeep J [Thu, 30 Aug 2018 15:12:53 +0000 (20:42 +0530)]
fixed sonar issues in ValetClient.java

fix sonar issue as detailed in SO-945

Issue-ID: SO-945
Change-Id: Ief854282d983ade215846ea070e7985deb949bb5
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in HeatRequest.java 49/63849/1
Sandeep J [Thu, 30 Aug 2018 15:03:47 +0000 (20:33 +0530)]
fixed sonar issue in HeatRequest.java

fixed sonar issue detailed in SO-944

Issue-ID: SO-944
Change-Id: Ibaf0d050f0131b8b91fbe9698e440d3db9e0141c
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in TenantAdapterRest.java 41/63841/1
Sandeep J [Thu, 30 Aug 2018 14:21:59 +0000 (19:51 +0530)]
fixed sonar issue in TenantAdapterRest.java

fixed sonar issue detailed in SO-942

Issue-ID: SO-942
Change-Id: I8d450845ffd0a5ec900c00c5393eb94305b7bdfe
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed sonar issue in MsoTenantAdapterImpl.java 35/63835/1
Sandeep J [Thu, 30 Aug 2018 14:14:23 +0000 (19:44 +0530)]
fixed sonar issue in MsoTenantAdapterImpl.java

fixed sonar issue detailed in SO-939

Issue-ID: SO-939
Change-Id: I60e9737d34cbbc172d9c6c387862fe5468351a58
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
6 years agofixed case of execution variables 33/63833/1
Benjamin, Max (mb388a) [Thu, 30 Aug 2018 14:13:47 +0000 (10:13 -0400)]
fixed case of execution variables

Retrieve correct variables and improve error logging

Change-Id: Ia1275e49194657d251779f8862637186d131516b
Issue-ID: SO-940
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
6 years agofixed sonar issue in MsoTenantAdapter.java 27/63827/1
Sandeep J [Thu, 30 Aug 2018 13:59:24 +0000 (19:29 +0530)]
fixed sonar issue in MsoTenantAdapter.java

fixed sonar issue detailed in SO-937

Issue-ID: SO-937
Change-Id: I815ab79707e25801813d4514480f6917e23951ff
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>