so.git
6 years agofix for including the operation ID in response 37/19237/1
Seshu-Kumar-M [Tue, 17 Oct 2017 09:57:14 +0000 (15:27 +0530)]
fix for including the operation ID in response

IssueId: SO-226

Change-Id: Ifd515c16b876cc006703a9ae87e5daaff0b34a14
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
6 years agoMerge "Update hibernate files to initialize timestamp"
Seshu Kumar M [Fri, 13 Oct 2017 04:44:17 +0000 (04:44 +0000)]
Merge "Update hibernate files to initialize timestamp"

6 years agoBuild support for Camunda EE Cockpit 97/18597/1
Rob Daugherty [Thu, 12 Oct 2017 16:47:20 +0000 (12:47 -0400)]
Build support for Camunda EE Cockpit

The community edition Camunda Cockpit does not have the
capability to inspect a running or completed process.
This makes it useless for debugging purposes.

If a user has an enterprise license, it should be
possible to build SO using the enterprise version of
Camunda.

This commit modifies the SO poms so that the camunda
version may be specified on the maven command line, as
follows:

-Dcamunda.version=7.7.3-ee -Dcamunda.bpm.webapp.artifact=camunda-webapp-ee-jboss-standalone

A maven repository containing the enterprise artifacts
(in this case, 7.7.3-ee) would also need to be provided
at build time in the maven settings.xml configuration.

Issue: SO-216
Change-Id: Idff63ce70475299924333b37aa51f8d963adf568
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoUpdate hibernate files to initialize timestamp 79/18579/1
Jim Hahn [Thu, 12 Oct 2017 15:32:34 +0000 (11:32 -0400)]
Update hibernate files to initialize timestamp

Updated the hibernate hbm.xml files to correct the following issues:
1) Timestamps had generated="insert" but hibernate was not auto-populating
the timestamp value thus the DB was generating an exception.  Modified
the definition of this field to cause hibernate to provide the default
value of CURRENT_TIMESTAMP.  This impacted most of the hbm.xml files.
2) While running junit tests, the following message appeared in the log
underneath most of the hbm.xml files:
Recognized obsolete hibernate namespace
http://hibernate.sourceforge.net/. Use namespace
http://www.hibernate.org/dtd/ instead. Refer to
Hibernate 3.6 Migration Guide!
Updated most of the hbm.xml files, changing the namespace per the
guide.  Note: a couple of the files were already correctly configured.

Change-Id: Id96775b7bd7a42da0c00e208e33aed6fa96ab996
Issue-Id: SO-215
Signed-off-by: Jim Hahn <jrh3@att.com>
6 years agoMerge "Iterate over "entrySet" instead of "keySet""
Seshu Kumar M [Thu, 12 Oct 2017 14:46:56 +0000 (14:46 +0000)]
Merge "Iterate over "entrySet" instead of "keySet""

6 years agoMerge "Iterate over entrySet instead of keySet"
Seshu Kumar M [Thu, 12 Oct 2017 14:43:53 +0000 (14:43 +0000)]
Merge "Iterate over entrySet instead of keySet"

6 years agoIterate over entrySet instead of keySet 33/18533/2
rama-huawei [Thu, 12 Oct 2017 12:59:00 +0000 (18:29 +0530)]
Iterate over entrySet instead of keySet

Issue-id: SO-214

Change-Id: I7035fb50a0025f0da72eacfe9cee706799202cf7
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
6 years agoIterate over "entrySet" instead of "keySet" 51/18551/1
rama-huawei [Thu, 12 Oct 2017 13:48:53 +0000 (19:18 +0530)]
Iterate over "entrySet" instead of "keySet"

Issue-id: SO-214

Change-Id: Ic402b02a82bd613b0753db1530dd76ce59c3ad08
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
6 years agoReplace usage of System.out by a logger 29/18529/1
rama-huawei [Thu, 12 Oct 2017 12:42:07 +0000 (18:12 +0530)]
Replace usage of System.out by a logger

Issue-Id: SO-213

