subhash kumar singh [Mon, 8 Jan 2018 10:44:03 +0000 (10:44 +0000)]
Improve unit test for VNFQuery
Imporve unit test for vnfquery.
Change-Id: Ie8da164dce3e7f5186a7be742860fbaefc4e1b59
Issue-ID: SO-360
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Lukasz Muszkieta [Mon, 18 Dec 2017 14:03:24 +0000 (15:03 +0100)]
refactoring - remove unused code
Issue-ID: SO-360
Change-Id: Iac9653fa6d5f10de7986fa3d511535d74f0c24c8
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Seshu Kumar M [Tue, 2 Jan 2018 11:55:03 +0000 (11:55 +0000)]
Merge "refactoring - adding junit coverage"
Seshu Kumar M [Tue, 2 Jan 2018 11:15:50 +0000 (11:15 +0000)]
Merge "Fix the super keyword misuse"
Seshu Kumar M [Tue, 2 Jan 2018 10:36:57 +0000 (10:36 +0000)]
Merge "Fixed git clone to point at gerrit"
Seshu Kumar M [Tue, 2 Jan 2018 10:36:50 +0000 (10:36 +0000)]
Merge "Added back commented modules"
Seshu Kumar M [Tue, 2 Jan 2018 10:36:42 +0000 (10:36 +0000)]
Merge "Added copyright header"
Seshu Kumar M [Tue, 2 Jan 2018 10:36:35 +0000 (10:36 +0000)]
Merge "Added module to build for aria-rest-server"
Seshu Kumar M [Tue, 2 Jan 2018 10:33:50 +0000 (10:33 +0000)]
Merge "Updated build to create wheel and push to Pypi"
dfilppi [Thu, 28 Dec 2017 20:32:53 +0000 (20:32 +0000)]
Fixed git clone to point at gerrit
Change-Id: Idbec6e7239f526cb236212aa0509218218f60b1d
Issue-ID: SO-365
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
Lukasz Muszkieta [Thu, 28 Dec 2017 13:19:52 +0000 (14:19 +0100)]
refactoring - adding junit coverage
Change-Id: I712afd8ff4e403829ee51b87d76ed38dda027ace
Issue-ID: SO-360
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
dfilppi [Wed, 27 Dec 2017 18:19:44 +0000 (18:19 +0000)]
Added back commented modules
Change-Id: I6cc9250c2b5a139de770c2e6d6f697f311b6da41
Issue-ID: SO-362
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
dfilppi [Wed, 27 Dec 2017 17:22:23 +0000 (17:22 +0000)]
Added copyright header
Change-Id: I855059a79aa19f7efe7494d50b5320b32618145d
Issue-ID: SO-362
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
dfilppi [Tue, 26 Dec 2017 23:28:12 +0000 (23:28 +0000)]
Added module to build for aria-rest-server
Change-Id: Ifd4dc937ba4047fd2de98c9f96d3202a55199b21
Issue-ID: SO-362
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
dfilppi [Tue, 26 Dec 2017 21:54:15 +0000 (21:54 +0000)]
Updated build to create wheel and push to Pypi
Change-Id: I8cb80cf56ed5c0d459a64af8c6a9198c1c4f9fae
Issue-ID: SO-362
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
seshukm [Mon, 18 Dec 2017 09:06:48 +0000 (14:36 +0530)]
Removed unwanted data
Issue-ID: SO-300
Change-Id: I68f98a7ea8c77cbbb75a9ab383a299d26a899960
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Chuanyu Chen [Mon, 18 Dec 2017 08:07:48 +0000 (08:07 +0000)]
Merge "Reduce complexity of HealthCheckUtils"
Seshu Kumar M [Mon, 18 Dec 2017 06:45:55 +0000 (06:45 +0000)]
Merge "Fix Unexpected service create issue"
c00149107 [Fri, 15 Dec 2017 07:35:56 +0000 (15:35 +0800)]
Fix Unexpected service create issue
Fix Unexpected service create issue.Reset the variable before update it.
Change-Id: I4e21cecc51ee441727600315f059f7c341c2cc11
Issue-ID: SO-358
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Seshu Kumar M [Thu, 14 Dec 2017 22:13:41 +0000 (22:13 +0000)]
Merge "Fix Json Serialize failed issue"
c00149107 [Thu, 14 Dec 2017 08:07:27 +0000 (16:07 +0800)]
Fix Json Serialize failed issue
Fix Json Serialize failed issue for delete service, Get json String value of the object.
Change-Id: Id2375beede73581029fc5c048a26a6c7f17eb606
Issue-ID: SO-357
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Seshu Kumar M [Thu, 14 Dec 2017 00:22:19 +0000 (00:22 +0000)]
Merge "Null POST/PUT bodies were causing REST failures"
kurczews [Tue, 12 Dec 2017 14:47:55 +0000 (15:47 +0100)]
Reduce complexity of HealthCheckUtils
* Split bulk conditionals
* Split health checks to separate methods
* Fix minor issues
Issue-ID: SO-353
Change-Id: Ib6298bc488a94aa4fbb253e3894532708547533d
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
Byung-Woo Jun [Tue, 12 Dec 2017 19:28:48 +0000 (14:28 -0500)]
Fix the super keyword misuse
Remove the super keyword misuse, and create a static method
for the correct assignment
Change-Id: I7048d45c709520788eca53c8275af508d0c4a9a8
Issue-ID: SO-292
Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
seshukm [Tue, 12 Dec 2017 11:56:20 +0000 (17:26 +0530)]
Added VID, SDC, Multi VIM, Policy interfaces doc.
Issue-ID: SO-300
Change-Id: I563efb983bce5bbcf5e7f7a4f5ac2094a3a2766d
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Seshu Kumar M [Mon, 11 Dec 2017 20:27:58 +0000 (20:27 +0000)]
Merge "changed image according required format"
Seshu Kumar M [Mon, 11 Dec 2017 20:27:45 +0000 (20:27 +0000)]
Merge "Consolidating interfaces at one place"
dfilppi [Sat, 9 Dec 2017 20:16:48 +0000 (20:16 +0000)]
Null POST/PUT bodies were causing REST failures
Change-Id: I11725dfd1feb7b080160a361cd9fec65bba4bf78
Issue-ID: SO-356
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
seshukm [Fri, 8 Dec 2017 13:22:05 +0000 (18:52 +0530)]
Consolidating interfaces at one place
Issue-ID: SO-300
Change-Id: I94fec6472e17882f2564a4fe44292dffd8d6d07e
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
dfilppi [Thu, 7 Dec 2017 14:03:39 +0000 (14:03 +0000)]
added PUT capability. fixed ARIA version ref
Change-Id: I8d9100be25c884537099ff0de8533002bbefc49d
Issue-ID: SO-220
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
seshukm [Thu, 7 Dec 2017 07:11:13 +0000 (12:41 +0530)]
changed image according required format
Issue-ID: SO-355
Change-Id: Ia4e335c574c1fcfcdf678fb1f57ea9ceb01b2959
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Seshu Kumar M [Tue, 5 Dec 2017 05:23:38 +0000 (05:23 +0000)]
Merge "Remove duplicated constants"
Seshu Kumar M [Tue, 5 Dec 2017 05:20:55 +0000 (05:20 +0000)]
Merge "Remove duplicated constants"
Seshu Kumar M [Tue, 5 Dec 2017 05:19:10 +0000 (05:19 +0000)]
Merge "Correct Service Type value"
c00149107 [Tue, 5 Dec 2017 03:34:09 +0000 (11:34 +0800)]
Correct Service Type value
Correct Service Type value for E2E service
Issue-ID: SO-354
Change-Id: I4265dfac3793117dc83a6ae97a0dddb1d532d58c
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
kurczews [Mon, 4 Dec 2017 08:07:36 +0000 (09:07 +0100)]
Remove duplicated constants
Replace duplicated regex patterns with more verbose constant
Change-Id: I21b5a1f8f00b8a8d059ab3998536b205ece892ce
Issue-ID: SO-353
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
kurczews [Fri, 1 Dec 2017 09:02:16 +0000 (10:02 +0100)]
Remove duplicated constants
Fix sonar issue with duplicated constants from HealtchCheckUtils
Change-Id: I0d5c52e77aff3b27438dce589a03f18b7440c1ea
Issue-ID: SO-353
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
Jessica Wagantall [Mon, 20 Nov 2017 19:10:28 +0000 (11:10 -0800)]
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: Ib72ca9cab2782a4fee15fff8f0653f0c53ad9f71
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
c00149107 [Wed, 22 Nov 2017 01:16:53 +0000 (09:16 +0800)]
Fix Json Analyze failed Issue
Fix Json Analyze failed Issue
Issue-ID: SO-348
Change-Id: Ibfea7d2cfa5e62e4d8e251a17908d4f7bc8de154
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Seshu Kumar M [Fri, 17 Nov 2017 00:12:17 +0000 (00:12 +0000)]
Merge "Heading change in architecture.rst file"
Rob Daugherty [Thu, 16 Nov 2017 20:42:27 +0000 (15:42 -0500)]
Remove unused dependency on dmaapClient
A prior change created our own dmaap client, so we don't
need the one provided by com.att.nsa. That one included
the dme2 jar, which was causing classloading conflicts.
Issue: SO-208
Change-Id: Ia0af70c060044d7c10b1ad9ba8ed2bf8385dd0a4
Signed-off-by: Rob Daugherty <rd472p@att.com>
seshukm [Thu, 16 Nov 2017 13:59:55 +0000 (19:29 +0530)]
Heading change in architecture.rst file
IssueId: SO-300
Change-Id: I9a042d2e4ad8bda5957f979e5b37eef17dbdb555
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
seshukm [Thu, 16 Nov 2017 13:34:51 +0000 (19:04 +0530)]
page look and feel improvement
IssueId: SO-300
Change-Id: I1d53a39617437790a84cb4c1908c8122ce8301ae
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Seshu Kumar M [Thu, 16 Nov 2017 12:44:56 +0000 (12:44 +0000)]
Merge "updated the release version"
seshukm [Thu, 16 Nov 2017 10:16:26 +0000 (15:46 +0530)]
changed artifact version
IssueId: SO-346
Change-Id: I4bd910032baa26c2aa154d3860bf4d34ecf7d9dd
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
seshukm [Thu, 16 Nov 2017 09:05:05 +0000 (14:35 +0530)]
updated the release version
IssueId: SO-346
Change-Id: Ic894825b719365df8513de3fabbd50dd3fc61aea
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Seshu Kumar M [Thu, 16 Nov 2017 05:42:09 +0000 (05:42 +0000)]
Merge "Update the version.properties"
seshukm [Thu, 16 Nov 2017 04:44:57 +0000 (10:14 +0530)]
Update the version.properties
IssueId: SO-346
Change-Id: Ib18e075a6074b59170cdb26f60260dd5882886d8
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Jim Hahn [Wed, 15 Nov 2017 23:25:57 +0000 (18:25 -0500)]
Modified create-vcpe to filter out "bad" VNFs
Modified create-vcpe to delete the BRG and TXC items from the
service VNF list contained within the service decomposition
structure.
Change-Id: I7624a93b422fa172a2079f70d66a2604ee2229b0
Issue-Id: SO-344
Signed-off-by: Jim Hahn <jrh3@att.com>
Zhuoyao Huang [Wed, 15 Nov 2017 13:54:04 +0000 (21:54 +0800)]
fix updateProgress
Change-Id: I91d63cacc0d1a55c3b07703890adecd95ba9410d
Issue-ID:SO-181
Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
Rob Daugherty [Tue, 14 Nov 2017 18:22:55 +0000 (13:22 -0500)]
Add the --fresh option to update-ca-certificates
This will allow a certificate to be replaced with a new one.
Issue: SO-342
Change-Id: I07dafe4aa4a8603de400913d3e4bdf709fd4daae
Signed-off-by: Rob Daugherty <rd472p@att.com>
Rob Daugherty [Tue, 14 Nov 2017 18:12:28 +0000 (18:12 +0000)]
Merge "Force source to always be included in JSON"
Rob Daugherty [Tue, 14 Nov 2017 18:12:21 +0000 (18:12 +0000)]
Merge "Fix init errors in WorkflowMessageAdapter"
Rob Daugherty [Tue, 14 Nov 2017 16:25:07 +0000 (16:25 +0000)]
Merge "Added global customer id to sdnc delete request"
Jim Hahn [Tue, 14 Nov 2017 16:09:42 +0000 (11:09 -0500)]
Force source to always be included in JSON
Modified RequestInfo to pass source to JSON, even when it has the
default value. Ordinarily, this is unnecessary when the default
value is null, but in this case, the default value is not null,
thus other code to which the JSON is passed expects it to be
populated.
Change-Id: I53fde35b8d46f69234fb51f1cceedb31cedc3335
Issue-Id: SO-340
Signed-off-by: Jim Hahn <jrh3@att.com>
Rob Daugherty [Tue, 14 Nov 2017 15:40:11 +0000 (10:40 -0500)]
Fix init errors in WorkflowMessageAdapter
When the workflow message adapter comes up, it throws a
FileNotFoundException because cadi.properties is absent.
This file is related to AAF, which is not in scope for
the Amsterdam release.
Issue: SO-341
Change-Id: I27239e215a523f8535d49d1888acc72deb35b270
Signed-off-by: Rob Daugherty <rd472p@att.com>
Seshu Kumar M [Tue, 14 Nov 2017 11:48:04 +0000 (11:48 +0000)]
Merge "Fix SDNC flow Exception"
Seshu Kumar M [Tue, 14 Nov 2017 11:46:33 +0000 (11:46 +0000)]
Merge "Fix Update Create Resource Status Error"
Seshu Kumar M [Tue, 14 Nov 2017 11:43:22 +0000 (11:43 +0000)]
Merge "Removed bad docs"
c00149107 [Tue, 14 Nov 2017 08:41:16 +0000 (16:41 +0800)]
Fix SDNC flow Exception
Fix SDNC flow Exception
Change-Id: I11478377105bfe0f5c02bb214e2748766d96c651
Issue-ID:SO-338
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
c00149107 [Tue, 14 Nov 2017 08:38:31 +0000 (16:38 +0800)]
Fix Update Create Resource Status Error
Fix Update Create Resource Status Error
Change-Id: I230c7986b72e27e4c59fbeb129c1b39bb500a86b
Issue-ID:SO-337
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
dfilppi [Mon, 13 Nov 2017 18:37:19 +0000 (18:37 +0000)]
Removed bad docs
Issue-id: SO-319
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
Change-Id: I5870dae985df3279cc225eb411cde96a27e76749
Jim Hahn [Mon, 13 Nov 2017 17:01:47 +0000 (12:01 -0500)]
Added global customer id to sdnc delete request
Modified delete-BRG & delete-TXC to add global customer id and
several other fields to the SDNC request.
Change-Id: I4b85ba634b56a218037f95e1772fe0fcdde1cd91
Issue-Id: SO-336
Signed-off-by: Jim Hahn <jrh3@att.com>
Rob Daugherty [Mon, 13 Nov 2017 14:52:13 +0000 (14:52 +0000)]
Merge "Fix issues in Release notes"
seshukm [Mon, 13 Nov 2017 05:50:46 +0000 (11:20 +0530)]
Fix issues in Release notes
IssueId:SO-300
Change-Id: Idab62b60440790c6f3356323ce3d83c495ff1862
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Jim Hahn [Sat, 11 Nov 2017 19:21:10 +0000 (14:21 -0500)]
Query AAI for ARs on delete
Delete-vcpe code expected allotted-resources to be included within the
SI response from AAI. That turns out not to be the case. As a result,
the code for delete-vcpe was modified to query each AR found in the SI
to get it's full info.
Change-Id: I893fb2fcf50a32335bbd68d1aaa84c8d747b14f0
Issue-Id: SO-325
Signed-off-by: Jim Hahn <jrh3@att.com>
Jim Hahn [Fri, 10 Nov 2017 22:01:00 +0000 (17:01 -0500)]
Changed parsing code in DoDeleteVfModuleFromVnf
Modified code to use MsoUtils to parse the xml rather than walking the
nodes generated by documentBuilder.
Added check for missing vfModuleOutputs.
Added MsoUtils.getMultNodeObjects() to return real Node objects instead
of lazy nodes.
Change-Id: I0266502f1e0353c778dce982fa55cf7ce944d91e
Issue-Id: SO-333
Signed-off-by: Jim Hahn <jrh3@att.com>
seshukm [Fri, 10 Nov 2017 11:48:16 +0000 (17:18 +0530)]
Changed hibernate config file
IssueId : SO-331
Change-Id: If4ce90732d60a2bdea8afd723eb49db0e72d2043
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Seshu Kumar M [Fri, 10 Nov 2017 06:31:34 +0000 (06:31 +0000)]
Merge "Fix AAI Service Delete failed issue."
c00149107 [Fri, 10 Nov 2017 05:48:29 +0000 (13:48 +0800)]
Fix AAI Service Delete failed issue.
Fix AAI Service Delete failed issue.
Change-Id: Ief3eae52d119fcf488a562916d1322641078983f
Issue-ID:SO-329
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Seshu Kumar M [Fri, 10 Nov 2017 04:49:49 +0000 (04:49 +0000)]
Merge changes I4e542ffd,Ibb86da2d
* changes:
Fix Null Point Exception
Fix Delete workflow sent msg to vfc adatper failed
Seshu Kumar M [Fri, 10 Nov 2017 04:44:46 +0000 (04:44 +0000)]
Merge "Now passing cloudConfig to subflows"
c00149107 [Fri, 10 Nov 2017 03:12:02 +0000 (11:12 +0800)]
Fix Null Point Exception
Fix Null Point Exception
Change-Id: I4e542ffd1369140b21d6252a5f90db66651df181
Issue-ID:SO-328
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
c00149107 [Fri, 10 Nov 2017 02:03:50 +0000 (10:03 +0800)]
Fix Delete workflow sent msg to vfc adatper failed
Fix Delete workflow sent msg to vfc adatper failed
Change-Id: Ibb86da2d9e03e0004854035b21daaae09d3f19e6
Issue-ID:SO-327
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Jim Hahn [Thu, 9 Nov 2017 22:26:47 +0000 (17:26 -0500)]
Now passing cloudConfig to subflows
Modified DeleteVcpeResCustService to pass cloudConfiguration to the
delete-vnf-and-modules subflow, in addition to passing the cloud id
and tenant id.
Change-Id: Icf7824ed36eef95b8ab943005c5f4495706b5d70
Issue-Id: SO-324
Signed-off-by: Jim Hahn <jrh3@att.com>
Jim Hahn [Thu, 9 Nov 2017 22:13:47 +0000 (17:13 -0500)]
Added authentication info to DoDeleteVnfAndModules
Modified code to use AaiUtil.executeAAIGetCall() to make the the
call to AAI, thus shortening the code while gaining the benefits
of the common module (e.g., setting authentication info).
Change-Id: Ic0e671c0301c78b14a2234efec3cc7064162d4ad
Issue-Id: SO-326
Signed-off-by: Jim Hahn <jrh3@att.com>
Rob Daugherty [Thu, 9 Nov 2017 17:39:25 +0000 (17:39 +0000)]
Merge "Move unit test mocks to test scoped jar"
Rob Daugherty [Thu, 9 Nov 2017 16:41:46 +0000 (11:41 -0500)]
Move unit test mocks to test scoped jar
This commit removes the MSOMockServer artifact.
The mocks are now in a test-scoped jar in MSOCommon.
Issue: SO-314
Change-Id: Ifbc508c12a56cda329320adf1945c93f31ebe13c
Signed-off-by: Rob Daugherty <rd472p@att.com>
DeWayne Filppi [Thu, 9 Nov 2017 16:21:38 +0000 (16:21 +0000)]
Merge "modifying the heading in release notes"
DeWayne Filppi [Thu, 9 Nov 2017 16:21:29 +0000 (16:21 +0000)]
Merge "editing test cases for e2e delete groovy"
seshukm [Thu, 9 Nov 2017 12:51:54 +0000 (18:21 +0530)]
modifying the heading in release notes
IssueId: SO-300
Change-Id: I201c0eb59af8e2279743b0627d9e1d77e3f7737b
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Morgan Richomme [Wed, 8 Nov 2017 15:21:48 +0000 (16:21 +0100)]
Fix doc8 errors
IssueId: SO-319
Change-Id: Ie5079abe0bc5ed249fa6239a6b9386149aee90b6
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Seshu Kumar M [Thu, 9 Nov 2017 10:54:37 +0000 (10:54 +0000)]
Merge "updating the architecture.rst file for SO"
seshukm [Thu, 9 Nov 2017 10:41:37 +0000 (16:11 +0530)]
editing test cases for e2e delete groovy
IssueId: SO-281
Change-Id: I9c5de43451dc7af646ed728839a1bb08ae8f4742
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
seshukm [Thu, 9 Nov 2017 05:44:47 +0000 (11:14 +0530)]
updating the architecture.rst file for SO
IssueId: SO-300
Change-Id: I484f3fe19cb0d9b8718af4e7af9ef61ee4b5a75a
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Rob Daugherty [Wed, 8 Nov 2017 23:35:49 +0000 (18:35 -0500)]
Clean up Process Engine selection logic
Several failed attempts to split the BPMN application into
multiple applications with separate camunda process engines
have left a mess of confusing classes and process engine
definitions.
In the Amsterdam release, there should be only one BPMN
application war. This is MSOInfrastructureBPMN.
MSOCommonBPMN should not be deployed as a separate
application. Its classes are compiled into a jar and
this is included inside MSOInfrastructureBPMN.
The MSOInfrastructureBPMN application should use the
"default" process engine.
WorkflowAsyncInfrastructureResource and
MSOCommonApplication classes are not needed.
Issue: SO-322
Change-Id: Ifdb3b33541346b561a16361d1aa791e8342a34fa
Signed-off-by: Rob Daugherty <rd472p@att.com>
Shailendra Borale [Wed, 8 Nov 2017 16:49:28 +0000 (11:49 -0500)]
Added input params to service-information section
Added input params to service-information section to facilitate sdnc
assign query subscriptionServiceType and globalCustomerId were added
to groovy, bpmn parentServiceInstanceId shd not be part of service-information,
serviceInstanceId - corrected
Updated junit tests with new service-info fields.
Change-Id: I9fbfdf8a97b4e42881e187bec198c977241c0c13
Issue-Id: SO-318
Signed-off-by: Jim Hahn <jrh3@att.com>
Rob Daugherty [Wed, 8 Nov 2017 14:29:21 +0000 (14:29 +0000)]
Merge "modified sample SDNO code for SO"
Seshu Kumar M [Wed, 8 Nov 2017 13:09:49 +0000 (13:09 +0000)]
Merge "fix for delete e2e svc subprocess groovy test"
Seshu Kumar M [Wed, 8 Nov 2017 13:08:02 +0000 (13:08 +0000)]
Merge "updating the .rst files readthedocs for SO"
Seshu Kumar M [Wed, 8 Nov 2017 13:05:48 +0000 (13:05 +0000)]
Merge changes I33a870e3,Ifc45cdc7
* changes:
Updating the releasenotes
Correcting the namespace template for SO
Seshu-Kumar-M [Wed, 8 Nov 2017 12:01:22 +0000 (17:31 +0530)]
Updating the releasenotes
IssueId : SO-300
Change-Id: I33a870e35df1e8a4a545dbfcc55f2f2d29ccc29e
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Seshu-Kumar-M [Wed, 8 Nov 2017 09:05:55 +0000 (14:35 +0530)]
Correcting the namespace template for SO
IssueId : SO-300
Change-Id: Ifc45cdc7944d53097fc206e1d1fbb219228133c3
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
seshukm [Wed, 8 Nov 2017 07:18:13 +0000 (12:48 +0530)]
updating the .rst files readthedocs for SO
IssueId: SO-300
Change-Id: Iadcabdb04ace5d90b6893310ef5906bbd2ea4107
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Seshu Kumar M [Wed, 8 Nov 2017 05:34:34 +0000 (05:34 +0000)]
Merge changes I47e5be10,Ieb31f208
* changes:
Fix issue of Class name wrong
Fix AAI Relationship read failed in delete flow
Seshu Kumar M [Wed, 8 Nov 2017 05:30:21 +0000 (05:30 +0000)]
Merge "create service instance with source as empty"
Benjamin, Max (mb388a) [Mon, 6 Nov 2017 20:01:36 +0000 (15:01 -0500)]
modified sample SDNO code for SO
Issue-Id: SO-309
Change-Id: I998d5573d60d99987bb99133967ca012ef8dba6f
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
modified RestClient to accept rest properties
Issue-Id: SO-309
Change-Id: I68bd88f9f942573dc470dda2eb60dc747e782768
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
moved SDNO beans to their own package
Issue-Id: SO-309
Change-Id: I0b35edfe0ac3ad336320d8bc62d2efd98fff1b0b
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
added enum for ServiceType in policy
Issue-Id: SO-309
Change-Id: Icdc95b237a427bbacac4cf5d815fc71cebb91675
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
dmaap rest client implementation
Issue-Id: SO-309
Change-Id: I1bf8b85820524adca462d7d96c4c0beef5892864
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
dmaap client interface for SO component
Issue-Id: SO-309
Change-Id: Ieccfb22678c52af7ffcf8750a38462ba32486182
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
added required guava dependency to pom.xml
Issue-Id: SO-309
Change-Id: I3096bf54888e4960e60bb73b13d8cd3223217271
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
c00149107 [Tue, 7 Nov 2017 08:45:30 +0000 (16:45 +0800)]
Fix issue of Class name wrong
Fix issue of Class name wrong
Change-Id: I47e5be10aed7f991088c99ec7baf3135783c40e2
Issue-ID:SO-312
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
c00149107 [Tue, 7 Nov 2017 08:04:40 +0000 (16:04 +0800)]
Fix AAI Relationship read failed in delete flow
Fix AAI Relationship read failed in delete flow
Change-Id: Ieb31f2088aba3d4bb2d4ad5c72aec061cf833069
Issue-ID:SO-311
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
seshukm [Tue, 7 Nov 2017 05:10:32 +0000 (10:40 +0530)]
fix for delete e2e svc subprocess groovy test
IssueId : SO-281
Change-Id: I01ec11410b5ee97f28f780ca08a6860f482b88ea
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>