aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src
AgeCommit message (Collapse)AuthorFilesLines
2018-04-10Update web.xml file to enable propertiessubhash kumar singh1-0/+10
Update web.xml to enable reacing properties from MSO-API-Prop. Change-Id: I7dc1f48ff798c6f83e8976584edb5dfd9152f950 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-10Fix type for timeoutsubhash kumar singh1-2/+2
Fix type for timeout. It should be integer. Change-Id: Ic836a521152838029b966f250cdc5bb2646b9073 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-09Modify in/out params in bpmn calling a subprocessYulian Han3-7/+13
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0645ff Issue-ID: SO-565 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-09Merge "Replace operation type with mso-requst-id"Chuanyu Chen1-1/+1
2018-04-09Merge "Add request action as input variable"Chuanyu Chen1-0/+1
2018-04-09Merge "Pass uuiRequest as input variable"Chuanyu Chen2-2/+3
2018-04-09Merge "Add script type to groovy"Chuanyu Chen1-2/+2
2018-04-09Merge "Fix missing input parameter for subprocess"Chuanyu Chen2-0/+4
2018-04-09Merge "Fix subprocess path and input"Chuanyu Chen1-1/+2
2018-04-09Merge "Fix input parameter for serviceInstance"Chuanyu Chen1-0/+1
2018-04-09Merge "Fix the invocation of correct activity"Chuanyu Chen1-1/+1
2018-04-09Merge "Add uuiRequest parameter as input parameter"Chuanyu Chen3-10/+14
2018-04-06Merge "Added hc and configscaleout to vfmoduleinfra"Rob Daugherty3-631/+800
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-06Added hc and configscaleout to vfmoduleinfraBancala, Ben (bb3476)3-631/+800
Change-Id: I2d5434785708ed34d1f28e22f134857bfcae02b1 Issue-ID: SO-551 Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com>;
2018-04-06Add junit for WorkflowResourceApplication javaFelix Sangalang1-0/+38
junit coverage for WorkflowResourceApplication Issue-ID: SO-559 Change-Id: I898e9f780e3b3d355881dc3e5dd77b6ecf5a2656 Signed-off-by: Felix Sangalang <fs7692@us.att.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-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 Daugherty5-59/+64
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-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 Daugherty14-12/+75
2018-03-28Merge "Added subworkflow for Pnf pnp"Rob Daugherty15-0/+1061
2018-03-28Merge "pnf ready event consumer"Rob Daugherty1-0/+28
2018-03-28ControllerType update for CM flowsElena Kuleshov14-12/+75
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-28mannul NS scale unit testguanwenyao3-0/+324
Issue-ID: SO-423 Change-Id: I28d462cba73feb56b90d9d15619149d809fe1780 Signed-off-by: guanwenyao <guanwenyao@chinamobile.com>
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>