Disable APPC clustering for 72hr testing 36/90036/2
authorGary Wu <gary.wu@futurewei.com>
Mon, 17 Jun 2019 18:52:27 +0000 (11:52 -0700)
committerGary Wu <gary.wu@futurewei.com>
Mon, 17 Jun 2019 19:00:56 +0000 (19:00 +0000)
Issue-ID: INT-1055
Signed-off-by: Gary Wu <gary.wu@futurewei.com>
Change-Id: Id926ae9fe44e66cde45c53958895405910f5e56a

deployment/heat/onap-rke/env/windriver/onap-oom.env

index 7be1044..68adeb3 100644 (file)
@@ -56,9 +56,9 @@ parameters:
           openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
     appc:
       enabled: true
-      replicaCount: 3
+      replicaCount: 1
       config:
-        enableClustering: true
+        enableClustering: false
         openStackType: "OpenStackProvider"
         openStackName: "OpenStack"
         openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"