From f52214eb83b036cdc6e391b59ad74e876afa5abc Mon Sep 17 00:00:00 2001 From: Elena Kuleshov Date: Mon, 4 Jun 2018 10:30:57 -0400 Subject: APPC controller type for ScaleOut Change-Id: I7d3ee2b272bfe9e2df201cb1ec6ee91cc2b8d292 Issue-ID: SO-602 Signed-off-by: Elena Kuleshov --- .../openecomp/mso/bpmn/infrastructure/scripts/CreateVfModuleInfra.groovy | 1 + 1 file changed, 1 insertion(+) (limited to 'bpmn') 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) -- cgit 1.2.3-korg