Add cassandra to all override files 90/82890/1
authorMahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
Thu, 21 Mar 2019 04:52:18 +0000 (04:52 +0000)
committerMahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
Thu, 21 Mar 2019 04:55:28 +0000 (04:55 +0000)
Issue-ID: OOM-1747

Change-Id: I9a3a1751fdd4cae1ce48d56b4a1b202ba9c3de4b
Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
kubernetes/onap/resources/environments/dev.yaml
kubernetes/onap/resources/environments/minimal-onap.yaml
kubernetes/onap/resources/environments/public-cloud.yaml

index fa26328..fa8619e 100644 (file)
@@ -59,6 +59,9 @@ aai:
     replicaCount: 1
 appc:
   enabled: false
+cassandra:
+  enabled: false
+  replicaCount: 1
 clamp:
   enabled: false
 cli:
index b772f1f..989174c 100644 (file)
@@ -51,6 +51,9 @@ aaf:
   enabled: false
 appc:
   enabled: false
+cassandra:
+  enabled: false
+  replicaCount: 1
 clamp:
   enabled: false
 cli:
index a667e17..d751534 100644 (file)
@@ -50,6 +50,11 @@ aai:
       initialDelaySeconds: 120
     readiness:
       initialDelaySeconds: 120
+cassandra:
+  liveness:
+    initialDelaySeconds: 120
+  readiness:
+    initialDelaySeconds: 120
 clamp:
   liveness:
     initialDelaySeconds: 60