so.git
7 years agoMerge "Correction of the links" into casablanca
Chuanyu Chen [Thu, 29 Nov 2018 03:54:29 +0000 (03:54 +0000)]
Merge "Correction of the links" into casablanca

7 years agoMerge "Correction of the links" into casablanca
Chuanyu Chen [Thu, 29 Nov 2018 03:54:17 +0000 (03:54 +0000)]
Merge "Correction of the links" into casablanca

7 years agoCorrection of the links 67/73867/1
seshukm [Thu, 29 Nov 2018 03:46:03 +0000 (11:46 +0800)]
Correction of the links

Issue-ID: SO-1259

Change-Id: Ie7b333bbb7b009e35456bbd2a48216f0f10c83e9
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
7 years agoUpdate the release Notes in master branch 66/73866/1
seshukm [Thu, 29 Nov 2018 03:44:15 +0000 (11:44 +0800)]
Update the release Notes in master branch

Issue-ID: SO-1259

Change-Id: Ia061d40fb21c8e572bd42b64d6edab6cf944877d
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
7 years agoCorrection of the links 64/73864/1
seshukm [Thu, 29 Nov 2018 03:22:10 +0000 (11:22 +0800)]
Correction of the links

Issue-ID: SO-1259

Change-Id: I0ac6d0ea371c62be119e49e830c3cbb865a9c239
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
7 years agoMerge "Refactor the release notes" into casablanca
Chuanyu Chen [Thu, 29 Nov 2018 02:48:42 +0000 (02:48 +0000)]
Merge "Refactor the release notes" into casablanca

7 years agoRefactor the release notes 60/73860/1
seshukm [Thu, 29 Nov 2018 02:47:31 +0000 (10:47 +0800)]
Refactor the release notes

Issue-ID: SO-1259

Change-Id: Ice9fc46f3d4a6bd416c93e8ac3ad51ee17330034
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
7 years agoAdd support for naming service 96/73796/1
Benjamin, Max (mb388a) [Wed, 28 Nov 2018 16:05:39 +0000 (11:05 -0500)]
Add support for naming service

Moved client and builder to namingservice package
Renamed file to NamingRequestObjectBuilder and updated packages
Updated namespaces for namingservice beans
Removed unused test resource files
Added endpoint and authentication information to yaml
Added NamingMapperTest for mapper layer
Added NamingMapper for mapping requests and responses
Began adding NamingClient for assign and unassign requests
Added maven dependency for namingmS client beans
Describe NamingClientResponseValidator as a Bean
Fix a JUnit for delete tasks for Naming Service.
Change NamingClient to return a String with the result and throw an
exception.
Add delete/create tasks for NamingService interaction and related
JUnits.
ResponseValidator for NamingClient and Resources class to support
Naming Service interactions.
removed naming service dependency
added serializable flag for naming service model gen

Change-Id: I0d9efe4009207f3739a3b6515592e67cfeedf822
Issue-ID: SO-1260
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
7 years agoMerge "Use spring auto deployment"
Rob Daugherty [Wed, 28 Nov 2018 14:42:12 +0000 (14:42 +0000)]
Merge "Use spring auto deployment"

7 years agoMerge "Remove all usage of AlarmLogger"
Rob Daugherty [Wed, 28 Nov 2018 14:39:46 +0000 (14:39 +0000)]
Merge "Remove all usage of AlarmLogger"

7 years agoMerge "use config value instead hard code of url" into casablanca
Seshu Kumar M [Wed, 28 Nov 2018 14:21:52 +0000 (14:21 +0000)]
Merge "use config value instead hard code of url" into casablanca

7 years agoMerge "Draft release notes" into casablanca
Byung-Woo Jun [Wed, 28 Nov 2018 13:25:41 +0000 (13:25 +0000)]
Merge "Draft release notes" into casablanca

7 years agoMerge "Correct the http client auth issue" into casablanca
Byung-Woo Jun [Wed, 28 Nov 2018 13:25:26 +0000 (13:25 +0000)]
Merge "Correct the http client auth issue" into casablanca

