aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2018-04-27Change to sdncadapter for service callc001491071-36/+87
Change to sdncadapter for service call Change-Id: I9011e69fba20d4d0f83705455791b7357e2f5bb0 Issue-ID: SO-587 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-04-26Add NS relationship delete for E2E servicesubhash kumar singh1-12/+30
Add NS relationship delete for E2E service Change-Id: Ia58308dae0fef38b32098d1e92c0871617a86ed2 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-26Fix value for VFC sync responsesubhash kumar singh1-0/+2
Fix value for VFC sync response. Change-Id: Ie663f9080c051b9302dd4729aea5640c5289e14c Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-26Merge "Add service operation initialtion in request db"Chuanyu Chen1-16/+65
2018-04-25Add service operation initialtion in request dbsubhash kumar singh1-16/+65
Add service operation initialtion in request db Change-Id: I2aed78e5cda753b5424b8a8c39e9997a7a7dd61c Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-25Merge "Add sync response for VFCNS delete"Seshu Kumar M1-16/+34
2018-04-25Merge "Fix service topology deletion"Seshu Kumar M1-8/+26
2018-04-25Merge "Set Resource Recipe Time Out Val"Seshu Kumar M2-16/+52
2018-04-25Add sync response for VFCNS deletesubhash kumar singh1-16/+34
Add sync response for VFCNS delete Change-Id: I4917f0a83fc0c33d51b9b90d91f10dbdc023e690 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-25Fix service topology deletionsubhash kumar singh1-8/+26
Fix request body for service topology deletion. Issue-ID: SO-422 Change-Id: Ic2e7cc74dd45dbc4b4a190a159f3ebb852e02b84 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-25Set Resource Recipe Time Out Valc001491072-16/+52
Set Resource Recipe Time Out Val Change-Id: I7f304465c71837ee37e5fa99a48ca14d97d8f91f Issue-ID: SO-587 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-04-25add serviceDecomposition input para for deleteE2EYulian Han2-7/+3
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064309 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-25Merge "Update Delete Resource Flow"Seshu Kumar M4-125/+284
2018-04-25Update Delete Resource Flowc001491074-125/+284
Update Delete Resource Flow Change-Id: Ie6270d954fc1c703de4bdd0c8f1e543a155060d1 Issue-ID: SO-587 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-04-24Create VF Module ErrorRob Daugherty1-81/+138
There are multiple issues here. 1) The LCM healthcheck and config-scale-out should be made conditional upon the VNF orchestration status being Active or Activated. I'm not going to do that with this commit, since the logic will probably need to be moved to the DoCreateVfModule flow. What I will do is bypass the LCM operations to unblock testing. Another ticket will need to address the real solution. 2) APP-C gave us an API where the controller type is configured in their client object, which is NOT what we wanted. As a result, we have to keep a client object for each controller type. Our implementation did not do this. 3) Need to support the APP-C client configuration properties for specifying the SDN-C topic names. I'm refactoring the APP-C client urn mapping names to make it clear that they are for configuring the APP-C *client* and not necessarily for APP-C itself. Change-Id: I588f3b98b4ee44ba53b4931f9f1a7938ee70bebf Issue-ID: SO-577 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-04-24Fix SDNC resource deletion for E2E servicesubhash kumar singh1-3/+5
Fix SDNC resource deletion for E2E service. Change-Id: I954c39044b4e4384a7941b6b6c5a0cccc57cf9b3 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-24Merge "Update resource instance id for Decomposed service"Seshu Kumar M1-3/+2
2018-04-24Merge "Add generic workflow for delete NS"Chuanyu Chen1-0/+146
2018-04-23Add generic workflow for delete NSsubhash kumar singh1-0/+146
Add generic workflow for delete NS. Change-Id: I2bc1fe01aec3066e7ec6d8627c8bdcb79ce262fc Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-23Update resource instance id for Decomposed servicec001491071-3/+2
Update resourceinstanceid for Decomposed service Change-Id: Iaadd8b6d3fb861058eed56cbf33b3a0dc6a060d0 Issue-ID: SO-587 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-04-23Merge "Add 'not found in AAI' for updateE2E syncresponse"maopeng zhang1-0/+1
2018-04-23Add 'not found in AAI' for updateE2E syncresponseYulian Han1-0/+1
add 'operaterID' input para to call deleteE2Em Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064308 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-23Merge "Added canceling subsription to pnf-pnp workflow"Seshu Kumar M1-93/+95
2018-04-23Update response for delete e2e servicec001491071-1/+9
Update response for delete e2e service Change-Id: I8cd96981e085111e55211e8a24cb3b2cebe7ef9a Issue-ID: SO-587 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-04-21UpdateAAI lost serviceInstVersion and modeluuidYulian Han2-65/+66
bpmn ExclusiveGateway usage bug fix Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064307 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-20Merge "Update create flow for E2E service"Seshu Kumar M1-13/+29
2018-04-20Update create flow for E2E servicec001491071-13/+29
Update create generic flow for E2E service Change-Id: I7f5c912348ce0d0ee9035aa3a5e34979ee14b247 Issue-ID: SO-583 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-04-20Merge "move comparemodel before syncresponse updateE2E"Chuanyu Chen2-540/+667
2018-04-20move comparemodel before syncresponse updateE2EYulian Han2-540/+667
deleteE2EServiceInstance excution param type def Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064306 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-20Fix Database update for SDNC resourcesubhash kumar singh1-31/+139
Fix Database update for SDNC resource Change-Id: Ia7284510f6a9e802d3f3d5520ead3d63bb1f7ba0 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-20Fix the operation id for db updatesubhash kumar singh1-0/+1
Fix the operation id for db update Change-Id: I97cd5c1d6ed86a1a1c8a348cd7e8e741ea84d092 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-19Added canceling subsription to pnf-pnp workflowbiniek1-93/+95
Change-Id: I0997943668b29a89565bbf83a40462a690d4a414 Issue-ID: SO-506 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-04-19Fix SDNC request structuresubhash kumar singh1-8/+26
Fix SDNC requst structure for e2e service. Following is current body for request: { "GENERIC-RESOURCE-API:input": { "GENERIC-RESOURCE-API:sdnc-request-header": { "GENERIC-RESOURCE-API:svc-request-id": "7b1e36ae-6691-4676-993b-4d173bad45cd", "GENERIC-RESOURCE-API:svc-action": "assign" }, "GENERIC-RESOURCE-API:request-information": { "GENERIC-RESOURCE-API:request-id": "7b1e36ae-6691-4676-993b-4d173bad45cd", "GENERIC-RESOURCE-API:request-action": "CreateServiceInstance" }, "GENERIC-RESOURCE-API:service-information": { "GENERIC-RESOURCE-API:service-id": "VOLTE_SERVICE_ID", "GENERIC-RESOURCE-API:subscription-service-type": "example-service-type", "GENERIC-RESOURCE-API:onap-model-information": { "GENERIC-RESOURCE-API:model-invariant-uuid": "4a09419a-c9fd-4a53-b1bd-b49603169ca1", "GENERIC-RESOURCE-API:model-uuid": "1bd0eae6-2dcc-4461-9ae6-56d641f369d6", "GENERIC-RESOURCE-API:model-name": "voLTE_HUAWEI_01:null" }, "GENERIC-RESOURCE-API:service-instance-id": "1ff52068-6622-440c-964f-5774d91a956a", "GENERIC-RESOURCE-API:global-customer-id": "test_custormer" }, "GENERIC-RESOURCE-API:service-request-input": { "GENERIC-RESOURCE-API:service-instance-name": "ONAP_223531" } } } Change-Id: I5098f3f8e11e0e1dad30b53fbf1db13aeac87f78 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-19modify duplicate Bpmn ID,deploy failedYulian Han1-2/+2
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0642f7 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-19DoUpdateE2EServiceInstance flow optimizationYulian Han1-37/+81
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0642f0 Issue-ID: SO-578 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-04-17Merge "Added CreateVcpePesCustServiceV2 workflow for pnf"Seshu Kumar M2-82/+1548
2018-04-17Merge "Fix bpmn by specifying script type"Seshu Kumar M1-4/+4
2018-04-17Merge "Fix resource sequence and variables"Seshu Kumar M1-0/+1
2018-04-17Added CreateVcpePesCustServiceV2 workflow for pnfbiniek2-82/+1548
Change-Id: I5b42baa859eb039e806af609b1c3e618a86efba6 Issue-ID: SO-506 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-04-17Fix bpmn by specifying script typesubhash kumar singh1-4/+4
Fix bpmn by specifying script type Change-Id: I68a6a6272362eb195582641980865d02bd9ed44b Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-17Fix resource sequence and variablessubhash kumar singh1-0/+1
Fix resource sequence and variables Change-Id: Ief214443fdaab273d420660abe8e2cec8b6f5da2 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-16Merge "PnfReadyEventConsumer implementation"Seshu Kumar M1-4/+6
2018-04-16PnfReadyEventConsumer implementationLukasz Muszkieta1-4/+6
Change-Id: I7252400a3f60ca22ddfa71edb28eaf1d16ccd9b4 Issue-ID: SO-466 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-04-16Fix BPMN activity namesubhash kumar singh1-1/+1
Fix BPMN activity name for invocation. Change-Id: I80e14ce495206f75158eb6a2c38ad8bcaa34b3cc Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-16Fix script name for invocationsubhash kumar singh1-12/+12
Fix script name for delete method invocation. Change-Id: I88bf027c637b111919498d9397fef8961fe42de1 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-14Fix DoDeleteE2EServiceInstance input output varsubhash kumar singh1-2/+24
Fix DoDeleteE2EServiceInstance input output var Change-Id: Icea2277c3c8207d00c977be082157d0e86a79050 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-13Fix script type in bpmn filesubhash kumar singh1-39/+39
Fix script type in bpmn file Change-Id: I6c4fe3fbe2fb7978085418bb5802acc2832ecda6 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-12Fix input variable for sdnc adaptersubhash kumar singh1-1/+2
Fix input variable for sdnc adapter. Change-Id: I20a2d683ca69769b3c448c587cf54fd08a79a737 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-11Merge "Added informing dmaap client in pnf-ready workflow"Seshu Kumar M1-58/+81
2018-04-11Merge "Add workflow for deleting sdnc resource"Chuanyu Chen1-0/+156