From a3627bdf020a5d555318c20b2dd892f5941fdba6 Mon Sep 17 00:00:00 2001 From: "Bancala, Ben (bb3476)" Date: Wed, 30 May 2018 15:16:41 -0400 Subject: Set CreateVfModuleInfra health check to false Issue-ID: SO-659 Change-Id: I4f7d9ce861db6d997ebc1108cdf1bd0995a7aa19 Signed-off-by: Bancala, Ben (bb3476) --- .../mso/bpmn/infrastructure/scripts/CreateVfModuleInfra.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpmn/MSOInfrastructureBPMN') 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 6637d3c667..5282c9cdb2 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 @@ -318,7 +318,7 @@ public class CreateVfModuleInfra extends AbstractServiceTaskProcessor { if(vnf.isPresent()){ def vnfOrchestrationStatus = vnf.get().getOrchestrationStatus(); if("active".equalsIgnoreCase(vnfOrchestrationStatus)){ - execution.setVariable("runHealthCheck", true); + execution.setVariable("runHealthCheck", false); execution.setVariable("runConfigScaleOut", true); } } -- cgit 1.2.3-korg