7 years agoDraft release notes 84/73784/1
seshukm [Wed, 28 Nov 2018 12:41:09 +0000 (20:41 +0800)]
Draft release notes

Issue-ID: SO-1259

Change-Id: I81adcdddd52ff28629b73a6d61c5d9ad00e38ceb
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
7 years agoCorrect the http client auth issue 80/73780/1
seshukm [Wed, 28 Nov 2018 12:06:29 +0000 (20:06 +0800)]
Correct the http client auth issue

Issue-ID: SO-1257

Change-Id: Iac3cf2cf594b9b3224b5741d8589c7d3b9c5e205
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
7 years agoFlow loses highlighted path on page reloads 76/73776/2
shinuj1989 [Wed, 28 Nov 2018 10:22:11 +0000 (10:22 +0000)]
Flow loses highlighted path on page reloads

Change-Id: I7806cdd1998c4451359b452eb5c9bf1e7059fc32
Issue-ID: SO-1245
Signed-off-by: shinuj1989 <shinu.john@ericsson.com>
7 years agoFix HttpClient change which broke multicloud 54/73754/1
Eric Multanen [Wed, 28 Nov 2018 09:00:00 +0000 (01:00 -0800)]
Fix HttpClient change which broke multicloud

The lines added to HttpClient in https://gerrit.onap.org/r/#/c/72771/
broke the usage of HttpClient by the multicloud adapter.

The 'content-type' line seems redundant - content type is specified
in the HttpClient constructor.

The 'Authorization' line (which broke multicloud usage) seems
inappropriate here.  The Authorization string shouldn't be
hard coded into a generic client.  There are other methods
available for adding the authentication header.

Change-Id: I19ac1a382778fe50bc7e98e1e9b9a4d84897b2a6
Issue-ID: SO-1257
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
7 years agoUse spring auto deployment 61/72961/4
Benjamin, Max (mb388a) [Sat, 17 Nov 2018 05:52:11 +0000 (00:52 -0500)]
Use spring auto deployment

remove processes.xml from application in favor of spring properties
removed the last @EnableProcessApplication annotation
removed remaining processes.xml from code
modified JEL expression with explicit getVariable calls
update application.yaml defaults for camunda deployment
Update camunda configuration to run history clean up

Change-Id: If9a5cf03a8cdc33c32eeb790656f925d2f0b6d7b
Issue-ID: SO-1232
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
7 years agoRemove all usage of AlarmLogger 27/72927/4
Benjamin, Max (mb388a) [Fri, 16 Nov 2018 17:40:25 +0000 (12:40 -0500)]
Remove all usage of AlarmLogger

Fix broken UT from removing alarm logger
fixed compilation and merge issues
Remove all usage of AlarmLogger

Change-Id: Ic87abd51423274570bfca0ed976d9642a91a843d
Issue-ID: SO-1229
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
7 years agoMerge "bug fixing"
Rob Daugherty [Tue, 27 Nov 2018 21:51:59 +0000 (21:51 +0000)]
Merge "bug fixing"

7 years agoMerge "remove unused parameter in methods"
Rob Daugherty [Tue, 27 Nov 2018 21:51:26 +0000 (21:51 +0000)]
Merge "remove unused parameter in methods"

7 years agoMerge "Use new sdnc async subflow"
Rob Daugherty [Tue, 27 Nov 2018 21:49:12 +0000 (21:49 +0000)]
Merge "Use new sdnc async subflow"

7 years agoMerge "Add service role"
Rob Daugherty [Tue, 27 Nov 2018 20:51:05 +0000 (20:51 +0000)]
Merge "Add service role"

7 years agoMerge "Add Keystone V3 Support"
Rob Daugherty [Tue, 27 Nov 2018 13:33:58 +0000 (13:33 +0000)]
Merge "Add Keystone V3 Support"

7 years agoMerge "Fix retrieval of resourceInputObj in delete e2e"
Chuanyu Chen [Tue, 27 Nov 2018 09:58:23 +0000 (09:58 +0000)]
Merge "Fix retrieval of resourceInputObj in delete e2e"

7 years agouse config value instead hard code of url 23/73623/1
Yulian Han [Tue, 27 Nov 2018 07:13:02 +0000 (15:13 +0800)]
use config value instead hard code of url

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064412
Issue-ID: SO-1249
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
7 years agoMerge "insert service progress into db if no record"
Seshu Kumar M [Tue, 27 Nov 2018 03:16:13 +0000 (03:16 +0000)]
Merge "insert service progress into db if no record"

7 years agoMerge "Fix sdc-tosca version" into casablanca 1.3.4
Seshu Kumar M [Tue, 27 Nov 2018 01:59:44 +0000 (01:59 +0000)]
Merge "Fix sdc-tosca version" into casablanca

7 years agoMerge "update the release to 1.3.4" into casablanca
Chuanyu Chen [Tue, 27 Nov 2018 00:47:53 +0000 (00:47 +0000)]
Merge "update the release to 1.3.4" into casablanca

7 years agoFix sdc-tosca version 86/73586/1
subhash kumar singh [Tue, 27 Nov 2018 00:47:38 +0000 (06:17 +0530)]
Fix sdc-tosca version

Fix sdc-tosca version.

Change-Id: I8529162004b408238c260d48c560c799c5f41508
Issue-ID: SO-1252
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
7 years agoMerge "Fix model vnfresource bean annotation" into casablanca
Seshu Kumar M [Tue, 27 Nov 2018 00:30:31 +0000 (00:30 +0000)]
Merge "Fix model vnfresource bean annotation" into casablanca

7 years agoFix model vnfresource bean annotation 82/73582/1
subhash kumar singh [Tue, 27 Nov 2018 00:25:33 +0000 (05:55 +0530)]
Fix model vnfresource bean annotation

Fix model vnfresource bean annotation.

Change-Id: If18ea766623ad087eae8ac9ea31258dacd192ff7
Issue-ID: SO-1252
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
7 years agoupdate the release to 1.3.4 81/73581/1
seshukm [Tue, 27 Nov 2018 00:20:23 +0000 (08:20 +0800)]
update the release to 1.3.4

Issue-ID: SO-1249

Change-Id: Ifbeb768b543cbdf4fdec2c4735b9c6a15ce72c90
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
7 years agoMerge "Add ActivitiesBBs to building block detail" into casablanca
Rob Daugherty [Mon, 26 Nov 2018 20:26:25 +0000 (20:26 +0000)]
Merge "Add ActivitiesBBs to building block detail" into casablanca

7 years agoMerge "Add aLaCarte variable to ExecuteActivity." into casablanca
Rob Daugherty [Mon, 26 Nov 2018 18:44:22 +0000 (18:44 +0000)]
Merge "Add aLaCarte variable to ExecuteActivity." into casablanca

7 years agoDo not validate certain BBs 48/73548/1
Benjamin, Max (mb388a) [Mon, 26 Nov 2018 14:20:28 +0000 (09:20 -0500)]
Do not validate certain BBs

changed resource type from CUSTOM to NO_VALIDATE
when building block detail is CUSTOM skip validation

Change-Id: Ie00fad1f96071703a35b96cc5fe83ce5dc2092bb
Issue-ID: SO-1243
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
7 years agoUse new sdnc async subflow 23/72923/2
Benjamin, Max (mb388a) [Fri, 16 Nov 2018 17:29:14 +0000 (12:29 -0500)]
Use new sdnc async subflow

changed assign vnf sdnc to use the async subflow

Change-Id: I481fec57c9b5ab6a628fc3df52ad7f005aa63f4c
Issue-ID: SO-1226
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
7 years agoFix intgration issue for E2E service 86/73486/2
subhash kumar singh [Sun, 25 Nov 2018 17:19:32 +0000 (22:49 +0530)]
Fix intgration issue for E2E service

Fix intgration issue for E2E service.

Change-Id: I1b701f137ebc79addfb6914c7c68ac8c73f673d4
Issue-ID: SO-1252
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
7 years agoAdd ActivitiesBBs to building block detail 63/73563/1
Elena Kuleshov [Sun, 25 Nov 2018 04:20:26 +0000 (23:20 -0500)]
Add ActivitiesBBs to building block detail

Change-Id: I96524757c4efb93f5ff03f31a4cf8dcb5fa88025
Issue-ID: SO-1243
Signed-off-by: Kuleshov, Elena (ek1439) <evn@att.com>
7 years agoAdd aLaCarte variable to ExecuteActivity. 58/73558/1
Elena Kuleshov [Sun, 25 Nov 2018 03:05:06 +0000 (22:05 -0500)]
Add aLaCarte variable to ExecuteActivity.

Change-Id: I5dbc470a7ccc92847985681ea9fb39566fdb443f
Issue-ID: SO-1243
Signed-off-by: Kuleshov, Elena (ek1439) <evn@att.com>
7 years agoMerge "Fix retrieval for SDNC endpoint" into casablanca
Seshu Kumar M [Sun, 25 Nov 2018 02:31:18 +0000 (02:31 +0000)]
Merge "Fix retrieval for SDNC endpoint" into casablanca

7 years agoMerge "Fix version string in query" into casablanca
Seshu Kumar M [Sun, 25 Nov 2018 02:29:52 +0000 (02:29 +0000)]
Merge "Fix version string in query" into casablanca

7 years agoMerge "Fix parsing for pnf-name" into casablanca
Seshu Kumar M [Sun, 25 Nov 2018 02:29:32 +0000 (02:29 +0000)]
Merge "Fix parsing for pnf-name" into casablanca

7 years agoFix retrieval for SDNC endpoint 69/73469/1
subhash kumar singh [Sat, 24 Nov 2018 13:36:49 +0000 (19:06 +0530)]
Fix retrieval for SDNC endpoint

Fix retrieval for SDNC endpoint.

Change-Id: I51f79b61ab9194e3d45a71dac5ca5fe7c869cff4
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
7 years agoFix version string in query 68/73468/1
subhash kumar singh [Sat, 24 Nov 2018 13:35:40 +0000 (19:05 +0530)]
Fix version string in query

Fix version string in query.

Change-Id: Idf990d7f58cc93302670fb270735d71f0a834912
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
7 years agoFix parsing for pnf-name 67/73467/1
subhash kumar singh [Sat, 24 Nov 2018 13:33:28 +0000 (19:03 +0530)]
Fix parsing for pnf-name

Fix parsing for pnf-name.

Change-Id: I2d846725b4aafda12587dfb5d7992b1accc02aa8
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
7 years agouse config value instead hard code of url 58/73458/1
Yulian Han [Sat, 24 Nov 2018 08:53:35 +0000 (16:53 +0800)]
use config value instead hard code of url

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064411
Issue-ID: SO-1249
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
7 years agoasdc process vf resource into db bug fix 96/73396/2
Yulian Han [Fri, 23 Nov 2018 03:37:45 +0000 (11:37 +0800)]
asdc process vf resource into db bug fix

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064410
Issue-ID: SO-1235
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
7 years agoinsert service progress into db if no record 33/73233/5
Yulian Han [Wed, 21 Nov 2018 09:01:04 +0000 (17:01 +0800)]
insert service progress into db if no record

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064409
Issue-ID: SO-1235
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
7 years agoasdc process vf resource into db bug fix 95/73395/1
Yulian Han [Fri, 23 Nov 2018 03:32:11 +0000 (11:32 +0800)]
asdc process vf resource into db bug fix

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064410
Issue-ID: SO-1235
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
7 years agoisBase value - bug fixing 75/73375/1
Lukasz Muszkieta [Thu, 22 Nov 2018 12:57:56 +0000 (13:57 +0100)]
isBase value - bug fixing

isBase json value is boolean type, not an integer

Change-Id: Ic6d148c65a910bace6940770ee01e6836ab47e0d
Issue-ID: SO-1244
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
7 years agobug fixing 61/73361/1
Lukasz Muszkieta [Wed, 14 Nov 2018 16:20:26 +0000 (17:20 +0100)]
bug fixing

