so.git
5 years agoupdate SO release notes in readthedocs 94/86294/1
seshukm [Thu, 25 Apr 2019 13:39:32 +0000 (19:09 +0530)]
update SO release notes in readthedocs

Issue-ID: SO-675

Change-Id: I65623121b952ad88d48c196fc45d05fae28de4b1
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
5 years agoMerge "Sniro BB now supports sole service proxies"
Steve Smokowski [Thu, 25 Apr 2019 12:04:33 +0000 (12:04 +0000)]
Merge "Sniro BB now supports sole service proxies"

5 years agoMerge "Add SO update config file -application.yaml file"
Steve Smokowski [Thu, 25 Apr 2019 12:04:24 +0000 (12:04 +0000)]
Merge "Add SO update config file -application.yaml file"

5 years agoMerge "add resourceInput in vnfc Issue-ID: SO-1393"
Yan Yang [Thu, 25 Apr 2019 11:29:19 +0000 (11:29 +0000)]
Merge "add resourceInput in vnfc Issue-ID: SO-1393"

5 years agoMerge "String literal to be on the left side of string compariosion."
Seshu Kumar M [Thu, 25 Apr 2019 10:02:39 +0000 (10:02 +0000)]
Merge "String literal to be on the left side of string compariosion."

5 years agoMerge "SDNCRestClient - sonar fixes"
Seshu Kumar M [Thu, 25 Apr 2019 10:01:38 +0000 (10:01 +0000)]
Merge "SDNCRestClient - sonar fixes"

5 years agoMerge "MsoVnfAdapterImpl - sonar fix"
Seshu Kumar M [Thu, 25 Apr 2019 10:00:22 +0000 (10:00 +0000)]
Merge "MsoVnfAdapterImpl - sonar fix"

5 years agoString literal to be on the left side of string compariosion. 54/86254/1
h00397475 [Thu, 25 Apr 2019 09:07:50 +0000 (14:37 +0530)]
String literal to be on the left side of string compariosion.

String literal should be on the left side of string comparision as per guidelines.

Issue-ID: SO-1490

Change-Id: I294cbbb2fe7dae9c68b7b20e9b3a0d1d75824ba0
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
5 years agoRemoval of unused local variables. 39/86239/1
NITIN KAWA [Thu, 25 Apr 2019 07:00:31 +0000 (07:00 +0000)]
Removal of unused local variables.
Removed useless assignment to local variables and reordered the modifiers
as per java language specification.
Issue-ID: SO-1490

Change-Id: I43f25854d60cd25fb472618e21f2c1c91bc1c457
Signed-off-by: NITIN KAWA <nitin.kawa@huawei.com>
5 years agoAdd SO update config file -application.yaml file 04/86204/1
Bonkur, Venkat (vb8416) [Wed, 24 Apr 2019 20:43:15 +0000 (16:43 -0400)]
Add SO update config file -application.yaml file

Added to Dublin branch- update the catalog-db-adapter -application.yaml file
Remove the below line for flyway so that repeatable scripts are run.
 repeatableSqlMigrationPrefix: RATT
Issue-ID: SO-1804
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Change-Id: I54bd6d178d9f4c6854421f099bf393599d46d58f

5 years agoMsoVnfAdapterImpl - sonar fix 99/86199/1
Driptaroop Das [Wed, 24 Apr 2019 20:26:39 +0000 (01:56 +0530)]
MsoVnfAdapterImpl - sonar fix

MsoVnfAdapterImpl - sonar fix

Issue-ID: SO-1811
Change-Id: Ic3bebd30e4f65b9ba5732c43cfd8baf0050e3b7b
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
5 years agoSDNCRestClient - sonar fixes 97/86197/1
Driptaroop Das [Wed, 24 Apr 2019 20:17:36 +0000 (01:47 +0530)]
SDNCRestClient - sonar fixes

SDNCRestClient - sonar fixes

Issue-ID: SO-1811
Change-Id: I7348e35a325c523648696a2321d873f481a0b36d
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
5 years agoMerge "Remove the literal boolean values."
Seshu Kumar M [Wed, 24 Apr 2019 16:23:39 +0000 (16:23 +0000)]
Merge "Remove the literal boolean values."

5 years agoMerge "Define constant in place of literals"
Seshu Kumar M [Wed, 24 Apr 2019 16:17:48 +0000 (16:17 +0000)]
Merge "Define constant in place of literals"

