Chuanyu Chen [Thu, 29 Nov 2018 03:54:29 +0000 (03:54 +0000)]
Merge "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
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>
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>
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>
Chuanyu Chen [Thu, 29 Nov 2018 02:48:42 +0000 (02:48 +0000)]
Merge "Refactor the release notes" into casablanca
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>
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>
Rob Daugherty [Wed, 28 Nov 2018 14:42:12 +0000 (14:42 +0000)]
Merge "Use spring auto deployment"
Rob Daugherty [Wed, 28 Nov 2018 14:39:46 +0000 (14:39 +0000)]
Merge "Remove all usage of AlarmLogger"
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
Byung-Woo Jun [Wed, 28 Nov 2018 13:25:41 +0000 (13:25 +0000)]
Merge "Draft release notes" 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
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>
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>
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>
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>
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>
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>
Rob Daugherty [Tue, 27 Nov 2018 21:51:59 +0000 (21:51 +0000)]
Merge "bug fixing"
Rob Daugherty [Tue, 27 Nov 2018 21:51:26 +0000 (21:51 +0000)]
Merge "remove unused parameter in methods"
Rob Daugherty [Tue, 27 Nov 2018 21:49:12 +0000 (21:49 +0000)]
Merge "Use new sdnc async subflow"
Rob Daugherty [Tue, 27 Nov 2018 20:51:05 +0000 (20:51 +0000)]
Merge "Add service role"
Rob Daugherty [Tue, 27 Nov 2018 13:33:58 +0000 (13:33 +0000)]
Merge "Add Keystone V3 Support"
Chuanyu Chen [Tue, 27 Nov 2018 09:58:23 +0000 (09:58 +0000)]
Merge "Fix retrieval of resourceInputObj in delete e2e"
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>
Seshu Kumar M [Tue, 27 Nov 2018 03:16:13 +0000 (03:16 +0000)]
Merge "insert service progress into db if no record"
Seshu Kumar M [Tue, 27 Nov 2018 01:59:44 +0000 (01:59 +0000)]
Merge "Fix sdc-tosca version" 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
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>
Seshu Kumar M [Tue, 27 Nov 2018 00:30:31 +0000 (00:30 +0000)]
Merge "Fix model vnfresource bean annotation" into casablanca
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>
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>
Rob Daugherty [Mon, 26 Nov 2018 20:26:25 +0000 (20:26 +0000)]
Merge "Add ActivitiesBBs to building block detail" into casablanca
Rob Daugherty [Mon, 26 Nov 2018 18:44:22 +0000 (18:44 +0000)]
Merge "Add aLaCarte variable to ExecuteActivity." into casablanca
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>
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>
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>
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>
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>
Seshu Kumar M [Sun, 25 Nov 2018 02:31:18 +0000 (02:31 +0000)]
Merge "Fix retrieval for SDNC endpoint" into casablanca
Seshu Kumar M [Sun, 25 Nov 2018 02:29:52 +0000 (02:29 +0000)]
Merge "Fix version string in query" into casablanca
Seshu Kumar M [Sun, 25 Nov 2018 02:29:32 +0000 (02:29 +0000)]
Merge "Fix parsing for pnf-name" into casablanca
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>
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>
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>
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>
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>
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>
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>
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>
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>
Chuanyu Chen [Thu, 22 Nov 2018 00:07:30 +0000 (00:07 +0000)]
Merge "update the version to 1.3.3" 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
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>
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>
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>
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>
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>
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>
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
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>
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>
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>
Seshu Kumar M [Wed, 21 Nov 2018 01:35:41 +0000 (01:35 +0000)]
Merge "Modify Retry" into casablanca
Byung-Woo Jun [Tue, 20 Nov 2018 20:01:26 +0000 (20:01 +0000)]
Merge "Not invoking automatic BPMN deployment" into casablanca
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>
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>
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>
Rob Daugherty [Tue, 20 Nov 2018 16:39:19 +0000 (16:39 +0000)]
Merge "Bug Fixes November 16th" into casablanca
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>
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)
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)
Seshu Kumar M [Tue, 20 Nov 2018 03:10:38 +0000 (03:10 +0000)]
Merge "Fix retrieval of resourceInputObj in delete e2e" into casablanca
Seshu Kumar M [Tue, 20 Nov 2018 03:10:15 +0000 (03:10 +0000)]
Merge "Fix namespace for requestdb update" into casablanca
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>
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>
Seshu Kumar M [Mon, 19 Nov 2018 06:24:54 +0000 (06:24 +0000)]
Merge "Fix variable set for e2e service"
Chuanyu Chen [Mon, 19 Nov 2018 06:14:02 +0000 (06:14 +0000)]
Merge "Add deployment view of SO" into casablanca
Chuanyu Chen [Mon, 19 Nov 2018 06:13:48 +0000 (06:13 +0000)]
Merge "Add Monitoring feature details" into casablanca
Chuanyu Chen [Mon, 19 Nov 2018 06:13:36 +0000 (06:13 +0000)]
Merge "Fix the API issue Take 2" into casablanca
Chuanyu Chen [Mon, 19 Nov 2018 06:13:23 +0000 (06:13 +0000)]
Merge "Fix for the API problem" into casablanca
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)
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)
Seshu Kumar M [Mon, 19 Nov 2018 03:48:51 +0000 (03:48 +0000)]
Merge "Fix variable set for e2e service" into casablanca
Seshu Kumar M [Mon, 19 Nov 2018 03:48:18 +0000 (03:48 +0000)]
Merge "Fix the service id modified" into casablanca
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>
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>
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>
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>
Seshu Kumar M [Sun, 18 Nov 2018 22:28:58 +0000 (22:28 +0000)]
Merge "Fix request resource building" into casablanca
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>
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>
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>
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>
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>
Seshu Kumar M [Sat, 17 Nov 2018 06:25:07 +0000 (06:25 +0000)]
Merge "Fix invocation of resource receipe"
Seshu Kumar M [Sat, 17 Nov 2018 06:24:04 +0000 (06:24 +0000)]
Merge "Fix the sdnc groovy"
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)
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)