Fix resource customization uuid 47/41747/2
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Mon, 9 Apr 2018 14:51:09 +0000 (14:51 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Tue, 10 Apr 2018 04:41:01 +0000 (04:41 +0000)
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>
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateResources.groovy

index c66f9ea..5dd33c9 100644 (file)
@@ -182,6 +182,7 @@ public class DoCreateResources extends AbstractServiceTaskProcessor
                 resourceInput.setResourceModelInfo(currentResource.getModelInfo());
                 ServiceDecomposition serviceDecomposition = execution.getVariable("serviceDecomposition")
                 resourceInput.setServiceModelInfo(serviceDecomposition.getModelInfo());
+         def String resourceCustomizationUuid = currentResource.getModelInfo().getModelCustomizationUuid();
                 
                 String incomingRequest = execution.getVariable("uuiRequest")
                 //set the requestInputs from tempalte  To Be Done