Update resources and traversal to use amsterdam 55/25955/1
authorVenkata Harish K Kajur <vk250x@att.com>
Sat, 9 Dec 2017 01:23:49 +0000 (20:23 -0500)
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Sat, 9 Dec 2017 04:12:59 +0000 (04:12 +0000)
After the branch was cut these need to ensure
to use the amsterdam branch instead of master
Assumed that this is not the case since it
was originally not using the clone but took
the config files from aai-config and aai-data

Issue-ID: AAI-548
Change-Id: Icd1896fced0ba493f8bbd2cd314183e67b792492
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
kubernetes/aai/templates/aai-resources-deployment.yaml
kubernetes/aai/templates/aai-traversal-deployment.yaml

index ebf447f..39c014c 100644 (file)
@@ -46,7 +46,7 @@ spec:
         imagePullPolicy: {{ .Values.pullPolicy }}
         env:
         - name: CHEF_BRANCH
-          value: master
+          value: amsterdam
         - name: AAI_CHEF_ENV
           value: simpledemo
         - name: AAI_CORE_VERSION
@@ -113,4 +113,4 @@ metadata:
   namespace: {{ .Values.nsPrefix }}-aai
 data:
 {{ (.Files.Glob "resources/resources/conf/logback.xml").AsConfig | indent 2 }}
-#{{ end }}
\ No newline at end of file
+#{{ end }}
index a54c49a..c4f30f7 100644 (file)
@@ -48,7 +48,7 @@ spec:
         imagePullPolicy: {{ .Values.pullPolicy }}
         env:
         - name: CHEF_BRANCH
-          value: master
+          value: amsterdam
         - name: AAI_CHEF_ENV
           value: simpledemo
         - name: AAI_CORE_VERSION
@@ -115,4 +115,4 @@ metadata:
   namespace: {{ .Values.nsPrefix }}-aai
 data:
 {{ (.Files.Glob "resources/traversal/conf/logback.xml").AsConfig | indent 2 }}
-#{{ end }}
\ No newline at end of file
+#{{ end }}