Change-Id: Ia4bed73b2ef46fd195d7e3ffdfcaf140c38ab6fa
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
6 years agoMerge "Set context for VFC Create api"
Seshu Kumar M [Thu, 12 Oct 2017 09:56:04 +0000 (09:56 +0000)]
Merge "Set context for VFC Create api"

6 years agoSet context for VFC Create api 73/18473/1
c00149107 [Thu, 12 Oct 2017 08:31:14 +0000 (16:31 +0800)]
Set context for VFC Create api

Set context for VFC Create api

Change-Id: I33363c15eaa7dc0aa17921792968814970a58df0
Issue-ID:SO-212
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoMerge "Add junit test coverage and fix bugs in VCPE"
Seshu Kumar M [Thu, 12 Oct 2017 05:35:08 +0000 (05:35 +0000)]
Merge "Add junit test coverage and fix bugs in VCPE"

6 years agoAdd global Customer Info for VFC 09/18409/1
c00149107 [Thu, 12 Oct 2017 02:38:49 +0000 (10:38 +0800)]
Add global Customer Info for VFC

Add global Customer Info for VFC NS Create

Change-Id: I38fbd8c8bdc854b0f93ae2302d09f2725d83b67a
Issue-ID:SO-211
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoAdd junit test coverage and fix bugs in VCPE 11/18311/1
Jim Hahn [Wed, 11 Oct 2017 15:49:51 +0000 (11:49 -0400)]
Add junit test coverage and fix bugs in VCPE

Added additional junit tests for VCPE and fixed bugs that were found while
testing.

Change-Id: Icb6a0c936a16b775ff553c11cb07a4348bd9ebfc
Issue-ID: SO-210
Signed-off-by: Jim Hahn <jrh3@att.com>
6 years agoImp Modules refactored for the readthedocs 73/18273/2
Seshu-Kumar-M [Wed, 11 Oct 2017 12:39:35 +0000 (20:39 +0800)]
Imp Modules refactored for the readthedocs

Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
IssueId: SO-209
Change-Id: Ie1b553863f824497fbe7381f66bc1581310702af

6 years agoMerge "Correct E2E svc to update RequestDb"
Seshu Kumar M [Wed, 11 Oct 2017 12:56:44 +0000 (12:56 +0000)]
Merge "Correct E2E svc to update RequestDb"

6 years agoCorrect E2E svc to update RequestDb 15/18215/3
seshukm [Wed, 11 Oct 2017 08:47:50 +0000 (14:17 +0530)]
Correct E2E svc to update RequestDb

IssueId: SO-205

Change-Id: Ib5f634c13c09c9f5df04d3973dd6c95684520d0b
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoMerge "SO readthe docs - take2"
Chuanyu Chen [Wed, 11 Oct 2017 09:58:22 +0000 (09:58 +0000)]
Merge "SO readthe docs - take2"

6 years agoMerge "Add progress for create workflow"
Seshu Kumar M [Wed, 11 Oct 2017 09:54:02 +0000 (09:54 +0000)]
Merge "Add progress for create workflow"

6 years agoAdd progress for create workflow 13/18213/1
c00149107 [Wed, 11 Oct 2017 08:46:50 +0000 (16:46 +0800)]
Add progress for create workflow

Add progress and operation content for create workflow operation

Change-Id: Ib48ab5be7f65a039813db1da816dbe7ac4c0e6f1
Issue-ID:SO-206
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoSO readthe docs - take2 09/18209/1
Seshu-Kumar-M [Wed, 11 Oct 2017 08:33:41 +0000 (16:33 +0800)]
SO readthe docs - take2

Change-Id: I28734d6a859179658bae15c760758006e48458d5
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
IssueId: SO-201

6 years agoSO readthedocs in platform perspective 41/18141/3
seshukm [Wed, 11 Oct 2017 04:47:45 +0000 (10:17 +0530)]
SO readthedocs in platform perspective

IssueId:SO-201

Change-Id: Ib440d2a93e8700c47d56b2e85c8e50d460362e50
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoMerge "Sonar blocker issue - NullPointerExeption - take 2"
Seshu Kumar M [Wed, 11 Oct 2017 01:49:22 +0000 (01:49 +0000)]
Merge "Sonar blocker issue - NullPointerExeption - take 2"

