APPC controller type for ScaleOut 15/50115/1
authorElena Kuleshov <ek1439@att.com>
Mon, 4 Jun 2018 14:30:57 +0000 (10:30 -0400)
committerElena Kuleshov <ek1439@att.com>
Mon, 4 Jun 2018 14:31:38 +0000 (10:31 -0400)
Change-Id: I7d3ee2b272bfe9e2df201cb1ec6ee91cc2b8d292
Issue-ID: SO-602
Signed-off-by: Elena Kuleshov <ek1439@att.com>
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVfModuleInfra.groovy

index 2fe11bf..0a53526 100644 (file)
@@ -232,6 +232,7 @@ public class CreateVfModuleInfra extends AbstractServiceTaskProcessor {
                        execution.setVariable(prefix + 'vfModuleId', newVfModuleId)\r
                        execution.setVariable('actionHealthCheck', Action.HealthCheck)\r
                        execution.setVariable('actionConfigScaleOut', Action.ConfigScaleOut)\r
+                       execution.setVariable('controllerType', "APPC")\r
                        def controllerType = execution.getVariable('controllerType')\r
                        execution.setVariable(prefix + 'controllerType', controllerType)\r
                        execution.setVariable('healthCheckIndex0', 0)\r