during pnf flow service instance is now created

Change-Id: Ibb1ce55ff7ea503aebbba2177284faba8fdae734
Issue-ID: SO-1212
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
7 years agoMerge "update the version to 1.3.3" into casablanca 1.3.3 3.0.0-ONAP
Chuanyu Chen [Thu, 22 Nov 2018 00:07:30 +0000 (00:07 +0000)]
Merge "update the version to 1.3.3" into casablanca

7 years agoMerge "Changed nodeport from 9091 to 30224" into casablanca
Seshu Kumar M [Wed, 21 Nov 2018 23:45:16 +0000 (23:45 +0000)]
Merge "Changed nodeport from 9091 to 30224" into casablanca

7 years agoupdate the version to 1.3.3 06/73306/1
seshukm [Wed, 21 Nov 2018 23:33:02 +0000 (07:33 +0800)]
update the version to 1.3.3

Change-Id: I385abf3c7d0d04df8a3bf20f79d24c6d595691d6
Issue-ID: SO-1242
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
7 years agoChanged nodeport from 9091 to 30224 70/73270/1
eHanan [Wed, 21 Nov 2018 16:36:31 +0000 (16:36 +0000)]
Changed nodeport from 9091 to 30224

Change-Id: I64999b518b5ea2d20bd74a07ed1e566df065688f
Issue-ID: SO-1164
Signed-off-by: eHanan <eoin.hanan@ericsson.com>
7 years agoAdd Keystone V3 Support 22/72922/3
Benjamin, Max (mb388a) [Fri, 16 Nov 2018 17:23:48 +0000 (12:23 -0500)]
Add Keystone V3 Support

update JEL with explicit getVariable call
set project object into scope object
add camunda properties as defaults in application.yaml
added exception handling to keystone v3 case
added in password method to identity object
initial commit of keystone v3 auth support
updated json property values with "_name"
added new columns to cloud identity

Change-Id: Ie08e9893c34d7199197efdb21fe4dd5413b25f44
Issue-ID: SO-1225
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
7 years agoFix Property 41/73041/2
Smokowski, Steve (ss835w) [Mon, 19 Nov 2018 14:44:55 +0000 (09:44 -0500)]
Fix Property

Issue-ID: SO-1237

Change-Id: I02484fbe6141e3f58e7d357d7866e44fd6e475d1
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
7 years agoFixing JsonMappingException issue 66/73266/1
Shinu John [Wed, 21 Nov 2018 15:47:49 +0000 (15:47 +0000)]
Fixing JsonMappingException issue

Change-Id: I6654464a85152058787e5ce2530c0cf332c8e6e0
Issue-ID: SO-1236
Signed-off-by: Shinu John <shinu.john@ericsson.com>
7 years agoFix Default Record 55/73255/1
Smokowski, Steve (ss835w) [Wed, 21 Nov 2018 14:09:09 +0000 (09:09 -0500)]
Fix Default Record

Issue-ID: SO-1184

Change-Id: I2708484dce63be8bb043231444aec6eb6438fdae
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
7 years agoMerge "insert service progress into db if no record" into casablanca 1.3.2
Seshu Kumar M [Wed, 21 Nov 2018 11:21:13 +0000 (11:21 +0000)]
Merge "insert service progress into db if no record" into casablanca

7 years agoinsert service progress into db if no record 27/73227/3
Yulian Han [Wed, 21 Nov 2018 07:51:18 +0000 (15:51 +0800)]
insert service progress into db if no record

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064409
Issue-ID: SO-1235
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
7 years agoAdd unit tests for ExternalAPIUtil 45/72645/8
Michal Kabaj [Thu, 15 Nov 2018 12:48:36 +0000 (13:48 +0100)]
Add unit tests for ExternalAPIUtil

-Add unit tests for ExternalAPIUtil
-Add dependency injection via constructor
-Add factory for creating ExternalAPIUtil and RESTClient