6 years agoFix E2E flow process names 79/18079/1
Rob Daugherty [Wed, 11 Oct 2017 00:30:28 +0000 (20:30 -0400)]
Fix E2E flow process names

DeleteCustomE2EServiceInstance and DoCustomDeleteE2EServiceInstance
both declared their names to be "Process_1".  I've changed their
process names.

Issue: SO-200
Change-Id: Ic1fd302a38c27d0d3a1a8200b4002a55fa0625f8
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoMerge "Updated port for SNIRO in Homing tests"
Rob Daugherty [Wed, 11 Oct 2017 00:27:47 +0000 (00:27 +0000)]
Merge "Updated port for SNIRO in Homing tests"

6 years agoAdd errorRef to DeleteCustomE2EServiceInstance 63/18063/1
Rob Daugherty [Tue, 10 Oct 2017 21:35:27 +0000 (17:35 -0400)]
Add errorRef to DeleteCustomE2EServiceInstance

Every throwing event needs an errorRef element.

Issue: SO-200
Change-Id: I29fe145912e38cb8697638926c4b1766047195f2
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoSonar blocker issue - NullPointerExeption - take 2 61/18061/1
Arthur Martella [Tue, 10 Oct 2017 21:26:19 +0000 (17:26 -0400)]
Sonar blocker issue - NullPointerExeption - take 2

Catch potential NullPointerException described in https://sonar.onap.org/issues/search#issues=AV7t547AlaLbmlVXT_jY
Semi-duplicate of https://gerrit.onap.org/r/#/c/17703/
Trying again from newer branch which will hopefully fix build failures.

Change-Id: I65c9af1ec1a90bed201042cffb45f3871222a889
Issue-ID: SO-165
Signed-off-by: Arthur Martella <amartell@research.att.com>
6 years agoUpdated port for SNIRO in Homing tests 47/18047/1
Arthur Martella [Tue, 10 Oct 2017 19:59:14 +0000 (15:59 -0400)]
Updated port for SNIRO in Homing tests

Change-Id: Idbf4c87544c92dc6b744a859c024c773ec00e2cd
Issue-id: SO-138
Signed-off-by: Arthur Martella <amartell@research.att.com>
6 years agoMerge "Change bpmn surefire plugin to reuse forks"
Seshu Kumar M [Tue, 10 Oct 2017 14:36:24 +0000 (14:36 +0000)]
Merge "Change bpmn surefire plugin to reuse forks"

6 years agoChange bpmn surefire plugin to reuse forks 71/17971/1
Rob Daugherty [Tue, 10 Oct 2017 14:30:10 +0000 (10:30 -0400)]
Change bpmn surefire plugin to reuse forks

This is how it was prior to the SO-193 fix.  Some unit tests
are now failing in the jenkins environment.  Maybe this will
help.

Issue: SO-193
Change-Id: Idac2a25e2f85581aaceaae10b8eacb5f312b2a70
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoDelete unwated code 29/17929/2
seshukm [Tue, 10 Oct 2017 11:02:17 +0000 (16:32 +0530)]
Delete unwated code

Change-Id: I05931195c51f171a59bb8f831e8fbbf7fd7ea11f
IssueId: SO-202
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoInitial Commit docs RC0 15/17915/1
seshukm [Tue, 10 Oct 2017 10:20:00 +0000 (15:50 +0530)]
Initial Commit docs RC0

SO-201

Change-Id: I6c485d21ac31fda103072e99393beecb67b6eafa
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoAdding BPMN and Groovy for E2E Svc 37/17837/2
seshukm [Tue, 10 Oct 2017 06:45:10 +0000 (12:15 +0530)]
Adding BPMN and Groovy for E2E Svc

IssueId: SO-200

Change-Id: Idf3f9d0f64d0942ca6d004928b788c14a1605a77
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoMerge "MSOCommonBPMN flows are not being deployed"
Rob Daugherty [Tue, 10 Oct 2017 02:12:31 +0000 (02:12 +0000)]
Merge "MSOCommonBPMN flows are not being deployed"

