Enable appc clustering 67/90167/1
authorGary Wu <gary.wu@futurewei.com>
Wed, 19 Jun 2019 14:12:19 +0000 (07:12 -0700)
committerGary Wu <gary.wu@futurewei.com>
Wed, 19 Jun 2019 14:12:19 +0000 (07:12 -0700)
Temporarily use a SNAPSHOT APPC image until a new
image is released.

Issue-ID: INT-1055
Signed-off-by: Gary Wu <gary.wu@futurewei.com>
Change-Id: Ic6119621c0b48e20f1f12088edbcac67d9b786a1

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

index 68adeb3..fe3a3d3 100644 (file)
@@ -55,10 +55,11 @@ parameters:
           openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"
           openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
     appc:
+      image: onap/appc-image:1.5.2-SNAPSHOT-20190618T022325Z
       enabled: true
-      replicaCount: 1
+      replicaCount: 3
       config:
-        enableClustering: false
+        enableClustering: true
         openStackType: "OpenStackProvider"
         openStackName: "OpenStack"
         openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"