Merge "APPC controller type for ScaleOut"
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 2fe11bf..0a53526 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 @@
 			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)