From: Yulian Han Date: Tue, 9 Oct 2018 07:09:58 +0000 (+0800) Subject: Save inputs into AAI when creating E2E service X-Git-Tag: 1.3.1~26^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6a9837d0c9be25fedd75c97a9e17131bb1f76379;p=so.git Save inputs into AAI when creating E2E service Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064402 Issue-ID: SO-791 Signed-off-by: Yulian Han --- diff --git a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy index 4b848024d6..de998a5f9c 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy +++ b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy @@ -165,6 +165,7 @@ public class DoCreateE2EServiceInstance extends AbstractServiceTaskProcessor { ${statusLine} ${MsoUtils.xmlEscape(modelInvariantUuid)} ${MsoUtils.xmlEscape(modelUuid)} + ${MsoUtils.xmlEscape(uuiRequest)} """.trim() execution.setVariable("serviceInstanceData", serviceInstanceData) msoLogger.debug(serviceInstanceData)