summaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/main/groovy
AgeCommit message (Collapse)AuthorFilesLines
2018-04-10Merge "Fix type for timeout"Seshu Kumar M1-2/+2
2018-04-10Modify in params pre-processing in groovyYulian Han3-33/+50
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064600 Issue-ID: SO-565 Signed-off-by: Yulian Han <elaine.hanyulian@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-09Merge "Replace operation type with mso-requst-id"Chuanyu Chen1-1/+1
2018-04-09Merge "Pass uuiRequest as input variable"Chuanyu Chen1-2/+2
2018-04-09Merge "Fix missing input parameter for subprocess"Chuanyu Chen1-0/+2
2018-04-09Merge "Add uuiRequest parameter as input parameter"Chuanyu Chen2-10/+13
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-06Pass uuiRequest as input variablesubhash kumar singh1-2/+2
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-06Fix missing input parameter for subprocesssubhash kumar singh1-0/+2
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-06Add uuiRequest parameter as input parametersubhash kumar singh2-10/+13
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)1-552/+558
Change-Id: I2d5434785708ed34d1f28e22f134857bfcae02b1 Issue-ID: SO-551 Signed-off-by: Bancala, Ben (bb3476) <bb3476@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-28Merge "ControllerType update for CM flows"Rob Daugherty4-5/+29
2018-03-28Merge "pnf ready event consumer"Rob Daugherty1-0/+28
2018-03-28ControllerType update for CM flowsElena Kuleshov4-5/+29
Change-Id: I42c60ba45baaf29fa5fe54a8bb7ffc0aab5622c7 Signed-off-by: Elena Kuleshov <ek1439@att.com> Issue-ID: SO-526
2018-03-28Merge "support manual scale for NS"Chuanyu Chen3-0/+767
2018-03-28support manual scale for NSguanwenyao3-0/+767
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-27Merge "Refactor homing flows for OOF/HPA"Seshu Kumar M1-700/+724
2018-03-27Merge "add CompareModelofE2EServiceInstance.groovy"Seshu Kumar M2-0/+521
2018-03-27Fix type for Resource arraysubhash kumar singh1-9/+9
Fix type for resource array. Change-Id: Ic0e01b1495bfc887660a2593a9ab1e16be72c684 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-27add CompareModelofE2EServiceInstance.groovyYulian Han2-0/+521
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641f1 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-27pnf ready event consumerLukasz Muszkieta1-0/+28
Change-Id: I63802ea60d318626ae32e734167d2bce602d72e4 Issue-ID: SO-466 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-03-27Refactor homing flows for OOF/HPAMarcus G K Williams1-700/+724
1. Split Homing into OOF and SNIRO versions 2. Added OOF API interactions 3. Added Unit tests for OOF Homing Code Issue-ID: SO-404 Change-Id: Ifeeeec9ea450d8b330110a565208ed89a1e18cde Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-03-22modify wrong noteYulian Han1-1/+1
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641e7 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-21Merge "Remove file not used in workflow."Seshu Kumar M1-1071/+0
2018-03-21Remove file not used in workflow.zhoujun1-1071/+0
Issue-ID: SO-452 Change-Id: I600edffdd95da4451f2ea26c35235dce4544d5e5 Signed-off-by: zhoujun <zhoujun8@huawei.com>
2018-03-21Merge "delete unused import"Seshu Kumar M7-14/+0
2018-03-21delete unused importYulian Han7-14/+0
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641e3 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-21Generate sdnc network operation request bodyc001491072-8/+70
Generate sdnc network operation request body Change-Id: I192a50e322f9982b07b3fa3cbb7c180ab6a66bc3 Issue-ID: SO-501 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-03-20Merge "Type lost bug fix"Chuanyu Chen1-6/+6
2018-03-20Merge "Generic SDNC network create flow support"Seshu Kumar M1-81/+101
2018-03-20Type lost bug fixc001491071-6/+6
Type lost bug fix update Change-Id: I6e875377636f645f430dd3f8cbb4ef5f47670eac Issue-ID: SO-501 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-03-20Generic SDNC network create flow supportc001491071-81/+101
Generic SDNC network create flow support Change-Id: Iad4bbd3c61d1e8b41a930fe908c42448ddf8b05d Issue-ID: SO-501 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-03-20modify bugs of Update E2E Rollback bpmnYulian Han1-4/+5
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641e0 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-20add put-aai in DoUpdateE2EServiceInstanc.groovyYulian Han1-1/+161
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641d8 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-20modify review questions DoCreateResources.groovyYulian Han1-13/+5
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641d5 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-20Merge "add DoDeleteResources.groovy"Chuanyu Chen1-0/+325
2018-03-20Merge "add DoCreateResources.groovy"Chuanyu Chen1-0/+221
2018-03-19add DoUpdateE2EServiceInstanceRollback.groovyYulian Han1-0/+341
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641d9 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-19add DoDeleteResources.groovyYulian Han1-0/+325
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641d4 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-19add DoCreateResources.groovyYulian Han1-0/+221
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641d2 Issue-ID: SO-419 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-15Merge "Remove unneeded param type definition"Seshu Kumar M1-1/+1
2018-03-15Remove unneeded param type definitionc001491071-1/+1
Remove unneeded param type definition Issue-ID: SO-452 Change-Id: Ic268c582dacc0ff050605e0ddefbbfe9dce684f0 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-03-15Merge "Add execute resource recipe task script"Seshu Kumar M1-0/+17
2018-03-15Add execute resource recipe task scriptc001491071-0/+17
Add execute resource recipe task script Change-Id: Ib47a90cedbb87f23cb3b9d346862dc4f682e70d9 Issue-ID: SO-452 Signed-off-by: c00149107 <chenchuanyu@huawei.com>