Change-Id: Ied89afa3612de8d51424c95239341a57387ad94f
Issue-ID: SO-1195
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
7 years agoEnhanced Exception handling. 17/73217/1
Prema Bhatt [Wed, 21 Nov 2018 06:38:33 +0000 (22:38 -0800)]
Enhanced Exception handling.

Issue-ID: SO-1182
Change-Id: Iae4a0072b637ddd0e64c4ec54421509e1c03ccc5
Signed-off-by: Prema Bhatt <pb6115@att.com>
7 years agoMerge "Modify Retry" into casablanca
Seshu Kumar M [Wed, 21 Nov 2018 01:35:41 +0000 (01:35 +0000)]
Merge "Modify Retry" into casablanca

7 years agoMerge "Not invoking automatic BPMN deployment" into casablanca
Byung-Woo Jun [Tue, 20 Nov 2018 20:01:26 +0000 (20:01 +0000)]
Merge "Not invoking automatic BPMN deployment" into casablanca

7 years agoModify Retry 69/73169/1
Smokowski, Steve (ss835w) [Tue, 20 Nov 2018 18:48:13 +0000 (13:48 -0500)]
Modify Retry

Issue-ID: SO-1182

Change-Id: Icbba1bdbb210d868e67c6f9b2ca029648534bbe0
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
7 years agoNot invoking automatic BPMN deployment 68/73168/1
Rob Daugherty [Tue, 20 Nov 2018 18:33:58 +0000 (13:33 -0500)]
Not invoking automatic BPMN deployment

SO's SDC Controller is not invoking automatic BPMN deployment
on Workflow distribution.

Submitting this change on behalf of Elena Kuleshov.

Change-Id: Ice68f15d505a88099da61c992a20b943dd40d756
Issue-ID: SO-1214
Signed-off-by: Rob Daugherty <rd472p@att.com>
7 years agoFix for vCPE flows 59/73159/1
Rob Daugherty [Tue, 20 Nov 2018 16:41:57 +0000 (11:41 -0500)]
Fix for vCPE flows

A sequence flow was accidentally deleted in the
DoCreateVnfAndModules process. This fixes it.

Also adding VfModuleModuleNames support for the original
(Not V2) version of CreateVcpeResCustService.

Change-Id: I20bba7448802a548bb913bc2e016c9c0f2abdd42
Issue-ID: SO-1213
Signed-off-by: Rob Daugherty <rd472p@att.com>
7 years agoMerge "Bug Fixes November 16th" into casablanca
Rob Daugherty [Tue, 20 Nov 2018 16:39:19 +0000 (16:39 +0000)]
Merge "Bug Fixes November 16th" into casablanca

7 years agoremove unused parameter in methods 07/72907/2
Lukasz Muszkieta [Fri, 16 Nov 2018 11:23:10 +0000 (12:23 +0100)]
remove unused parameter in methods

Change-Id: I444b7b88833c9e6db472c7c531346ff284d4e722
Issue-ID: SO-729
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
7 years agoFix retrieval of resourceInputObj in delete e2e 15/73115/1
subhash kumar singh [Mon, 19 Nov 2018 11:18:07 +0000 (16:48 +0530)]
Fix retrieval of resourceInputObj in delete e2e

Fix retrieval of resourceInputObj in delete e2e.

Change-Id: I2e46942e3a6d932d76a420c2c9ee67759579e230
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
(cherry picked from commit 11820589a04c67e0ca584a719041835ffe92b0af)

7 years agoFix namespace for requestdb update 14/73114/1
subhash kumar singh [Mon, 19 Nov 2018 11:09:09 +0000 (16:39 +0530)]
Fix namespace for requestdb update

Fix namespace for requestdb update.

Change-Id: Ib13384e669100ff6db837819a1ba025300d66f0c
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
(cherry picked from commit ffce4c64a808efa9f979aadac578f2dad511195e)

7 years agoMerge "Fix retrieval of resourceInputObj in delete e2e" into casablanca
Seshu Kumar M [Tue, 20 Nov 2018 03:10:38 +0000 (03:10 +0000)]
Merge "Fix retrieval of resourceInputObj in delete e2e" into casablanca

