aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-12-01Bump minor versionJessica Wagantall36-57/+57
Bump minor version in preparation for Amsterdam branching. Change-Id: Ib72ca9cab2782a4fee15fff8f0653f0c53ad9f71 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-22Fix Json Analyze failed Issuec001491071-1/+1
Fix Json Analyze failed Issue Issue-ID: SO-348 Change-Id: Ibfea7d2cfa5e62e4d8e251a17908d4f7bc8de154 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-17Merge "Heading change in architecture.rst file"Seshu Kumar M2-5/+2
2017-11-16Remove unused dependency on dmaapClientRob Daugherty2-18/+1
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>
2017-11-16Heading change in architecture.rst fileseshukm2-5/+2
IssueId: SO-300 Change-Id: I9a042d2e4ad8bda5957f979e5b37eef17dbdb555 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-16page look and feel improvementseshukm4-5/+9
IssueId: SO-300 Change-Id: I1d53a39617437790a84cb4c1908c8122ce8301ae Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-16Merge "updated the release version"Seshu Kumar M1-1/+1
2017-11-16changed artifact versionseshukm32-32/+33
IssueId: SO-346 Change-Id: I4bd910032baa26c2aa154d3860bf4d34ecf7d9dd Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-16updated the release versionseshukm1-1/+1
IssueId: SO-346 Change-Id: Ic894825b719365df8513de3fabbd50dd3fc61aea Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-16Merge "Update the version.properties"v1.1.11.0.0-ONAP1.0.0-AmsterdamSeshu Kumar M2-3/+3
2017-11-16Update the version.propertiesseshukm2-3/+3
IssueId: SO-346 Change-Id: Ib18e075a6074b59170cdb26f60260dd5882886d8 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-15Modified create-vcpe to filter out "bad" VNFsJim Hahn2-17/+85
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>
2017-11-15fix updateProgressv1.1.0Zhuoyao Huang4-12/+22
Change-Id: I91d63cacc0d1a55c3b07703890adecd95ba9410d Issue-ID:SO-181 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
2017-11-14Add the --fresh option to update-ca-certificatesRob Daugherty1-1/+1
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>
2017-11-14Merge "Force source to always be included in JSON"Rob Daugherty1-0/+1
2017-11-14Merge "Fix init errors in WorkflowMessageAdapter"Rob Daugherty1-1/+5
2017-11-14Merge "Added global customer id to sdnc delete request"Rob Daugherty5-8/+30
2017-11-14Force source to always be included in JSONJim Hahn1-0/+1
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>
2017-11-14Fix init errors in WorkflowMessageAdapterRob Daugherty1-1/+5
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>
2017-11-14Merge "Fix SDNC flow Exception"Seshu Kumar M1-2/+3
2017-11-14Merge "Fix Update Create Resource Status Error"Seshu Kumar M2-2/+3
2017-11-14Merge "Removed bad docs"Seshu Kumar M11-1331/+0
2017-11-14Fix SDNC flow Exceptionc001491071-2/+3
Fix SDNC flow Exception Change-Id: I11478377105bfe0f5c02bb214e2748766d96c651 Issue-ID:SO-338 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-14Fix Update Create Resource Status Errorc001491072-2/+3
Fix Update Create Resource Status Error Change-Id: I230c7986b72e27e4c59fbeb129c1b39bb500a86b Issue-ID:SO-337 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-13Removed bad docsdfilppi11-1331/+0
Issue-id: SO-319 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co> Change-Id: I5870dae985df3279cc225eb411cde96a27e76749
2017-11-13Added global customer id to sdnc delete requestJim Hahn5-8/+30
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>
2017-11-13Merge "Fix issues in Release notes"Rob Daugherty1-36/+19
2017-11-13Fix issues in Release notesseshukm1-36/+19
IssueId:SO-300 Change-Id: Idab62b60440790c6f3356323ce3d83c495ff1862 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-11Query AAI for ARs on deleteJim Hahn4-121/+191
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>
2017-11-11Changed parsing code in DoDeleteVfModuleFromVnfJim Hahn2-41/+39
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>
2017-11-10Changed hibernate config fileseshukm1-19/+19
IssueId : SO-331 Change-Id: If4ce90732d60a2bdea8afd723eb49db0e72d2043 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-10Merge "Fix AAI Service Delete failed issue."Seshu Kumar M3-14/+9
2017-11-10Fix AAI Service Delete failed issue.c001491073-14/+9
Fix AAI Service Delete failed issue. Change-Id: Ief3eae52d119fcf488a562916d1322641078983f Issue-ID:SO-329 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-10Merge changes I4e542ffd,Ibb86da2dSeshu Kumar M5-33/+41
* changes: Fix Null Point Exception Fix Delete workflow sent msg to vfc adatper failed
2017-11-10Merge "Now passing cloudConfig to subflows"Seshu Kumar M3-2/+8
2017-11-10Fix Null Point Exceptionc001491071-8/+1
Fix Null Point Exception Change-Id: I4e542ffd1369140b21d6252a5f90db66651df181 Issue-ID:SO-328 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-10Fix Delete workflow sent msg to vfc adatper failedc001491074-25/+40
Fix Delete workflow sent msg to vfc adatper failed Change-Id: Ibb86da2d9e03e0004854035b21daaae09d3f19e6 Issue-ID:SO-327 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-09Now passing cloudConfig to subflowsJim Hahn3-2/+8
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>
2017-11-09Added authentication info to DoDeleteVnfAndModulesJim Hahn1-11/+2
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>
2017-11-09Merge "Move unit test mocks to test scoped jar"Rob Daugherty27-1403/+1232
2017-11-09Move unit test mocks to test scoped jarRob Daugherty27-1403/+1232
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>
2017-11-09Merge "modifying the heading in release notes"DeWayne Filppi1-2/+2
2017-11-09Merge "editing test cases for e2e delete groovy"DeWayne Filppi1-1/+4
2017-11-09modifying the heading in release notesseshukm1-2/+2
IssueId: SO-300 Change-Id: I201c0eb59af8e2279743b0627d9e1d77e3f7737b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-09Fix doc8 errorsMorgan Richomme2-189/+205
IssueId: SO-319 Change-Id: Ie5079abe0bc5ed249fa6239a6b9386149aee90b6 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-11-09Merge "updating the architecture.rst file for SO"Seshu Kumar M3-6/+100
2017-11-09editing test cases for e2e delete groovyseshukm1-1/+4
IssueId: SO-281 Change-Id: I9c5de43451dc7af646ed728839a1bb08ae8f4742 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-09updating the architecture.rst file for SOseshukm3-6/+100
IssueId: SO-300 Change-Id: I484f3fe19cb0d9b8718af4e7af9ef61ee4b5a75a Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-08Clean up Process Engine selection logicRob Daugherty22-487/+93
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>
2017-11-08Added input params to service-information sectionShailendra Borale6-12/+37
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>