Disable SDNC clustering for deploy tests 41/70841/1
authorGary Wu <gary.i.wu@huawei.com>
Fri, 19 Oct 2018 18:53:40 +0000 (11:53 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 19 Oct 2018 18:53:40 +0000 (11:53 -0700)
SDNC clustering currently doesn't work; disable
for now.

Change-Id: I5971e5068895912aed57aba0d1fde62b148ea3a7
Issue-ID: INT-586
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
deployment/heat/onap-oom/env/tlab/onap-oom.env
deployment/heat/onap-oom/env/windriver/onap-oom.env

index 2440473..aae5f12 100644 (file)
@@ -44,6 +44,6 @@ parameters:
       config:
         enableClustering: false
     sdnc:
-      replicaCount: 3
+      replicaCount: 1
       config:
-        enableClustering: true
+        enableClustering: false
index 9b122e5..ff5e2a3 100644 (file)
@@ -44,6 +44,6 @@ parameters:
       config:
         enableClustering: false
     sdnc:
-      replicaCount: 3
+      replicaCount: 1
       config:
-        enableClustering: true
+        enableClustering: false