6 years agoMSOCommonBPMN flows are not being deployed 31/17731/1
Rob Daugherty [Mon, 9 Oct 2017 20:47:29 +0000 (16:47 -0400)]
MSOCommonBPMN flows are not being deployed

Flows in the MSOCommonBPMN jar, which is embedded in the
MSOInfrastructureBPMN war, are not being deployed.

MSOCommonBPMN needs a processes.xml file.

I'm also fixing a problem with CustomE2EGetService.bpmn, which claims
it is the GenericGetService flow.  This creates a conflict with the
real GenericGetService flow.

Issue: SO-199
Change-Id: I1ec9d4ad079abf65b5c276b625b46a86805a15e6
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoChange if condition to not always be false 95/17695/1
Arthur Martella [Mon, 9 Oct 2017 16:54:58 +0000 (12:54 -0400)]
Change if condition to not always be false

Issue: SO-197
Change-Id: I93f8ea9deaea5b2f08b34394fcf2b2362718ca43
Signed-off-by: Arthur Martella <amartell@research.att.com>
6 years agoFixes for sonar coverage in bpmn 65/17565/1
Rob Daugherty [Sun, 8 Oct 2017 22:03:16 +0000 (18:03 -0400)]
Fixes for sonar coverage in bpmn

1. Coordinated jacoco and surefire JVM arg line options
2. Changed sonar plugin version to 2.19.1
3. Removed dead code (unused classes)

Issue: SO-193
Change-Id: I21b7a77510eec71f4d4ca9afde5b7f86f0e3cbd7
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoFor UT Coverage 53/17553/1
Seshu-Kumar-M [Sun, 8 Oct 2017 12:29:11 +0000 (17:59 +0530)]
For UT Coverage

SO-191

Change-Id: Iaa800bbe6bc65672c53adf3f432362c57b19e5d7
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
6 years agoMerge "MSO API Handler Test cases license"
Seshu Kumar M [Fri, 6 Oct 2017 18:49:50 +0000 (18:49 +0000)]
Merge "MSO API Handler Test cases license"

6 years agoMerge "Code coverage for SO adapters"
Seshu Kumar M [Fri, 6 Oct 2017 18:49:26 +0000 (18:49 +0000)]
Merge "Code coverage for SO adapters"

6 years agoMerge "MSO API Handler Test cases"
Seshu Kumar M [Fri, 6 Oct 2017 17:27:56 +0000 (17:27 +0000)]
Merge "MSO API Handler Test cases"

6 years agoCode coverage for SO adapters 95/17495/1
Seshu-Kumar-M [Fri, 6 Oct 2017 17:26:50 +0000 (01:26 +0800)]
Code coverage for SO adapters

IssueId: SO-191

Change-Id: I720e58a0ce058f4aec0b4c04b45ac88963a2c3b2
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
6 years agoMSO API Handler Test cases license 91/17491/1
Arthur Martella [Fri, 6 Oct 2017 16:46:24 +0000 (12:46 -0400)]
MSO API Handler Test cases license

Correcting license information for two classes.

Change-Id: Ibab17104bf1d1a2bb305cdb7e35a7181e2cc0871
Issue-ID: SO-171
Signed-off-by: Arthur Martella <amartell@research.att.com>
6 years agoMSO API Handler Test cases 83/17483/1
Arthur Martella [Fri, 6 Oct 2017 15:45:32 +0000 (11:45 -0400)]
MSO API Handler Test cases

Adding test cases for MSO API Handler coverage.

Change-Id: Ie4a3fc86395b9010357fb7027178933ff73150cc
Issue-ID: SO-171
Signed-off-by: Arthur Martella <amartell@research.att.com>
6 years agoUT for MSOinfra 45/17445/5
Seshu-Kumar-M [Fri, 6 Oct 2017 12:51:13 +0000 (20:51 +0800)]
UT for MSOinfra

SO-171

