Replace liveness probe & update images 87/70487/1
authorMike Elliott <mike.elliott@amdocs.com>
Mon, 15 Oct 2018 15:43:53 +0000 (11:43 -0400)
committerMike Elliott <mike.elliott@amdocs.com>
Mon, 15 Oct 2018 15:56:54 +0000 (11:56 -0400)
Updating to latest snapshot images. File-based "wait"
being replaced with standard port-based liveness probe to
fix cassandra from not starting for AAF.

Change-Id: If08d6bbf766abfcebe14d23894cde9c21c96c510
Issue-ID: AAF-557
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
kubernetes/aaf/charts/aaf-cm/values.yaml
kubernetes/aaf/charts/aaf-cs/templates/deployment.yaml
kubernetes/aaf/charts/aaf-cs/values.yaml
kubernetes/aaf/charts/aaf-fs/values.yaml
kubernetes/aaf/charts/aaf-gui/values.yaml
kubernetes/aaf/charts/aaf-hello/values.yaml
kubernetes/aaf/charts/aaf-locate/values.yaml
kubernetes/aaf/charts/aaf-oauth/values.yaml
kubernetes/aaf/charts/aaf-service/values.yaml
kubernetes/aaf/values.yaml

index 9ddb366..3d6438d 100644 (file)
@@ -25,7 +25,7 @@ flavor: small
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/aaf/aaf_cm:2.1.2-SNAPSHOT
+image: onap/aaf/aaf_cm:2.1.4-SNAPSHOT
 pullPolicy: Always
 
 
index e0d500c..d52e877 100644 (file)
@@ -63,8 +63,8 @@ spec:
           periodSeconds: {{ .Values.liveness.periodSeconds }}
         {{ end -}}
         readinessProbe:
-          exec:
-            command: ["/bin/bash","/opt/app/aaf/cass_init/cmd.sh","wait"]
+          tcpSocket:
+            port: {{ .Values.service.internalPort3 }}
           initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}
           periodSeconds: {{ .Values.readiness.periodSeconds }}
         resources:
index a914b54..93dd589 100644 (file)
@@ -24,7 +24,7 @@ flavor: small
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/aaf/aaf_cass:2.1.2-SNAPSHOT
+image: onap/aaf/aaf_cass:2.1.4-SNAPSHOT
 pullPolicy: Always
 
 # application configuration
index 0f0d7c4..e656c43 100644 (file)
@@ -25,7 +25,7 @@ flavor: small
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/aaf/aaf_fs:2.1.2-SNAPSHOT
+image: onap/aaf/aaf_fs:2.1.4-SNAPSHOT
 pullPolicy: Always
 
 
index d44ac5e..756bf2f 100644 (file)
@@ -25,7 +25,7 @@ flavor: small
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/aaf/aaf_gui:2.1.2-SNAPSHOT
+image: onap/aaf/aaf_gui:2.1.4-SNAPSHOT
 pullPolicy: Always
 
 
index 9f694be..b8bbaed 100644 (file)
@@ -25,7 +25,7 @@ flavor: small
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/aaf/aaf_hello:2.1.2-SNAPSHOT
+image: onap/aaf/aaf_hello:2.1.4-SNAPSHOT
 pullPolicy: Always
 
 
index ba1e563..16c02cd 100644 (file)
@@ -25,7 +25,7 @@ flavor: small
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/aaf/aaf_locate:2.1.2-SNAPSHOT
+image: onap/aaf/aaf_locate:2.1.4-SNAPSHOT
 pullPolicy: Always
 
 
index e52075a..72c793a 100644 (file)
@@ -25,7 +25,7 @@ flavor: small
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/aaf/aaf_oauth:2.1.2-SNAPSHOT
+image: onap/aaf/aaf_oauth:2.1.4-SNAPSHOT
 pullPolicy: Always
 
 
index 7ec6364..19daaae 100644 (file)
@@ -25,7 +25,7 @@ flavor: small
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/aaf/aaf_service:2.1.2-SNAPSHOT
+image: onap/aaf/aaf_service:2.1.4-SNAPSHOT
 pullPolicy: Always
 
 
index 4cc69c2..258aec5 100644 (file)
@@ -38,7 +38,7 @@ global:
 #################################################################
 repository: nexus3.onap.org:10001
 aaf_config:
-  image: onap/aaf/aaf_config:2.1.2-SNAPSHOT
+  image: onap/aaf/aaf_config:2.1.4-SNAPSHOT
 
 flavor: small
 # default number of instances