aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2018-04-06Replace operation type with mso-requst-idsubhash kumar singh1-1/+1
Replace operation type with mso-request-id. Change-Id: Iefc7bdc4097a4549bf35e635bd2be5dd40a39f00 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-06Add request action as input variablesubhash kumar singh1-0/+1
Add request action as input variable. Change-Id: I54bfe245c9a2222cd324e4236c2a8c56cd2f4f79 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-06Pass uuiRequest as input variablesubhash kumar singh2-2/+3
pass uuiRequets as input variable. Change-Id: I4af54ffe95aa109b52b355f6adf413c27a81a97b Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-06Add script type to groovysubhash kumar singh1-2/+2
Add missing script type property. Change-Id: Ib4bf0e2ef209e823206ad3e3e780bcd4d5e0a4f9 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-06Fix missing input parameter for subprocesssubhash kumar singh2-0/+4
Fix missing input parameter for subprocess. Change-Id: I56804ca3990b6ff2e6d89a2e06915c7110dfc04f Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-06Fix subprocess path and inputsubhash kumar singh1-1/+2
Fix subprocess path and input. Change-Id: Ic5dbf0b5d279cf6e22175b8adbdb9c05b48ef642 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-06Fix input parameter for serviceInstancesubhash kumar singh1-0/+1
Fix input parameter for serviceInstance. Change-Id: I9454572283b9452b83359a04f73e44d05bcb25d6 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-06Fix the invocation of correct activitysubhash kumar singh1-1/+1
Fix the invocation of DoCreateE2EServiceInstanceV3 from main process. Change-Id: I89b1d3d9dd0f6a5445ff349cda46faf425f6cf57 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-06Add uuiRequest parameter as input parametersubhash kumar singh3-10/+14
Add uuiRequest paramter as input parameter. Change-Id: Ib96bc22616171e645c1a908d101d7a97f3c282da Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-03Merge "Set serviceType as input variable"Rob Daugherty1-1/+2
2018-04-03Merge "Fix classname for CreateSDNCNSResource"Rob Daugherty1-1/+1
2018-04-03Merge changes If24593bb,I34ba4d37Rob Daugherty1-2/+1
* changes: Add junit HeaderUtil.java Add junit HeaderUtil.java
2018-04-03Merge "Add junit for HeaderUtil java"Rob Daugherty1-1/+1
2018-04-03Merge "Add junit for HeaderUtil.java"Rob Daugherty1-0/+35
2018-04-03Merge "Add junit org.openecomp.mso.rest.APIResponse"Rob Daugherty1-1/+1
2018-04-03Merge "Add junit org.openecomp.mso.rest.APIResponse"Rob Daugherty1-1/+1
2018-04-03Merge "Add junit org.openecomp.mso.rest.APIResponse"Rob Daugherty1-0/+57
2018-04-03Set serviceType as input variablesubhash kumar singh1-1/+2
Add the serviceType as input variable for DoCretaeE2E workflow. Change-Id: I5197f00d0f3df5a3bc9d22219631d2f7128ccadd Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-02SO application deployment issuesRob Daugherty6-59/+96
There are a few problems here. 1) Hibernate definitions for a few tables don't match the column definitions in the MySQL schema scripts. 2) The process engine in MSOInfrastructureBPMN is defined incorrectly. 3) Several bpmn flows have errors that block deployment. Change-Id: I029238b82736a3d4977fdf56416c5feb2705b041 Issue-ID: SO-557 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-04-02Add junit HeaderUtil.javaFelix Sangalang1-1/+1
package org.openecomp.mso.bpmn.infrastructure. workflow.serviceTask.client Issue-ID: SO-556 Change-Id: If24593bb424f6faa3340d0b8fb88e49d37e796c3 Change-Id: If24593bb424f6faa3340d0b8fb88e49d37e796c3 Signed-off-by: Felix Sangalang <fs7692@us.att.com>
2018-04-02Add junit HeaderUtil.javaFelix Sangalang1-1/+0
package org.openecomp.mso.bpmn.infrastructure. workflow.serviceTask.client Issue-ID: SO-556 Change-Id: I34ba4d37eec42164c8e8cfa2c0fb747a625e77d2 Change-Id: I34ba4d37eec42164c8e8cfa2c0fb747a625e77d2 Signed-off-by: Felix Sangalang <fs7692@us.att.com>
2018-04-02Add junit for HeaderUtil javaSangalang, Felix (fs7692)1-1/+1
Add junit for HeaderUtil java Issue-ID: SO-556 Change-Id: Ia6ff8fde5a3689dd8fa46a13fcebc5a01d57d0d7 Change-Id: Ia6ff8fde5a3689dd8fa46a13fcebc5a01d57d0d7 Signed-off-by: Sangalang, Felix (fs7692) <fs7692@att.com>
2018-04-02Add junit for HeaderUtil.javaSangalang, Felix (fs7692)1-0/+35
package: org.openecomp.mso.bpmn.infrastructure. workflow.serviceTask.client Issue-ID: SO-556 Change-Id: I15194cf16262e4e333dfb689930d094495bcf68b Signed-off-by: Sangalang, Felix (fs7692) <fs7692@att.com>
2018-04-02Fix classname for CreateSDNCNSResourcesubhash kumar singh1-1/+1
Fix classname for CreateSDNCResource. Change-Id: I924108f99f508a81bb535c718974cf23c013c6a4 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-30Add junit org.openecomp.mso.rest.APIResponseFelix Sangalang1-1/+1
Update Copyright year to 2018 Issue-ID: SO-552 Change-Id: I3e3ff990ec44613258b7ef7ecae2798d9ca48bbc Signed-off-by: Felix Sangalang <fs7692@us.att.com>
2018-03-30Add junit org.openecomp.mso.rest.APIResponseFelix Sangalang1-1/+1
Updated Copyright name Issue-ID: SO-552 Change-Id: I86b5ae4eca2da2c36de88f6f3befd82e07341d50 Signed-off-by: Felix Sangalang <fs7692@us.att.com>
2018-03-30Add junit org.openecomp.mso.rest.APIResponseFelix Sangalang1-0/+57
No junit test for APIResponse. Issue-ID: SO-552 Change-Id: Iad24f4e29bec06cb2993145754b616534700fb41 Signed-off-by: Felix Sangalang <fs7692@us.att.com>
2018-03-30Re-remove appc.service=ueb in infra bpmnArthur Martella1-1/+1
Change-Id: I1b06be26246c8421e7a778330e42b0bb77fd9b34 Issue-ID: SO-546 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-03-29POST to /mso/async/services returns 404Rob Daugherty1-1/+1
Change-Id: Ia5e669b023df9fc1b27fb9059ef3502c99500d81 Issue-ID: SO-550 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-29Restore appc.service=ueb in infra bpmnArthur Martella1-1/+1
Undo change made in https://gerrit.onap.org/r/#/c/39927/ Change-Id: I32a88681fba132ad31cf40707444f3fe1dc87098 Issue-ID: SO-546 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-03-28Remove appc.service=ueb in infra bpmnArthur Martella1-1/+1
Change-Id: I39809ed7365b96bc225cb290ff0e6cca8cc80594 Issue-ID: SO-546 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-03-28Merge "ControllerType update for CM flows"Rob Daugherty20-54/+124
2018-03-28Merge "Added subworkflow for Pnf pnp"Rob Daugherty17-1/+1118
2018-03-28Merge "pnf ready event consumer"Rob Daugherty1-0/+28
2018-03-28ControllerType update for CM flowsElena Kuleshov20-54/+124
Change-Id: I42c60ba45baaf29fa5fe54a8bb7ffc0aab5622c7 Signed-off-by: Elena Kuleshov <ek1439@att.com> Issue-ID: SO-526
2018-03-28Merge "mannul NS scale unit test"Rob Daugherty3-0/+324
2018-03-28Merge "support manual scale for NS"Chuanyu Chen15-0/+2134
2018-03-28Merge "InitResourcesOperStatus for UpdateE2ESVCInst"Chuanyu Chen1-28/+30
2018-03-28Merge "InitServiceOperationStatus for UpdateE2ESVCInst"Chuanyu Chen1-0/+55
2018-03-28mannul NS scale unit testguanwenyao3-0/+324
Issue-ID: SO-423 Change-Id: I28d462cba73feb56b90d9d15619149d809fe1780 Signed-off-by: guanwenyao <guanwenyao@chinamobile.com>
2018-03-28Merge changes Idaa55084,Idaa55084Seshu Kumar M4-196/+89
* changes: Add common CreateResource modify DoCompareModelVersions bugs
2018-03-28Merge "modify DoCreateE2EServiceInstance endsignal bug"Seshu Kumar M1-14/+15
2018-03-28support manual scale for NSguanwenyao15-0/+2134
Issue-ID: SO-423 Change-Id: I752e096806ec513250a8fb1bf51a2ed57fb05f6e Signed-off-by: guanwenyao <guanwenyao@chinamobile.com>
2018-03-28InitResourcesOperStatus for UpdateE2ESVCInstYulian Han1-28/+30
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641f7 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-28InitServiceOperationStatus for UpdateE2ESVCInstYulian Han1-0/+55
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641f6 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-28Add common CreateResourceYulian Han3-189/+82
for Create&Update E2ESVCInst Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641f5 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-28modify DoCompareModelVersions bugsYulian Han1-7/+7
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641f4 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-28Added subworkflow for Pnf pnpbiniek17-1/+1118
Change-Id: Ifeba2e74a03ce8c5a13b80f673809c3ef60bfe3f Issue-ID: SO-506 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-03-28modify DoCreateE2EServiceInstance endsignal bugYulian Han1-14/+15
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641f3 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-28Remove more forbidden dependenciesArthur Martella1-10/+3
Change commons-httpclient : commons-httpclient to org.apache.httpcomponents : httpclient : 4.5.5 Change-Id: I9ba93af3fc66ca31bc70d4a96a9ca977c9747aa6 Issue-ID: SO-537 Signed-off-by: Arthur Martella <amartell@research.att.com>