5 years agoMerge "Define constant in place of repeating literals."
Seshu Kumar M [Wed, 24 Apr 2019 16:14:40 +0000 (16:14 +0000)]
Merge "Define constant in place of repeating literals."

5 years agoMerge "removal of unused file imports. removal of unused file imports. Issue-ID:...
Seshu Kumar M [Wed, 24 Apr 2019 16:12:42 +0000 (16:12 +0000)]
Merge "removal of unused file imports. removal of unused file imports. Issue-ID: SO-1490"

5 years agoMerge "Replace literals with constants. Replace repeated string literals with constan...
Seshu Kumar M [Wed, 24 Apr 2019 16:11:54 +0000 (16:11 +0000)]
Merge "Replace literals with constants. Replace repeated string literals with constants as per guidelines. Issue-ID: SO-1490"

5 years agoMerge "Change static string litral. Change static string litrals name according to...
Seshu Kumar M [Wed, 24 Apr 2019 16:10:10 +0000 (16:10 +0000)]
Merge "Change static string litral. Change static string litrals name according to the guidelines. Issue-ID: SO-1490"

5 years agoMerge "Configuration object status to Inventoried"
Seshu Kumar M [Wed, 24 Apr 2019 16:08:21 +0000 (16:08 +0000)]
Merge "Configuration object status to Inventoried"

5 years agoConfiguration object status to Inventoried 58/86158/1
Benjamin, Max (mb388a) [Mon, 22 Apr 2019 00:28:38 +0000 (20:28 -0400)]
Configuration object status to Inventoried

Set initial OrchestrationStatus of Configuration object to Inventoried
After Assign call, we need to set the configuration orchestration status
to Assigned

Change-Id: I4abaeb18d1d220b2bdd03269b3b5a2aba478bf64
Issue-ID: SO-1796
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoRemoval of unused local variables. 27/86127/2
NITIN KAWA [Wed, 24 Apr 2019 08:43:56 +0000 (08:43 +0000)]
Removal of unused local variables.
Removal of unused local guidelines as per guidelines.
Issue-ID: SO-1490

Change-Id: I54df34d24a88b5cf7a4e3f0a222ff334b85ebe83
Signed-off-by: NITIN KAWA <nitin.kawa@huawei.com>
5 years agoChange static string litral. 26/86126/1
h00397475 [Wed, 24 Apr 2019 08:39:10 +0000 (14:09 +0530)]
Change static string litral.
Change static string litrals name according to the guidelines.
Issue-ID: SO-1490

Change-Id: Iadabb204c5615f3bc559076999429bc0b9f615f6
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
5 years agoReplace literals with constants. 18/86118/1
h00397475 [Wed, 24 Apr 2019 06:48:41 +0000 (12:18 +0530)]
Replace literals with constants.
Replace repeated string literals with constants as per guidelines.
Issue-ID: SO-1490

Change-Id: Iffd4f5349f5e5c11daeb2ec76a75125c38a3e867
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
5 years agoremoval of unused file imports. 16/86116/1
Subhosree Pan [Wed, 24 Apr 2019 06:04:54 +0000 (06:04 +0000)]
removal of unused file imports.
removal of unused file imports.
Issue-ID: SO-1490

Change-Id: I35c09f25f363c7da276beece4fff854f8f42a2f8
Signed-off-by: Subhosree Pan <subhosree.pan1@huawei.com>
5 years agoadd resourceInput in vnfc 36/86036/2
zm330 [Tue, 23 Apr 2019 10:08:56 +0000 (18:08 +0800)]
add resourceInput in vnfc
Issue-ID: SO-1393

Change-Id: I643f49df545bef92f0f0e931f7b7ce1a5dbc21c0
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
5 years agoRemove the literal boolean values. 92/86092/1
Driptaroop Das [Tue, 23 Apr 2019 20:20:41 +0000 (01:50 +0530)]
Remove the literal boolean values.

Remove the literal boolean values.

Issue-ID: SO-1811
Change-Id: Iaa565b92cce2b6c8eddb77aff93491014cb7d7a3
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
5 years agoSniro BB now supports sole service proxies 68/85268/2
Benjamin, Max (mb388a) [Sun, 14 Apr 2019 13:21:10 +0000 (09:21 -0400)]
Sniro BB now supports sole service proxies