7 years agoMerge "Fix namespace for requestdb update" into casablanca
Seshu Kumar M [Tue, 20 Nov 2018 03:10:15 +0000 (03:10 +0000)]
Merge "Fix namespace for requestdb update" into casablanca

7 years agoFix retrieval of resourceInputObj in delete e2e 14/73014/1
subhash kumar singh [Mon, 19 Nov 2018 11:18:07 +0000 (16:48 +0530)]
Fix retrieval of resourceInputObj in delete e2e

Fix retrieval of resourceInputObj in delete e2e.

Change-Id: I2e46942e3a6d932d76a420c2c9ee67759579e230
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
7 years agoFix namespace for requestdb update 13/73013/1
subhash kumar singh [Mon, 19 Nov 2018 11:09:09 +0000 (16:39 +0530)]
Fix namespace for requestdb update

Fix namespace for requestdb update.

Change-Id: Ib13384e669100ff6db837819a1ba025300d66f0c
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
7 years agoMerge "Fix variable set for e2e service"
Seshu Kumar M [Mon, 19 Nov 2018 06:24:54 +0000 (06:24 +0000)]
Merge "Fix variable set for e2e service"

7 years agoMerge "Add deployment view of SO" into casablanca
Chuanyu Chen [Mon, 19 Nov 2018 06:14:02 +0000 (06:14 +0000)]
Merge "Add deployment view of SO" into casablanca

7 years agoMerge "Add Monitoring feature details" into casablanca
Chuanyu Chen [Mon, 19 Nov 2018 06:13:48 +0000 (06:13 +0000)]
Merge "Add Monitoring feature details" into casablanca

7 years agoMerge "Fix the API issue Take 2" into casablanca
Chuanyu Chen [Mon, 19 Nov 2018 06:13:36 +0000 (06:13 +0000)]
Merge "Fix the API issue Take 2" into casablanca

7 years agoMerge "Fix for the API problem" into casablanca
Chuanyu Chen [Mon, 19 Nov 2018 06:13:23 +0000 (06:13 +0000)]
Merge "Fix for the API problem" into casablanca

7 years agoFix variable set for e2e service 99/72999/1
subhash kumar singh [Sat, 17 Nov 2018 13:36:25 +0000 (19:06 +0530)]
Fix variable set for e2e service

Fix variable set for e2e service.

Change-Id: I688077125c5e0d75c026a860325ea19e005b1642
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
(cherry picked from commit 6ad45e54455b42f4996b7ce04ef0e4b56b58a91d)

7 years agoFix the service id modified 98/72998/1
subhash kumar singh [Sat, 17 Nov 2018 13:35:39 +0000 (19:05 +0530)]
Fix the service id modified

Fix the service id modified.

Change-Id: I2fac23d85046e0741e5f3f775ca1230fd24707fe
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
(cherry picked from commit e6dc384b0e77f116c0afd77af55bd6c9dfdbf814)

7 years agoMerge "Fix variable set for e2e service" into casablanca
Seshu Kumar M [Mon, 19 Nov 2018 03:48:51 +0000 (03:48 +0000)]
Merge "Fix variable set for e2e service" into casablanca

7 years agoMerge "Fix the service id modified" into casablanca
Seshu Kumar M [Mon, 19 Nov 2018 03:48:18 +0000 (03:48 +0000)]
Merge "Fix the service id modified" into casablanca

7 years agoAdd deployment view of SO 97/72997/1
seshukm [Mon, 19 Nov 2018 03:45:55 +0000 (11:45 +0800)]
Add deployment view of SO

Issue-ID: SO-1230

Change-Id: If22f26eb3628125789733dd4b3282c7cfd40c5c1
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
7 years agoAdd Monitoring feature details 96/72996/1
seshukm [Mon, 19 Nov 2018 03:25:28 +0000 (11:25 +0800)]
Add Monitoring feature details

