Remove the usage of uuidv4 since it was causing the deployment 49/98949/2
authorSebastien Premont-Tendland <sebastien.premont@bell.ca>
Thu, 28 Nov 2019 16:05:51 +0000 (11:05 -0500)
committerSebastien Premont-Tendland <sebastien.premont@bell.ca>
Mon, 16 Dec 2019 14:59:33 +0000 (14:59 +0000)
to change at every "helm deploy" causing AAI ha proxy
pod to restart and cause AAI outage.

Issue-ID: OOM-2226

Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
Change-Id: I03aa47240251fe182ecd841a99a9b99a20c88d65

templates/deployment.yaml

index d32f952..ee21140 100644 (file)
@@ -97,7 +97,7 @@ spec:
               value: Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==
       {{ end }}
             - name: X-TransactionId
-              value: {{ uuidv4 }}
+              value: OOM_ReadinessCheck_TID
             - name: Accept
               value: application/json
           initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}