Enhanced sniro BB to account for sole service proxies to support 1908.

Change-Id: I4bf57c7c43de755be03d2284cde321d182255ceb
Issue-ID: SO-1790
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoDefine constant in place of repeating literals. 50/86050/1
h00397475 [Tue, 23 Apr 2019 13:03:39 +0000 (18:33 +0530)]
Define constant in place of repeating literals.

Constant is defined and used further instead of using the same literal.

Issue-ID: SO-1490

Change-Id: Icabbd5074d8fb72643b8b73eba78d11507eefe1a
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
5 years agoMerge "Define constants in place of repeated literals Defined constants to avoid...
Seshu Kumar M [Tue, 23 Apr 2019 13:02:39 +0000 (13:02 +0000)]
Merge "Define constants in place of repeated literals Defined constants to avoid repeated use of literals Issue-ID: SO-1490 bash: c: command not found"

5 years agoDefine constant in place of literals 45/86045/1
h00397475 [Tue, 23 Apr 2019 12:39:17 +0000 (18:09 +0530)]
Define constant in place of literals

Constants are declared and used in place of literals

Issue-ID: SO-1490

Change-Id: I674b250fa3e141deea5c4b6c43d6fa94733f0b67
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
5 years agoMerge "Define constant for String literal"
Seshu Kumar M [Tue, 23 Apr 2019 11:50:45 +0000 (11:50 +0000)]
Merge "Define constant for String literal"

5 years agoMerge "Remove unused private field and replace repeated string with constants."
Seshu Kumar M [Tue, 23 Apr 2019 11:49:26 +0000 (11:49 +0000)]
Merge "Remove unused private field and replace repeated string with constants."

5 years agoMerge "Define constant in place of repeated literals."
Seshu Kumar M [Tue, 23 Apr 2019 11:48:38 +0000 (11:48 +0000)]
Merge "Define constant in place of repeated literals."

5 years agoMerge "Fix issue where null variable causes task to not" into dublin
Steve Smokowski [Tue, 23 Apr 2019 11:34:52 +0000 (11:34 +0000)]
Merge "Fix issue where null variable causes task to not" into dublin

5 years agoDefine constants in place of repeated literals 40/86040/1
h00397475 [Tue, 23 Apr 2019 10:55:42 +0000 (16:25 +0530)]
Define constants in place of repeated literals
Defined constants to avoid repeated use of literals
Issue-ID: SO-1490
bash: c: command not found

Change-Id: I6e3808fc462c9c87f5cfbe81f39aad3187b49930
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
5 years agoMerge "Declare constant for String literal"
Seshu Kumar M [Tue, 23 Apr 2019 10:42:12 +0000 (10:42 +0000)]
Merge "Declare constant for String literal"

5 years agoMerge "Reorder modifiers to comply with java standards"
Seshu Kumar M [Tue, 23 Apr 2019 10:26:38 +0000 (10:26 +0000)]
Merge "Reorder modifiers to comply with java standards"

5 years agoMerge "Shift constructor to comply with coding standards"
Seshu Kumar M [Tue, 23 Apr 2019 10:21:50 +0000 (10:21 +0000)]
Merge "Shift constructor to comply with coding standards"

5 years agoDefine constant in place of repeated literals. 37/86037/1
h00397475 [Tue, 23 Apr 2019 10:21:36 +0000 (15:51 +0530)]
Define constant in place of repeated literals.

Defined a constant instead of repeatedly using literals.

Issue-ID: SO-1490

Change-Id: I4fc4eddeebf42436d6198ba92d7c8bfa8f3394b0
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
5 years agoMerge "Moved base client to new location" into dublin
subhash kumar singh [Tue, 23 Apr 2019 10:21:27 +0000 (10:21 +0000)]
Merge "Moved base client to new location" into dublin

5 years agoMerge "Remove unused imports"
Seshu Kumar M [Tue, 23 Apr 2019 10:21:23 +0000 (10:21 +0000)]
Merge "Remove unused imports"

5 years agoMerge "Move variable,constructor to comply with standard"
Seshu Kumar M [Tue, 23 Apr 2019 10:13:41 +0000 (10:13 +0000)]
Merge "Move variable,constructor to comply with standard"

