summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Kuleshov <ek1439@att.com>2018-06-04 10:30:57 -0400
committerElena Kuleshov <ek1439@att.com>2018-06-04 10:31:38 -0400
commitf52214eb83b036cdc6e391b59ad74e876afa5abc (patch)
treec550c33d93a4fd572e8563be9ff1b6bb2e13975c
parentef687b5a9765c95c09b25f43e8c3a59e2a8d9064 (diff)
APPC controller type for ScaleOut
Change-Id: I7d3ee2b272bfe9e2df201cb1ec6ee91cc2b8d292 Issue-ID: SO-602 Signed-off-by: Elena Kuleshov <ek1439@att.com>
-rw-r--r--bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVfModuleInfra.groovy1
1 files changed, 1 insertions, 0 deletions
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)