Change-Id: Id3af1d70eb603b1f4fd54226a0f602e9fde78b6a
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
6 years agoUT for the BPMN flow 43/17443/3
Seshu-Kumar-M [Fri, 6 Oct 2017 12:31:35 +0000 (20:31 +0800)]
UT for the BPMN flow

IssueId: SO-191

Change-Id: I167a7e96f4fd3a857a6c3e679dda132fc8a7f720
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
6 years agoMerge "Adding UT for SO"
Seshu Kumar M [Fri, 6 Oct 2017 09:21:16 +0000 (09:21 +0000)]
Merge "Adding UT for SO"

6 years agoMerge "Adding UT for MsoNetworkAdapters"
Seshu Kumar M [Fri, 6 Oct 2017 06:05:37 +0000 (06:05 +0000)]
Merge "Adding UT for MsoNetworkAdapters"

6 years agoAdding UT for SO 05/17405/1
seshukm [Fri, 6 Oct 2017 05:40:59 +0000 (11:10 +0530)]
Adding UT for SO

IssueId: SO-191

Change-Id: Ic9fb77341842fd48efc81341c3a42c26d101b60d
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoMerge "Adding docs for SO"
Seshu Kumar M [Fri, 6 Oct 2017 05:15:45 +0000 (05:15 +0000)]
Merge "Adding docs for SO"

6 years agoMerge "Adding docs for SO"
Seshu Kumar M [Fri, 6 Oct 2017 05:06:49 +0000 (05:06 +0000)]
Merge "Adding docs for SO"

6 years agoMerge "Adding UT for MSO catalogdb POJO"
Seshu Kumar M [Fri, 6 Oct 2017 05:04:32 +0000 (05:04 +0000)]
Merge "Adding UT for MSO catalogdb POJO"

6 years agoMerge "Adding UT for ApiHandlers"
Seshu Kumar M [Fri, 6 Oct 2017 05:00:35 +0000 (05:00 +0000)]
Merge "Adding UT for ApiHandlers"

6 years agoAdding docs for SO 21/17321/2
Seshu-Kumar-M [Thu, 5 Oct 2017 10:35:01 +0000 (16:05 +0530)]
Adding docs for SO

IssueId: SO-177

Change-Id: I19b403cb73d250d8679ce062417be376419e1f83
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
6 years agoAdding UT for MSO catalogdb POJO 07/17307/3
Seshu-Kumar-M [Thu, 5 Oct 2017 05:59:34 +0000 (11:29 +0530)]
Adding UT for MSO catalogdb POJO

UT-Step6

IssueId: SO-172

Change-Id: I18ba0ebfd372b06e688e5a1b6d9e8b8d34cab227
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
6 years agoAdding UT for MsoNetworkAdapters 03/17403/1
seshukm [Fri, 6 Oct 2017 04:43:34 +0000 (10:13 +0530)]
Adding UT for MsoNetworkAdapters

IssueId: SO-173

Change-Id: Ic4c48cb877e19d7cd380048451a53478f83fa373
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoMerge "Remove foreign key which is not supported by code"
Rob Daugherty [Thu, 5 Oct 2017 17:53:52 +0000 (17:53 +0000)]
Merge "Remove foreign key which is not supported by code"

6 years agoMerge "Adding UT for MSO catalogdb POJO"
DeWayne Filppi [Thu, 5 Oct 2017 17:15:32 +0000 (17:15 +0000)]
Merge "Adding UT for MSO catalogdb POJO"

6 years agoMerge "Adding UT for MSO catalogdb POJO"
DeWayne Filppi [Thu, 5 Oct 2017 17:13:09 +0000 (17:13 +0000)]
Merge "Adding UT for MSO catalogdb POJO"

6 years agoRemove foreign key which is not supported by code 53/17353/1
Rob Daugherty [Thu, 5 Oct 2017 15:18:21 +0000 (11:18 -0400)]
Remove foreign key which is not supported by code

The foreign key we fixed in the VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM
table is blocking distribution of the model.  The insert that's
failing is:

insert into VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM (
VNF_RESOURCE_CUST_MODEL_CUSTOMIZATION_UUID,
VF_MODULE_CUST_MODEL_CUSTOMIZATION_UUID)
values (?, ?);

The error is: "foreign key constraint fails"

Issue: SO-180
Change-Id: I8d98bde144eb666430632b6089d8d27d66527884
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoAdding docs for SO 31/17331/1
seshukm [Thu, 5 Oct 2017 13:38:33 +0000 (19:08 +0530)]
Adding docs for SO

IssueId: SO-177

Change-Id: I2ea5d5c52dca4b5258683839cfb51c6aada913cf
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoAdding UT for ApiHandlers 27/17327/1
seshukm [Thu, 5 Oct 2017 13:33:37 +0000 (19:03 +0530)]
Adding UT for ApiHandlers

IsuueId: SO-191

Change-Id: Iac92a61eb2692f3793a21097715735501d9954bd
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoAdding UT for MSO catalogdb POJO 03/17303/2
Seshu-Kumar-M [Thu, 5 Oct 2017 05:09:47 +0000 (10:39 +0530)]
Adding UT for MSO catalogdb POJO

UT-Step4

IssueId:SO-172

Change-Id: I33f1cb757f038085f649eaa836da90e32ef04814
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
6 years agoMerge "Moved "" string literal on the left side."
Seshu Kumar M [Thu, 5 Oct 2017 10:39:37 +0000 (10:39 +0000)]
Merge "Moved "" string literal on the left side."

6 years agoAdding UT for MSO catalogdb POJO 05/17305/2
Seshu-Kumar-M [Thu, 5 Oct 2017 05:30:23 +0000 (11:00 +0530)]
Adding UT for MSO catalogdb POJO

UT-Step5

IssueId:SO-172

Change-Id: I008b3587e68350dcc1c5a14069afbf8f0153a35b
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
6 years agoMoved "" string literal on the left side. 27/17227/2
rama-huawei [Wed, 4 Oct 2017 13:33:54 +0000 (19:03 +0530)]
Moved "" string literal on the left side.

Replaced with diamond symbol
Removed useless assignment to variables

Issue-Id: SO-187

Change-Id: If6fac39f2f8832fe6f7a00ed8f0a221e8d8fb897
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
6 years agoFix schema mismatch 87/17287/3
Rob Daugherty [Wed, 4 Oct 2017 20:11:11 +0000 (16:11 -0400)]
Fix schema mismatch

Corrected a foreign key definition in the
VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM table.

Issue: SO-180
Change-Id: I4dfb51ac615ca1dab19fbf3e0be728b2752e06bd
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoMerge "Adding UT for MsoCatalog POJO"
Seshu Kumar M [Wed, 4 Oct 2017 17:01:45 +0000 (17:01 +0000)]
Merge "Adding UT for MsoCatalog POJO"

6 years agoMerge "Fix Docker push in integration test"
Seshu Kumar M [Wed, 4 Oct 2017 16:59:54 +0000 (16:59 +0000)]
Merge "Fix Docker push in integration test"

6 years agoFix Docker push in integration test 31/17231/1
Determe, Sebastien (sd378r) [Wed, 4 Oct 2017 13:52:53 +0000 (15:52 +0200)]
Fix Docker push in integration test

Remove the push to registry when with-integration-tests profile is
enabled (tby default)

Change-Id: Iee9928577ae9189f846b6d4370aa5464de9ab765
Issue-ID: SO-188
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
6 years agoAdding UT for MsoCatalog POJO 87/17187/3
seshukm [Wed, 4 Oct 2017 08:17:44 +0000 (13:47 +0530)]
Adding UT for MsoCatalog POJO

UT-Step3

IssueId: SO-172

Change-Id: Iac580a8936104078e529db9fdab178e0686eae51
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoAdding UT for MsoCatalog POJO 85/17185/2
seshukm [Wed, 4 Oct 2017 08:08:23 +0000 (13:38 +0530)]
Adding UT for MsoCatalog POJO

UT-Step2

IssueId: SO-172

