aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2018-04-11Add resource loop for deletionsubhash kumar singh1-0/+304
Add resource loop for deletion. Change-Id: I329dd9ddc73d3039b8de9316dcc0406c5fd423b1 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-11Insert subprcess to delete E2E service instancesubhash kumar singh2-3/+383
Insert subprocess to delete E2E service instance. Change-Id: I1ed51e007d15614965775d1734d36d0800da520a Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-10Fix missing variable namesubhash kumar singh1-1/+1
Fix missing variable name. Change-Id: I3bf102bf8dcddd5e8fc1ebc2406cd9712e890577 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-10Fix exception case in null returnsubhash kumar singh1-0/+9
Fix exception case in null return. Change-Id: I7f6a0ec3c372e34c1f04468be729d1cbc079e991 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-10Fix resource customization uuidsubhash kumar singh1-0/+1
Fix resource customization input for request builder. Change-Id: I6b208b1d0eb7395bf71cbff6bf90e8ea11891bdd Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-10Fix request inputs for vfc-adaptersubhash kumar singh1-2/+7
Fix request input for vfc-adapter. Change-Id: Id9dcff0df05302ea7d3779b7617238989cbb3fda Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-10Fix variable to fetch request idsubhash kumar singh1-2/+2
Fix variable to fetch request id. Change-Id: I936dae6004083816956ecb8bff5e76327ce81766 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-10Fix URL to get CSAR namesubhash kumar singh1-3/+4
Fix URL to collect CSAR name. Change-Id: I6ba5baf5b41cb24793e510f93d1a9ffe6de4407e Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-10Fix variables in CreateVnfReceipesubhash kumar singh2-7/+19
Fix variable in CrateVnf receipe. Change-Id: Ibca9bbefc64de80103825c4ce0f0ca6541956638 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-10Add service type for bpmn inputsubhash kumar singh1-0/+1
Add service type for bpmn input. Change-Id: Icc7487724bd4f6df5a78473f39a0e99a4e16cd28 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-10Update web.xml file to enable propertiessubhash kumar singh2-0/+11
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 JsonProperty for BpmnParamsubhash kumar singh1-1/+1
Fix JsonProperty for BpmnParam. Change-Id: I98c9e92ccd08c0d5965d9f18dc68ab6d0c7f822b 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 Daugherty4-632/+803
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)4-632/+803
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-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>