5 years agoRemove unused private field and replace repeated string with constants. 35/86035/1
h00397475 [Tue, 23 Apr 2019 09:59:12 +0000 (15:29 +0530)]
Remove unused private field and replace repeated string with constants.

Remove unused private field and replace repeated string with constants.

Change-Id: I2e68cfb5e7d83e626cb2e274b7ea2989352f2867
Issue-ID: SO-1490
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
5 years agoMerge "Remove unused variables from class file. Remove unused local variables from...
Seshu Kumar M [Tue, 23 Apr 2019 09:52:36 +0000 (09:52 +0000)]
Merge "Remove unused variables from class file. Remove unused local variables from class files. Issue-ID: SO-1490"

5 years agoMerge "Move String literal to left-hand side of equals"
Seshu Kumar M [Tue, 23 Apr 2019 09:51:49 +0000 (09:51 +0000)]
Merge "Move String literal to left-hand side of equals"

5 years agoRemove unused variables from class file. 24/86024/1
h00397475 [Tue, 23 Apr 2019 06:47:35 +0000 (12:17 +0530)]
Remove unused variables from class file.
Remove unused local variables from class files.
Issue-ID: SO-1490

Change-Id: I8d0a39183883d97ab54ea04ce62f520247958a48
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
5 years agoMove String literal to left-hand side of equals 18/86018/1
Sindhuri.A [Tue, 23 Apr 2019 06:14:11 +0000 (11:44 +0530)]
Move String literal to left-hand side of equals

Move String literal to left-hand side of equals MavenLikeVersioning class

Issue-ID: SO-1490

Change-Id: Ib19caaf367fbf5b85488cd63270186020d46d3ef
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoMove variable,constructor to comply with standard 17/86017/1
Sindhuri.A [Tue, 23 Apr 2019 05:32:18 +0000 (11:02 +0530)]
Move variable,constructor to comply with standard

Move variable,constructor to comply with coding standards

Issue-ID: SO-1490

Change-Id: Id34939ad5b0be094a1b0301bee62f421b1298096
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoRemove unused imports 15/86015/1
Sindhuri.A [Tue, 23 Apr 2019 04:49:42 +0000 (10:19 +0530)]
Remove unused imports

Remove unused imports catalog beans classes

Issue-ID: SO-1490

Change-Id: I2061c2b293f85d4308c188beccfdb34cb17c3aed
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoadd vnfcInstanceGroup sequence 04/86004/2
zm330 [Tue, 23 Apr 2019 02:46:53 +0000 (10:46 +0800)]
add vnfcInstanceGroup sequence
Issue-ID: SO-1393

Change-Id: Ife3b71dcfa543a693564779da44800f1dd8486e9
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
5 years agoMerge "Status message for create vf module event audit"
Steve Smokowski [Mon, 22 Apr 2019 13:35:31 +0000 (13:35 +0000)]
Merge "Status message for create vf module event audit"

5 years agoShift constructor to comply with coding standards 57/85957/2
Sindhuri.A [Mon, 22 Apr 2019 09:19:42 +0000 (14:49 +0530)]
Shift constructor to comply with coding standards

Shift constructor to comply with coding standards CLoudifyRequest class

Issue-ID: SO-1490

Change-Id: I63cfbf129bb4d44027cfa74a93f490e1d269ac52
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoReorder modifiers to comply with java standards 58/85958/1
Sindhuri.A [Mon, 22 Apr 2019 09:23:47 +0000 (14:53 +0530)]
Reorder modifiers to comply with java standards

Reorder modifiers to comply with java standards CancelExecutionParams class

Issue-ID: SO-1490

Change-Id: Id2eb6862482dbcaeb349ab466f44d54130d699a3
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoDeclare constant for String literal 30/85930/1
Sindhuri.A [Mon, 22 Apr 2019 05:37:28 +0000 (11:07 +0530)]
Declare constant for String literal

Declare constant for String literal cloudify v3 client classes

Issue-ID: SO-1490

Change-Id: I8843bfb7aae5b25c6d9ad201c90a5bf9d3b0d577
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoDefine constant for String literal 21/85921/1
Sindhuri.A [Mon, 22 Apr 2019 02:13:41 +0000 (07:43 +0530)]
Define constant for String literal

Define constant for String literal BlueprintsReource class

Issue-ID: SO-1490

