Set override to enable SDNC clustering

Also disable log pods in all Wind River SB environments
to avoid VM crashing issue.

Change-Id: Ide0667961cd84678ceff43d53298600fde68080c
Issue-ID: INT-381
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
diff --git a/deployment/heat/onap-oom/env/windriver/Integration-SB-02.env b/deployment/heat/onap-oom/env/windriver/Integration-SB-02.env
index 20e78f5..abe4661 100644
--- a/deployment/heat/onap-oom/env/windriver/Integration-SB-02.env
+++ b/deployment/heat/onap-oom/env/windriver/Integration-SB-02.env
@@ -37,5 +37,11 @@
         openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
     appc:
       replicaCount: 3
+      config:
+        enableClustering: true
     sdnc:
       replicaCount: 3
+      config:
+        enableClustering: true
+    log:
+      enabled: false