Set CreateVfModuleInfra health check to false 63/49563/2
authorBancala, Ben (bb3476) <bb3476@att.com>
Wed, 30 May 2018 19:16:41 +0000 (15:16 -0400)
committerMarcus Williams <marcus.williams@intel.com>
Wed, 30 May 2018 21:24:06 +0000 (21:24 +0000)
Issue-ID: SO-659
Change-Id: I4f7d9ce861db6d997ebc1108cdf1bd0995a7aa19
Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com>
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVfModuleInfra.groovy

index 6637d3c..5282c9c 100644 (file)
@@ -318,7 +318,7 @@ public class CreateVfModuleInfra extends AbstractServiceTaskProcessor {
                if(vnf.isPresent()){\r
                        def vnfOrchestrationStatus = vnf.get().getOrchestrationStatus();\r
                        if("active".equalsIgnoreCase(vnfOrchestrationStatus)){\r
-                               execution.setVariable("runHealthCheck", true);\r
+                               execution.setVariable("runHealthCheck", false);\r
                                execution.setVariable("runConfigScaleOut", true);\r
                        }\r
                }\r