Change-Id: Iebe6399d36d9124910facfafd18b40929ea98f02
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoFix issue where null variable causes task to not 11/85911/1
Benjamin, Max (mb388a) [Mon, 22 Apr 2019 00:42:19 +0000 (20:42 -0400)]
Fix issue where null variable causes task to not

fixed formatting of newly added files
Fix issue where null variable causes task to not complete

Change-Id: If2361a0834220c2e2738917a2e5bf9b012570929
Issue-ID: SO-1806
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoStatus message for create vf module event audit 09/85909/2
Benjamin, Max (mb388a) [Sun, 21 Apr 2019 15:11:21 +0000 (11:11 -0400)]
Status message for create vf module event audit

Added appc to application-test due to new dependency in openstack
Updated exception class to inject mock into class for junits.
Added error handling support for when create audit fails.
Added error handling for when create audit fails and added test
Updated test schema file to create table and added field.
Updated pom file to relfect typo in change made.
Updated locaton of pojos for audit code
Updated test schema file to create table and added field.
Updated pom file to relfect typo in change made.
Comitting files that i forgot to stage from previous commit
Updated locaton of pojos for audit code
Additional fixes including vnfcname and null check
Fixed bug in delete audit failure check and reverted gateway change.

Change-Id: I993ce377dd6407960a65b4940d83d8162b24633c
Issue-ID: SO-1792
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoMerge "Add existing vnf customization for service"
Seshu Kumar M [Sun, 21 Apr 2019 17:38:05 +0000 (17:38 +0000)]
Merge "Add existing vnf customization for service"

5 years agoMerge "Substitute string literal with constant"
Seshu Kumar M [Sun, 21 Apr 2019 17:30:37 +0000 (17:30 +0000)]
Merge "Substitute string literal with constant"

5 years agoMerge "Move String literal to left-hand side of equals"
Seshu Kumar M [Sun, 21 Apr 2019 17:27:27 +0000 (17:27 +0000)]
Merge "Move String literal to left-hand side of equals"

5 years agoMerge "Remove unused import,replace type specification"
Seshu Kumar M [Sun, 21 Apr 2019 17:22:43 +0000 (17:22 +0000)]
Merge "Remove unused import,replace type specification"

5 years agoMerge "Replace type specification,Remove unused import"
Seshu Kumar M [Sun, 21 Apr 2019 17:19:45 +0000 (17:19 +0000)]
Merge "Replace type specification,Remove unused import"

5 years agoMerge "Remove import,variable,shift constructor call"
Seshu Kumar M [Sun, 21 Apr 2019 17:13:29 +0000 (17:13 +0000)]
Merge "Remove import,variable,shift constructor call"

5 years agoMerge "Replace String literal with constant"
Seshu Kumar M [Sun, 21 Apr 2019 17:00:38 +0000 (17:00 +0000)]
Merge "Replace String literal with constant"

5 years agoMerge "Reallocate Constructor call"
Seshu Kumar M [Sun, 21 Apr 2019 16:58:21 +0000 (16:58 +0000)]
Merge "Reallocate Constructor call"

5 years agoMerge "Replace String literal with a constant"
Seshu Kumar M [Sun, 21 Apr 2019 16:56:46 +0000 (16:56 +0000)]
Merge "Replace String literal with a constant"

5 years agoMerge "Remove unused logger"
Seshu Kumar M [Sun, 21 Apr 2019 16:55:39 +0000 (16:55 +0000)]
Merge "Remove unused logger"

5 years agoMerge "Move Constructor call"
Seshu Kumar M [Sun, 21 Apr 2019 16:54:03 +0000 (16:54 +0000)]
Merge "Move Constructor call"

5 years agoMerge "Shift Constructor call"
Seshu Kumar M [Sun, 21 Apr 2019 16:52:13 +0000 (16:52 +0000)]
Merge "Shift Constructor call"

5 years agoDefine String Literal,use in place constant 05/85905/2
Sindhuri.A [Sun, 21 Apr 2019 10:33:08 +0000 (16:03 +0530)]
Define String Literal,use in place constant

Define String Literal,use in place constant InfraActiveRequestsRepositoryImpl

Issue-ID: SO-1490

Change-Id: I5310726dee33fda3e79ddcfdc8c077c0ef648e4b
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoReallocate Constructor call 03/85903/1
Sindhuri.A [Sun, 21 Apr 2019 07:57:53 +0000 (13:27 +0530)]
Reallocate Constructor call

