diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-06-05 00:12:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-05 00:12:39 +0000 |
commit | 08c098a63672576c02eb422d9ee9ac65e6053501 (patch) | |
tree | 6e50448db48b3800d3cbddaa65cf97fb9e78c05f /bpmn/MSOInfrastructureBPMN/src | |
parent | a2e0fa2e56fb74177874c6211747fbfc97ce5100 (diff) | |
parent | f52214eb83b036cdc6e391b59ad74e876afa5abc (diff) |
Merge "APPC controller type for ScaleOut"v1.2.1
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVfModuleInfra.groovy | 1 |
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)
|