From: Elena Kuleshov Date: Mon, 4 Jun 2018 14:30:57 +0000 (-0400) Subject: APPC controller type for ScaleOut X-Git-Tag: v1.2.1^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F50115%2F1;p=so.git APPC controller type for ScaleOut Change-Id: I7d3ee2b272bfe9e2df201cb1ec6ee91cc2b8d292 Issue-ID: SO-602 Signed-off-by: Elena Kuleshov --- diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVfModuleInfra.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVfModuleInfra.groovy index 2fe11bfe92..0a53526263 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVfModuleInfra.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVfModuleInfra.groovy @@ -232,6 +232,7 @@ public class CreateVfModuleInfra extends AbstractServiceTaskProcessor { execution.setVariable(prefix + 'vfModuleId', newVfModuleId) execution.setVariable('actionHealthCheck', Action.HealthCheck) execution.setVariable('actionConfigScaleOut', Action.ConfigScaleOut) + execution.setVariable('controllerType', "APPC") def controllerType = execution.getVariable('controllerType') execution.setVariable(prefix + 'controllerType', controllerType) execution.setVariable('healthCheckIndex0', 0)