Reallocate Constructor call api handler common Constants class

Issue-ID: SO-1490

Change-Id: I07ec6ca98019860105361f622a792abdf726f30b
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoMove Constructor call 02/85902/1
Sindhuri.A [Sun, 21 Apr 2019 06:38:25 +0000 (12:08 +0530)]
Move Constructor call

Move Constructor call CamundaResponse class

Issue-ID: SO-1490

Change-Id: I60d31c31dff8a27319a0e85624c4d7b1eeeca032
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoShift Constructor call 00/85900/2
Sindhuri.A [Sun, 21 Apr 2019 06:24:37 +0000 (11:54 +0530)]
Shift Constructor call

Shift Constructor call CamundaResponse class

Issue-ID: SO-1490

Change-Id: Ie4105120b0ddc50281149c65b0186b89d4570359
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoReplace String literal with constant 98/85898/2
Sindhuri.A [Sat, 20 Apr 2019 13:49:40 +0000 (19:19 +0530)]
Replace String literal with constant

Replace String literal with a constant VnfAdapterNotify_Service class

Issue-ID: SO-1490

Change-Id: Iebcfb6254fce98cc09e772389629bba2af169194
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoRemove import,variable,shift constructor call 97/85897/1
Sindhuri.A [Sat, 20 Apr 2019 13:34:30 +0000 (19:04 +0530)]
Remove import,variable,shift constructor call

Remove unused import,variable,shift constructor call MsoVnfPluginAdapterImpl class

Issue-ID: SO-1490

Change-Id: I1d722d7157ccbb9366dfe0ae60529c40615bb8e3
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoReplace String literal with a constant 96/85896/1
Sindhuri.A [Sat, 20 Apr 2019 13:24:59 +0000 (18:54 +0530)]
Replace String literal with a constant

Replace String literal with a constant MsoVnfCloudifyAdapterImpl class

Issue-ID: SO-1490

Change-Id: I89599391fba99a6e979bd19d6e86684c8691ec8b
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoReplace type specification,Remove unused import 94/85894/1
Sindhuri.A [Sat, 20 Apr 2019 11:31:16 +0000 (17:01 +0530)]
Replace type specification,Remove unused import

Replace type specification,Remove unused import sniro beans

Issue-ID: SO-1490

Change-Id: Ic7d96ccc79db3cee839cc230dd69121ab6796e88
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoRemove unused import,replace type specification 93/85893/1
Sindhuri.A [Sat, 20 Apr 2019 11:18:30 +0000 (16:48 +0530)]
Remove unused import,replace type specification

Remove unused logger,replace type specification sniro beans classes

Issue-ID: SO-1490

Change-Id: I02602de39507e80227336a4964a7a9a9c8cbfb85
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoMove String literal to left-hand side of equals 91/85891/1
Sindhuri.A [Sat, 20 Apr 2019 11:09:50 +0000 (16:39 +0530)]
Move String literal to left-hand side of equals

Move String literal to left-hand side of equals SniroValidator class

Issue-ID: SO-1490

Change-Id: Ib9d1ba94908f92cc46cf5a8177e3808327398600
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoAdd existing vnf customization for service 90/85890/1
subhash kumar singh [Sat, 20 Apr 2019 10:50:08 +0000 (16:20 +0530)]
Add existing vnf customization for service

Add existing vnf customiation for service if they are exit in db.
Otherwise vnf_resource_customization_to_service will hold only
last process VF while parsing.

Change-Id: I52ea9dec58630e61eae88e7c9325aa37d64c00d6
Issue-ID: SO-1805
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
5 years agoSubstitute string literal with constant 87/85887/1
Sindhuri.A [Sat, 20 Apr 2019 08:36:40 +0000 (14:06 +0530)]
Substitute string literal with constant

Substitute string literal with constant SO client sdnc classes

Issue-ID: SO-1490

Change-Id: Iada1dedfb27ec75946ba5bad23547a2fd8c4ae39
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoMoved base client to new location 83/85883/1
Benjamin, Max (mb388a) [Wed, 17 Apr 2019 15:19:01 +0000 (11:19 -0400)]
Moved base client to new location