Change-Id: I4aa763ad9cf723f969b9fd9a9ab7eca5b303ade0
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoRemove HeatBridge for now 97/17197/1
Determe, Sebastien (sd378r) [Wed, 4 Oct 2017 10:20:44 +0000 (12:20 +0200)]
Remove HeatBridge for now

Remove python HeatBridge as it's breaking the docker build

Change-Id: I4f24ccfccbd631218fe0d39af93f8edb030dcf12
Issue-ID: SO-182
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
6 years agoMerge "SO ReadTheDoc Change"
Seshu Kumar M [Wed, 4 Oct 2017 07:10:22 +0000 (07:10 +0000)]
Merge "SO ReadTheDoc Change"

6 years agoMerge "Adding UT for MsoCatalog POJO"
Seshu Kumar M [Wed, 4 Oct 2017 07:08:52 +0000 (07:08 +0000)]
Merge "Adding UT for MsoCatalog POJO"

6 years agoMerge "SO readthedoc changes"
Seshu Kumar M [Wed, 4 Oct 2017 07:08:36 +0000 (07:08 +0000)]
Merge "SO readthedoc changes"

6 years agoMerge "Adding UT for MSO Vnf Adapter"
Seshu Kumar M [Wed, 4 Oct 2017 05:58:56 +0000 (05:58 +0000)]
Merge "Adding UT for MSO Vnf Adapter"

6 years agoSO ReadTheDoc Change 71/17171/1
Seshu-Kumar-M [Wed, 4 Oct 2017 05:30:57 +0000 (13:30 +0800)]
SO ReadTheDoc Change

Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
IssueId: SO-178
Change-Id: I931a9b2cfafe6d467d11cb834d59a0a4031e7bec

6 years agoAdding UT for MsoCatalog POJO 67/17167/1
seshukm [Wed, 4 Oct 2017 05:31:39 +0000 (11:01 +0530)]
Adding UT for MsoCatalog POJO

UT-Step1

IssueId: SO-172

Change-Id: I82c9095d25da5fec5b79360e54a0326b8b86ffc0
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoSO readthedoc changes 63/17163/1
seshukm [Wed, 4 Oct 2017 05:26:49 +0000 (13:26 +0800)]
SO readthedoc changes

Change-Id: I7c93c41de2431273754e789cc03daf1e057f56d9
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
IssueId: SO-178

6 years agoAdding UT for Mso catalog db 59/17159/1
Seshu-Kumar-M [Wed, 4 Oct 2017 04:20:41 +0000 (09:50 +0530)]
Adding UT for Mso catalog db

IssueId: SO-172

Change-Id: I8429cb938e786c527fad00067dc733fc02997639
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
6 years agoMerge "Not logging or re-throwing the exceptions"
Seshu Kumar M [Wed, 4 Oct 2017 00:12:05 +0000 (00:12 +0000)]
Merge "Not logging or re-throwing the exceptions"

6 years agoMerge "Not logging or re-throwing the exceptions"
Seshu Kumar M [Wed, 4 Oct 2017 00:10:47 +0000 (00:10 +0000)]
Merge "Not logging or re-throwing the exceptions"

6 years agoMerge "Not logging or re-throwing the exceptions"
Seshu Kumar M [Wed, 4 Oct 2017 00:10:39 +0000 (00:10 +0000)]
Merge "Not logging or re-throwing the exceptions"

6 years agoMerge "Adding UT for SO-Catalog"
DeWayne Filppi [Tue, 3 Oct 2017 17:45:12 +0000 (17:45 +0000)]
Merge "Adding UT for SO-Catalog"

6 years agoMerge "Adding UT for MsoHeatUtils"
DeWayne Filppi [Tue, 3 Oct 2017 17:45:02 +0000 (17:45 +0000)]
Merge "Adding UT for MsoHeatUtils"

6 years agoNot logging or re-throwing the exceptions 59/17059/1
rama-huawei [Tue, 3 Oct 2017 13:55:21 +0000 (19:25 +0530)]
Not logging or re-throwing the exceptions

Issue-id: SO-175

