From: Bancala, Ben (bb3476) Date: Wed, 30 May 2018 19:16:41 +0000 (-0400) Subject: Set CreateVfModuleInfra health check to false X-Git-Tag: v1.2.1~14^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F49563%2F2;p=so.git Set CreateVfModuleInfra health check to false Issue-ID: SO-659 Change-Id: I4f7d9ce861db6d997ebc1108cdf1bd0995a7aa19 Signed-off-by: Bancala, Ben (bb3476) --- 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); } }