Change-Id: I0d8ab71393935ca791d37bb23340f96b921f5505
Issue-ID: SO-1791
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoalways convert values toString for xml marshalling 82/85882/1
Benjamin, Max (mb388a) [Tue, 16 Apr 2019 21:21:23 +0000 (17:21 -0400)]
always convert values toString for xml marshalling

always convert values toString for xml marshalling
added in null check and object mapper call

Change-Id: Ie91c313dce110d53586e6773e2223d63be799a54
Issue-ID: SO-1786
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoRemove unused logger 81/85881/1
Sindhuri.A [Sat, 20 Apr 2019 07:37:30 +0000 (13:07 +0530)]
Remove unused logger

Remove unused logger client orchestration classes

Issue-ID: SO-1490

Change-Id: Ic36e7a33e35f28cc202614c3eee2dd1945f1aefe
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoMerge "Remove unused imports, logger"
Seshu Kumar M [Sat, 20 Apr 2019 07:35:48 +0000 (07:35 +0000)]
Merge "Remove unused imports, logger"

5 years agoMerge "Added constant for maxElapsedTime"
Seshu Kumar M [Sat, 20 Apr 2019 07:35:03 +0000 (07:35 +0000)]
Merge "Added constant for maxElapsedTime"

5 years agoMerge "Remove logger, unused import"
Seshu Kumar M [Sat, 20 Apr 2019 07:34:04 +0000 (07:34 +0000)]
Merge "Remove logger, unused import"

5 years agoMerge "Change variable name to match regex"
Seshu Kumar M [Sat, 20 Apr 2019 06:55:14 +0000 (06:55 +0000)]
Merge "Change variable name to match regex"

5 years agoMerge "change modifier order,remove unused import"
Seshu Kumar M [Sat, 20 Apr 2019 06:54:17 +0000 (06:54 +0000)]
Merge "change modifier order,remove unused import"

5 years agoMerge "Substitute String Literal with Constant"
Seshu Kumar M [Sat, 20 Apr 2019 06:52:33 +0000 (06:52 +0000)]
Merge "Substitute String Literal with Constant"

5 years agoMerge "Replace String Literal with a Constant"
Seshu Kumar M [Sat, 20 Apr 2019 06:51:54 +0000 (06:51 +0000)]
Merge "Replace String Literal with a Constant"

5 years agoMerge "Replace String Literals with Constant"
Seshu Kumar M [Sat, 20 Apr 2019 06:51:28 +0000 (06:51 +0000)]
Merge "Replace String Literals with Constant"

5 years agoMerge "Change variable name to match regex,remove logger"
Seshu Kumar M [Sat, 20 Apr 2019 06:50:20 +0000 (06:50 +0000)]
Merge "Change variable name to match regex,remove logger"

5 years agoMerge "Add SO update config file -application.yaml file"
Seshu Kumar M [Sat, 20 Apr 2019 06:40:34 +0000 (06:40 +0000)]
Merge "Add SO update config file -application.yaml file"

5 years agoMerge "Move String literal to left-hand side of equals"
Seshu Kumar M [Sat, 20 Apr 2019 06:38:17 +0000 (06:38 +0000)]
Merge "Move String literal to left-hand side of equals"

5 years agoAdded constant for maxElapsedTime 40/85840/2
Sindhuri.A [Fri, 19 Apr 2019 17:45:43 +0000 (23:15 +0530)]
Added constant for maxElapsedTime

Added constant for maxElapsedTime DmaapConsumer.java

Issue-ID: SO-1490

Change-Id: Ifed2ea57eb4cfb42fc7a34ebf7bfd2c8954b05b0
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
5 years agoMerge "change modifier order,replacce type specification"
Seshu Kumar M [Sat, 20 Apr 2019 06:33:52 +0000 (06:33 +0000)]
Merge "change modifier order,replacce type specification"

5 years agoMerge "Shift String literal to left-hand side of equals"
Seshu Kumar M [Sat, 20 Apr 2019 06:32:26 +0000 (06:32 +0000)]
Merge "Shift String literal to left-hand side of equals"

5 years agoMerge "Replace type specification"
Seshu Kumar M [Sat, 20 Apr 2019 06:27:36 +0000 (06:27 +0000)]
Merge "Replace type specification"

5 years agoMerge "Replace type spec, shift modifier order"
Seshu Kumar M [Sat, 20 Apr 2019 06:25:48 +0000 (06:25 +0000)]
Merge "Replace type spec, shift modifier order"