commit | 08c098a63672576c02eb422d9ee9ac65e6053501 | [log] [tgz] |
---|---|---|
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | Tue Jun 05 00:12:39 2018 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Tue Jun 05 00:12:39 2018 +0000 |
tree | 6e50448db48b3800d3cbddaa65cf97fb9e78c05f | |
parent | a2e0fa2e56fb74177874c6211747fbfc97ce5100 [diff] | |
parent | f52214eb83b036cdc6e391b59ad74e876afa5abc [diff] |
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)