Change-Id: Ib4e591bfc4176e8a9786a161a8f403ac47efe982
Issue-ID: SO-1230
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
7 years agoFix the API issue Take 2 95/72995/1
seshukm [Mon, 19 Nov 2018 03:20:48 +0000 (11:20 +0800)]
Fix the API issue Take 2

Change-Id: Ie26ff7540a1194cd36242c91858b1ed5961365d9
Issue-ID: SO-1230
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
7 years agoFix for the API problem 94/72994/1
seshukm [Mon, 19 Nov 2018 03:19:44 +0000 (11:19 +0800)]
Fix for the API problem

Change-Id: I50726946cfb425952c8947d8ec643fa753645399
Issue-ID: SO-1230
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
7 years agoMerge "Fix request resource building" into casablanca
Seshu Kumar M [Sun, 18 Nov 2018 22:28:58 +0000 (22:28 +0000)]
Merge "Fix request resource building" into casablanca

7 years agoFix variable set for e2e service 71/72971/1
subhash kumar singh [Sat, 17 Nov 2018 13:36:25 +0000 (19:06 +0530)]
Fix variable set for e2e service

Fix variable set for e2e service.

Change-Id: I688077125c5e0d75c026a860325ea19e005b1642
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
7 years agoFix the service id modified 70/72970/1
subhash kumar singh [Sat, 17 Nov 2018 13:35:39 +0000 (19:05 +0530)]
Fix the service id modified

Fix the service id modified.

Change-Id: I2fac23d85046e0741e5f3f775ca1230fd24707fe
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
7 years agoFix request resource building 66/72966/2
subhash kumar singh [Sat, 17 Nov 2018 07:15:58 +0000 (12:45 +0530)]
Fix request resource building

Fix request resource building.

Change-Id: I64161359ae1b3d36ef3647382fab615d6afd6647
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
7 years agoBug Fixes November 16th 58/72958/2
Benjamin, Max (mb388a) [Sat, 17 Nov 2018 01:37:57 +0000 (20:37 -0500)]
Bug Fixes November 16th

fix failing junit when heatID not available
provide name if ID is not present on delete op
removed logic to skip unassign sdnc in rollback flows
Move default settings to CrVfModRequest pojo.
Check for null backout and failIfExists params - 1810.
Updated exception message and test
Added tests for networkCustomization not found
Added tests for delete and update network
Separated networkResourceCustomization and networkResource lookups
Removed version check as not necessary for setting boolean

Change-Id: Ia4b409244dc5ebdbb163d4a178713115719366ca
Issue-ID: SO-1231
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
7 years agoAdd service role 63/72963/1
Benjamin, Max (mb388a) [Sat, 17 Nov 2018 06:31:19 +0000 (01:31 -0500)]
Add service role

Added service role to sniro request when not null.

Change-Id: Ie4c7db5c927c6b6869705e97d6402a0be2c755b7
Issue-ID: SO-1233
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
7 years agoMerge "Fix invocation of resource receipe"
Seshu Kumar M [Sat, 17 Nov 2018 06:25:07 +0000 (06:25 +0000)]
Merge "Fix invocation of resource receipe"

7 years agoMerge "Fix the sdnc groovy"
Seshu Kumar M [Sat, 17 Nov 2018 06:24:04 +0000 (06:24 +0000)]
Merge "Fix the sdnc groovy"

7 years agoFix the sdnc groovy 55/72955/1
subhash kumar singh [Fri, 16 Nov 2018 15:18:15 +0000 (20:48 +0530)]
Fix the sdnc groovy

Fix the sdnc groovy for setting value.

Change-Id: Id002bba2bad9a3a286fbb103d285f04846f34438
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
(cherry picked from commit 351946d6f5ef7954fd7a09a59050d700997826eb)

7 years agoFix invocation of resource receipe 54/72954/1
subhash kumar singh [Thu, 15 Nov 2018 15:45:06 +0000 (21:15 +0530)]
Fix invocation of resource receipe

Fix invocation of resource receipe.

Change-Id: I4ab14fa4924d7480b167138091de33f657286dde
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
(cherry picked from commit 9600bc37864e33e503001a4740fd5628a1069678)