Change-Id: Id6bf21f4ca857c330c0b719dc2d2651fa1976dee
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
6 years agoAdding UT for MSO Vnf Adapter 57/17057/1
Seshu-Kumar-M [Tue, 3 Oct 2017 13:46:28 +0000 (19:16 +0530)]
Adding UT for MSO Vnf Adapter

IssueId: SO-176

Change-Id: I66f7a522bdd85c65abba57e2802bb5085b4535a7
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
6 years agoNot logging or re-throwing the exceptions 55/17055/1
rama-huawei [Tue, 3 Oct 2017 13:34:29 +0000 (19:04 +0530)]
Not logging or re-throwing the exceptions

Issue-id:SO-175

Change-Id: I1e1e9e1d6f8bafb4e3a18c6d81565f908753ebf0
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
6 years agoMerge "ReadTheDocument support for SO"
Seshu Kumar M [Tue, 3 Oct 2017 13:34:14 +0000 (13:34 +0000)]
Merge "ReadTheDocument support for SO"

6 years agoNot logging or re-throwing the exceptions 49/17049/1
rama-huawei [Tue, 3 Oct 2017 13:12:18 +0000 (18:42 +0530)]
Not logging or re-throwing the exceptions

Issue-id: SO-175

Change-Id: Id3751a11b5c47b2d8db12c9e59bd1d3e4db95c8d
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
6 years agoAdding UT for SO-Catalog 23/17023/1
Seshu-Kumar-M [Tue, 3 Oct 2017 12:15:01 +0000 (17:45 +0530)]
Adding UT for SO-Catalog

IssueId: SO-172

Change-Id: I459ab18a5dccb3e773278db933f97b50f87d0e76
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
6 years agoAdding UT for MsoHeatUtils 21/17021/1
Seshu-Kumar-M [Tue, 3 Oct 2017 12:10:58 +0000 (17:40 +0530)]
Adding UT for MsoHeatUtils

IssueId: SO-173

Change-Id: If230456ab5ea9a9f0c7a1515c4662ec9b41126ff
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
6 years agoReadTheDocument support for SO 89/16989/2
Seshu-Kumar-M [Tue, 3 Oct 2017 07:44:58 +0000 (15:44 +0800)]
ReadTheDocument support for SO

Change-Id: Iccf273142734c4f9340eec82325f940e087f6078
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
IssueId: SO-81

6 years agoMerge "Removed commented lines"
Seshu Kumar M [Tue, 3 Oct 2017 09:47:28 +0000 (09:47 +0000)]
Merge "Removed commented lines"

6 years agoMerge "Reorder the modifiers and Removed unused imports"
Seshu Kumar M [Tue, 3 Oct 2017 09:47:12 +0000 (09:47 +0000)]
Merge "Reorder the modifiers and Removed unused imports"

6 years agoFixed so issues 91/16191/2
ramanjaneya [Thu, 28 Sep 2017 03:01:54 +0000 (08:31 +0530)]
Fixed so issues

Change-Id: I5bc9dc02ac81789dc0b113571c073e74d8cee609
Issue-Id:SO-118
Signed-off-by: ramanjaneya <ramanjaneya.palleti@huawei.com>
6 years agoRemoved commented lines 71/16171/2
ramanjaneya [Thu, 28 Sep 2017 02:27:52 +0000 (07:57 +0530)]
Removed commented lines

Change-Id: I80ecfce64650e4d9aec800898c7f98645f557d8a
Issue-Id:SO-118
Signed-off-by: ramanjaneya <ramanjaneya.palleti@huawei.com>
6 years agoReorder the modifiers and Removed unused imports 73/16173/2
ramanjaneya [Thu, 28 Sep 2017 02:34:23 +0000 (08:04 +0530)]
Reorder the modifiers and Removed unused imports

Change-Id: I9a2f1cf6ece783e64a31ac5927d234981e0f0461
Issue-Id:SO-118
Signed-off-by: ramanjaneya <ramanjaneya.palleti@huawei.com>
6 years agoMerge "Prevent JAXRS LinkageError"
Rob Daugherty [Tue, 3 Oct 2017 03:54:32 +0000 (03:54 +0000)]
Merge "Prevent JAXRS LinkageError"