Change windriver k8s VM flavor 20/85120/2
authorGary Wu <gary.i.wu@huawei.com>
Thu, 11 Apr 2019 20:14:45 +0000 (13:14 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Thu, 11 Apr 2019 20:26:42 +0000 (13:26 -0700)
Also re-enable dev-cassandra and increase cassandra
liveness and readiness probe intervals.

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

index 6020687..db78a8c 100644 (file)
@@ -6,7 +6,7 @@ parameters:
   docker_proxy: 10.12.5.2:5000
 
   rancher_vm_flavor: m1.large
-  k8s_vm_flavor: m2.xlarge
+  k8s_vm_flavor: m4.xlarge
   etcd_vm_flavor: m1.medium
   orch_vm_flavor: m1.large
 
@@ -84,12 +84,11 @@ parameters:
         liveness:
           initialDelaySeconds: 120
       aai-cassandra:
-        replicaCount: 1
+        replicaCount: 3
         liveness:
-          enabled: true
-          periodSeconds: 120
+          periodSeconds: 600
         readiness:
-          periodSeconds: 120
+          periodSeconds: 600
     portal:
       enabled: true
       global:
@@ -112,7 +111,11 @@ parameters:
     aaf:
       enabled: true
     cassandra:
-      enabled: false
+      enabled: true
+      liveness:
+        periodSeconds: 600
+      readiness:
+        periodSeconds: 600
     clamp:
       enabled: true
     cli:
@@ -136,12 +139,11 @@ parameters:
       oof-has:
         music:
           music-cassandra:
-            replicaCount: 1
+            replicaCount: 3
             liveness:
-              enabled: true
-              periodSeconds: 120
+              periodSeconds: 600
             readiness:
-              periodSeconds: 120
+              periodSeconds: 600
           music-tomcat:
             replicaCount: 1
     msb: