blob: 3785de0bba08955669ae5894d51502196fba3d8e [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
toshrajbhardwajf4fc1c62018-08-06 07:35:14 +00002# Modifications Copyright © 2018 AT&T
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00003#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
Mandeep Khinda4b881972017-08-30 14:24:02 +000016apiVersion: extensions/v1beta1
17kind: Deployment
18metadata:
kj9bf27312018-03-19 15:07:44 +020019 name: {{ include "common.fullname" . }}
20 namespace: {{ include "common.namespace" . }}
21 labels:
22 app: {{ include "common.name" . }}
23 chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
24 release: {{ .Release.Name }}
25 heritage: {{ .Release.Service }}
Mandeep Khinda4b881972017-08-30 14:24:02 +000026spec:
kj9bf27312018-03-19 15:07:44 +020027 replicas: {{ .Values.replicaCount }}
Mandeep Khinda4b881972017-08-30 14:24:02 +000028 selector:
29 matchLabels:
kj9bf27312018-03-19 15:07:44 +020030 app: {{ include "common.name" . }}
Mandeep Khinda4b881972017-08-30 14:24:02 +000031 template:
32 metadata:
33 labels:
kj9bf27312018-03-19 15:07:44 +020034 app: {{ include "common.name" . }}
35 release: {{ .Release.Name }}
36 name: {{ include "common.name" . }}
AdrianSlavkovsky03cc5892018-03-08 09:55:53 +010037 annotations:
Harish V Kajur8e7cbd22018-05-07 14:02:46 +000038 checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
AdrianSlavkovsky03cc5892018-03-08 09:55:53 +010039 msb.onap.org/service-info: '[
40 {
41 "serviceName": "_aai-generic-query",
42 "version": "v11",
43 "url": "/aai/v11/search/generic-query",
44 "protocol": "REST",
45 "port": "8446",
46 "enable_ssl": true,
47 "lb_policy":"ip_hash",
48 "visualRange": "1",
49 "path": "/aai/v11/search/generic-query"
50 },
51 {
52 "serviceName": "_aai-generic-query",
53 "version": "v12",
54 "url": "/aai/v12/search/generic-query",
55 "protocol": "REST",
56 "port": "8446",
57 "enable_ssl": true,
58 "lb_policy":"ip_hash",
59 "visualRange": "1",
60 "path": "/aai/v12/search/generic-query"
61 },
62 {
63 "serviceName": "_aai-generic-query",
64 "version": "v13",
65 "url": "/aai/v13/search/generic-query",
66 "protocol": "REST",
67 "port": "8446",
68 "enable_ssl": true,
69 "lb_policy":"ip_hash",
70 "visualRange": "1",
71 "path": "/aai/v13/search/generic-query"
72 },
73 {
Ondrej Frindrichd1400ca2018-12-03 12:46:16 +010074 "serviceName": "_aai-generic-query",
75 "version": "v14",
76 "url": "/aai/v14/search/generic-query",
77 "protocol": "REST",
78 "port": "8446",
79 "enable_ssl": true,
80 "lb_policy":"ip_hash",
81 "visualRange": "1",
82 "path": "/aai/v14/search/generic-query"
83 },
84 {
AdrianSlavkovsky03cc5892018-03-08 09:55:53 +010085 "serviceName": "_aai-nodes-query",
86 "version": "v11",
87 "url": "/aai/v11/search/nodes-query",
88 "protocol": "REST",
89 "port": "8446",
90 "enable_ssl": true,
91 "lb_policy":"ip_hash",
92 "visualRange": "1",
93 "path": "/aai/v11/search/nodes-query"
94 },
95 {
96 "serviceName": "_aai-nodes-query",
97 "version": "v12",
98 "url": "/aai/v12/search/nodes-query",
99 "protocol": "REST",
100 "port": "8446",
101 "enable_ssl": true,
102 "lb_policy":"ip_hash",
103 "visualRange": "1",
104 "path": "/aai/v12/search/nodes-query"
105 },
106 {
107 "serviceName": "_aai-nodes-query",
108 "version": "v13",
109 "url": "/aai/v13/search/nodes-query",
110 "protocol": "REST",
111 "port": "8446",
112 "enable_ssl": true,
113 "lb_policy":"ip_hash",
114 "visualRange": "1",
115 "path": "/aai/v13/search/nodes-query"
116 },
117 {
Ondrej Frindrichd1400ca2018-12-03 12:46:16 +0100118 "serviceName": "_aai-nodes-query",
119 "version": "v14",
120 "url": "/aai/v14/search/nodes-query",
121 "protocol": "REST",
122 "port": "8446",
123 "enable_ssl": true,
124 "lb_policy":"ip_hash",
125 "visualRange": "1",
126 "path": "/aai/v14/search/nodes-query"
127 },
128 {
AdrianSlavkovsky03cc5892018-03-08 09:55:53 +0100129 "serviceName": "_aai-query",
130 "version": "v11",
131 "url": "/aai/v11/query",
132 "protocol": "REST",
133 "port": "8446",
134 "enable_ssl": true,
135 "lb_policy":"ip_hash",
136 "visualRange": "1",
137 "path": "/aai/v11/query"
138 },
139 {
140 "serviceName": "_aai-query",
141 "version": "v12",
142 "url": "/aai/v12/query",
143 "protocol": "REST",
144 "port": "8446",
145 "enable_ssl": true,
146 "lb_policy":"ip_hash",
147 "visualRange": "1",
148 "path": "/aai/v12/query"
149 },
150 {
151 "serviceName": "_aai-query",
152 "version": "v13",
153 "url": "/aai/v13/query",
154 "protocol": "REST",
155 "port": "8446",
156 "enable_ssl": true,
157 "lb_policy":"ip_hash",
158 "visualRange": "1",
159 "path": "/aai/v13/query"
160 },
161 {
Ondrej Frindrichd1400ca2018-12-03 12:46:16 +0100162 "serviceName": "_aai-query",
163 "version": "v14",
164 "url": "/aai/v14/query",
165 "protocol": "REST",
166 "port": "8446",
167 "enable_ssl": true,
168 "lb_policy":"ip_hash",
169 "visualRange": "1",
170 "path": "/aai/v14/query"
171 },
172 {
AdrianSlavkovsky03cc5892018-03-08 09:55:53 +0100173 "serviceName": "_aai-named-query",
174 "url": "/aai/search",
175 "protocol": "REST",
176 "port": "8446",
177 "enable_ssl": true,
178 "lb_policy":"ip_hash",
179 "visualRange": "1",
180 "path": "/aai/search"
181 },
182 {
183 "serviceName": "aai-generic-query",
184 "version": "v11",
185 "url": "/aai/v11/search/generic-query",
186 "protocol": "REST",
187 "port": "8446",
188 "enable_ssl": true,
189 "lb_policy":"ip_hash",
190 "visualRange": "1"
191 },
192 {
193 "serviceName": "aai-generic-query",
194 "version": "v12",
195 "url": "/aai/v12/search/generic-query",
196 "protocol": "REST",
197 "port": "8446",
198 "enable_ssl": true,
199 "lb_policy":"ip_hash",
200 "visualRange": "1"
201 },
202 {
203 "serviceName": "aai-generic-query",
204 "version": "v13",
205 "url": "/aai/v13/search/generic-query",
206 "protocol": "REST",
207 "port": "8446",
208 "enable_ssl": true,
209 "lb_policy":"ip_hash",
210 "visualRange": "1"
211 },
212 {
Ondrej Frindrichd1400ca2018-12-03 12:46:16 +0100213 "serviceName": "aai-generic-query",
214 "version": "v14",
215 "url": "/aai/v14/search/generic-query",
216 "protocol": "REST",
217 "port": "8446",
218 "enable_ssl": true,
219 "lb_policy":"ip_hash",
220 "visualRange": "1"
221 },
222 {
AdrianSlavkovsky03cc5892018-03-08 09:55:53 +0100223 "serviceName": "aai-nodes-query",
224 "version": "v11",
225 "url": "/aai/v11/search/nodes-query",
226 "protocol": "REST",
227 "port": "8446",
228 "enable_ssl": true,
229 "lb_policy":"ip_hash",
230 "visualRange": "1"
231 },
232 {
233 "serviceName": "aai-nodes-query",
234 "version": "v12",
235 "url": "/aai/v12/search/nodes-query",
236 "protocol": "REST",
237 "port": "8446",
238 "enable_ssl": true,
239 "lb_policy":"ip_hash",
240 "visualRange": "1"
241 },
242 {
243 "serviceName": "aai-nodes-query",
244 "version": "v13",
245 "url": "/aai/v13/search/nodes-query",
246 "protocol": "REST",
247 "port": "8446",
248 "enable_ssl": true,
249 "lb_policy":"ip_hash",
250 "visualRange": "1"
251 },
252 {
Ondrej Frindrichd1400ca2018-12-03 12:46:16 +0100253 "serviceName": "aai-nodes-query",
254 "version": "v14",
255 "url": "/aai/v14/search/nodes-query",
256 "protocol": "REST",
257 "port": "8446",
258 "enable_ssl": true,
259 "lb_policy":"ip_hash",
260 "visualRange": "1"
261 },
262 {
AdrianSlavkovsky03cc5892018-03-08 09:55:53 +0100263 "serviceName": "aai-query",
264 "version": "v11",
265 "url": "/aai/v11/query",
266 "protocol": "REST",
267 "port": "8446",
268 "enable_ssl": true,
269 "lb_policy":"ip_hash",
270 "visualRange": "1"
271 },
272 {
273 "serviceName": "aai-query",
274 "version": "v12",
275 "url": "/aai/v12/query",
276 "protocol": "REST",
277 "port": "8446",
278 "enable_ssl": true,
279 "lb_policy":"ip_hash",
280 "visualRange": "1"
281 },
282 {
283 "serviceName": "aai-query",
284 "version": "v13",
285 "url": "/aai/v13/query",
286 "protocol": "REST",
287 "port": "8446",
288 "enable_ssl": true,
289 "lb_policy":"ip_hash",
290 "visualRange": "1"
291 },
292 {
Ondrej Frindrichd1400ca2018-12-03 12:46:16 +0100293 "serviceName": "aai-query",
294 "version": "v14",
295 "url": "/aai/v14/query",
296 "protocol": "REST",
297 "port": "8446",
298 "enable_ssl": true,
299 "lb_policy":"ip_hash",
300 "visualRange": "1"
301 },
302 {
AdrianSlavkovsky03cc5892018-03-08 09:55:53 +0100303 "serviceName": "aai-named-query",
304 "url": "/aai/search",
305 "protocol": "REST",
306 "port": "8446",
307 "enable_ssl": true,
308 "lb_policy":"ip_hash",
309 "visualRange": "1"
310 }
311 ]'
Mandeep Khinda4b881972017-08-30 14:24:02 +0000312 spec:
vagrant1a3a3552018-03-10 23:56:32 +0000313 hostname: aai-traversal
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -0400314 {{ if .Values.global.initContainers.enabled }}
kiranya52a57832017-11-22 12:21:55 +0000315 initContainers:
316 - command:
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -0400317 {{ if .Values.global.jobs.createSchema.enabled }}
318 - /root/job_complete.py
319 args:
320 - --job-name
321 - {{ .Release.Name }}-aai-graphadmin-create-db-schema
322 {{ else }}
kiranya52a57832017-11-22 12:21:55 +0000323 - /root/ready.py
324 args:
325 - --container-name
vagrant1a3a3552018-03-10 23:56:32 +0000326 - aai-cassandra
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -0400327 {{ end }}
kiranya52a57832017-11-22 12:21:55 +0000328 env:
329 - name: NAMESPACE
330 valueFrom:
331 fieldRef:
332 apiVersion: v1
333 fieldPath: metadata.namespace
kj9bf27312018-03-19 15:07:44 +0200334 image: "{{ .Values.global.readinessRepository }}/{{ .Values.global.readinessImage }}"
335 imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
336 name: {{ include "common.name" . }}-readiness
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -0400337 {{ end }}
Mandeep Khinda4b881972017-08-30 14:24:02 +0000338 containers:
kj9bf27312018-03-19 15:07:44 +0200339 - name: {{ include "common.name" . }}
BorislavGdf11cd52018-05-06 12:55:20 +0000340 image: "{{ include "common.repository" . }}/{{ .Values.image }}"
kj9bf27312018-03-19 15:07:44 +0200341 imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
Mandeep Khinda4b881972017-08-30 14:24:02 +0000342 env:
vagrant1a3a3552018-03-10 23:56:32 +0000343 - name: DISABLE_UPDATE_QUERY
344 value: {{ .Values.config.disableUpdateQuery | quote }}
345 - name: LOCAL_USER_ID
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -0400346 value: {{ .Values.global.config.userId | quote }}
vagrant1a3a3552018-03-10 23:56:32 +0000347 - name: LOCAL_GROUP_ID
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -0400348 value: {{ .Values.global.config.groupId | quote }}
Mandeep Khinda4b881972017-08-30 14:24:02 +0000349 volumeMounts:
yuryn8b3bc5a2017-09-13 19:21:03 +0300350 - mountPath: /etc/localtime
351 name: localtime
352 readOnly: true
vagrant1a3a3552018-03-10 23:56:32 +0000353 - mountPath: /opt/app/aai-traversal/resources/etc/appprops/janusgraph-realtime.properties
354 name: {{ include "common.fullname" . }}-db-real-conf
355 subPath: janusgraph-realtime.properties
356 - mountPath: /opt/app/aai-traversal/resources/etc/appprops/janusgraph-cached.properties
357 name: {{ include "common.fullname" . }}-db-cached-conf
358 subPath: janusgraph-cached.properties
359 - mountPath: /opt/app/aai-traversal/resources/etc/appprops/aaiconfig.properties
360 name: {{ include "common.fullname" . }}-aaiconfig-conf
361 subPath: aaiconfig.properties
Harish V Kajur8e7cbd22018-05-07 14:02:46 +0000362 - mountPath: /opt/aai/logroot/AAI-GQ
vagrant1a3a3552018-03-10 23:56:32 +0000363 name: {{ include "common.fullname" . }}-logs
364 - mountPath: /opt/app/aai-traversal/resources/logback.xml
365 name: {{ include "common.fullname" . }}-log-conf
BorislavGb2b99182017-10-03 15:40:55 +0300366 subPath: logback.xml
vagrant1a3a3552018-03-10 23:56:32 +0000367 - mountPath: /opt/app/aai-traversal/resources/localhost-access-logback.xml
368 name: {{ include "common.fullname" . }}-localhost-access-log-conf
369 subPath: localhost-access-logback.xml
Kajur, Harish (vk250x)5386b5a2018-10-03 11:41:42 -0400370 - mountPath: /opt/app/aai-traversal/resources/etc/auth/realm.properties
371 name: {{ include "common.fullname" . }}-realm-conf
372 subPath: realm.properties
Pavel Paroulek58ab38e2018-09-12 21:34:41 +0200373 - mountPath: /opt/app/aai-traversal/resources/aaf/org.onap.aai.keyfile
374 name: {{ include "common.fullname" . }}-aaf-certs
375 subPath: org.onap.aai.keyfile
Pavel Paroulek8aaf2cf2018-10-16 15:21:06 +0200376 - mountPath: /opt/app/aai-traversal/resources/aaf/bath_config.csv
377 name: {{ include "common.fullname" . }}-aaf-certs
378 subPath: bath_config.csv
Pavel Paroulek58ab38e2018-09-12 21:34:41 +0200379 - mountPath: /opt/app/aai-traversal/resources/aaf/org.onap.aai.props
380 name: {{ include "common.fullname" . }}-aaf-properties
381 subPath: org.onap.aai.props
382 - mountPath: /opt/app/aai-traversal/resources/aaf/org.osaaf.location.props
383 name: {{ include "common.fullname" . }}-aaf-properties
384 subPath: org.osaaf.location.props
385 - mountPath: /opt/app/aai-traversal/resources/aaf/permissions.properties
386 name: {{ include "common.fullname" . }}-aaf-properties
387 subPath: permissions.properties
388 - mountPath: /opt/app/aai-traversal/resources/cadi.properties
389 name: {{ include "common.fullname" . }}-aaf-properties
390 subPath: cadi.properties
391 - mountPath: /opt/app/aai-traversal/resources/aaf/org.onap.aai.p12
392 name: {{ include "common.fullname" . }}-aaf-certs
393 subPath: org.onap.aai.p12
394 - mountPath: /opt/app/aai-traversal/resources/aaf/truststoreONAPall.jks
Arul.Nambic5f034a2019-01-08 01:55:24 -0500395 name: aai-common-aai-auth-mount
Pavel Paroulek58ab38e2018-09-12 21:34:41 +0200396 subPath: truststoreONAPall.jks
vagrant1a3a3552018-03-10 23:56:32 +0000397 - mountPath: /opt/app/aai-traversal/resources/application.properties
398 name: {{ include "common.fullname" . }}-springapp-conf
399 subPath: application.properties
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -0400400 {{ $global := . }}
401 {{ range $job := .Values.global.config.auth.files }}
402 - mountPath: /opt/app/aai-traversal/resources/etc/auth/{{ . }}
403 name: {{ include "common.fullname" $global }}-auth-truststore-sec
404 subPath: {{ . }}
405 {{ end }}
Mandeep Khinda4b881972017-08-30 14:24:02 +0000406 ports:
kj9bf27312018-03-19 15:07:44 +0200407 - containerPort: {{ .Values.service.internalPort }}
408 - containerPort: {{ .Values.service.internalPort2 }}
409 # disable liveness probe when breakpoints set in debugger
410 # so K8s doesn't restart unresponsive container
411 {{ if .Values.liveness.enabled }}
412 livenessProbe:
413 tcpSocket:
414 port: {{ .Values.service.internalPort }}
415 initialDelaySeconds: {{ .Values.liveness.initialDelaySeconds }}
416 periodSeconds: {{ .Values.liveness.periodSeconds }}
417 {{ end }}
Mandeep Khinda4b881972017-08-30 14:24:02 +0000418 readinessProbe:
419 tcpSocket:
kj9bf27312018-03-19 15:07:44 +0200420 port: {{ .Values.service.internalPort }}
421 initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}
422 periodSeconds: {{ .Values.readiness.periodSeconds }}
423 resources:
Mandeep Khinda5e3f36a2018-09-24 15:25:42 +0000424{{ include "common.resources" . | indent 12 }}
kj9bf27312018-03-19 15:07:44 +0200425 {{- if .Values.nodeSelector }}
426 nodeSelector:
427{{ toYaml .Values.nodeSelector | indent 8 }}
428 {{- end -}}
429 {{- if .Values.affinity }}
430 affinity:
431{{ toYaml .Values.affinity | indent 8 }}
432 {{- end }}
433
434 # side car containers
435 - name: filebeat-onap
436 image: "{{ .Values.global.loggingRepository }}/{{ .Values.global.loggingImage }}"
437 imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
BorislavGb2b99182017-10-03 15:40:55 +0300438 volumeMounts:
439 - mountPath: /usr/share/filebeat/filebeat.yml
mayankg2703f313ba92018-02-05 09:01:02 +0000440 subPath: filebeat.yml
BorislavGb2b99182017-10-03 15:40:55 +0300441 name: filebeat-conf
442 - mountPath: /var/log/onap
vagrant1a3a3552018-03-10 23:56:32 +0000443 name: {{ include "common.fullname" . }}-logs
BorislavGb2b99182017-10-03 15:40:55 +0300444 - mountPath: /usr/share/filebeat/data
vagrant1a3a3552018-03-10 23:56:32 +0000445 name: {{ include "common.fullname" . }}-filebeat
Mandeep Khinda4b881972017-08-30 14:24:02 +0000446 volumes:
yuryn8b3bc5a2017-09-13 19:21:03 +0300447 - name: localtime
448 hostPath:
449 path: /etc/localtime
BorislavGb2b99182017-10-03 15:40:55 +0300450 - name: filebeat-conf
mayankg2703f313ba92018-02-05 09:01:02 +0000451 configMap:
kj9bf27312018-03-19 15:07:44 +0200452 name: aai-filebeat
vagrant1a3a3552018-03-10 23:56:32 +0000453 - name: {{ include "common.fullname" . }}-logs
BorislavGb2b99182017-10-03 15:40:55 +0300454 emptyDir: {}
vagrant1a3a3552018-03-10 23:56:32 +0000455 - name: {{ include "common.fullname" . }}-filebeat
BorislavGb2b99182017-10-03 15:40:55 +0300456 emptyDir: {}
vagrant1a3a3552018-03-10 23:56:32 +0000457 - name: {{ include "common.fullname" . }}-log-conf
BorislavGb2b99182017-10-03 15:40:55 +0300458 configMap:
kj9bf27312018-03-19 15:07:44 +0200459 name: {{ include "common.fullname" . }}-log
vagrant1a3a3552018-03-10 23:56:32 +0000460 - name: {{ include "common.fullname" . }}-localhost-access-log-conf
461 configMap:
462 name: {{ include "common.fullname" . }}-localhost-access-log-configmap
463 - name: {{ include "common.fullname" . }}-db-real-conf
464 configMap:
465 name: {{ include "common.fullname" . }}-db-real-configmap
466 - name: {{ include "common.fullname" . }}-db-cached-conf
467 configMap:
468 name: {{ include "common.fullname" . }}-db-cached-configmap
469 - name: {{ include "common.fullname" . }}-aaiconfig-conf
470 configMap:
471 name: {{ include "common.fullname" . }}-aaiconfig-configmap
Pavel Paroulek58ab38e2018-09-12 21:34:41 +0200472 - name: {{ include "common.fullname" . }}-aaf-properties
473 configMap:
474 name: {{ include "common.fullname" . }}-aaf-props
475 - name: {{ include "common.fullname" . }}-aaf-certs
476 secret:
477 secretName: {{ include "common.fullname" . }}-aaf-keys
Arul.Nambic5f034a2019-01-08 01:55:24 -0500478 - name: aai-common-aai-auth-mount
479 secret:
480 secretName: aai-common-aai-auth
vagrant1a3a3552018-03-10 23:56:32 +0000481 - name: {{ include "common.fullname" . }}-springapp-conf
482 configMap:
483 name: {{ include "common.fullname" . }}-springapp-configmap
484 - name: {{ include "common.fullname" . }}-realm-conf
485 configMap:
486 name: {{ include "common.fullname" . }}-realm-configmap
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -0400487 - name: {{ include "common.fullname" . }}-auth-truststore-sec
vagrant1a3a3552018-03-10 23:56:32 +0000488 secret:
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -0400489 secretName: aai-auth-truststore-secret
490 items:
491 {{ range $job := .Values.global.config.auth.files }}
492 - key: {{ . }}
493 path: {{ . }}
494 {{ end }}
kj9bf27312018-03-19 15:07:44 +0200495 restartPolicy: {{ .Values.global.restartPolicy | default .Values.restartPolicy }}
Mandeep Khinda4b881972017-08-30 14:24:02 +0000496 imagePullSecrets:
kj9bf27312018-03-19 15:07:44 +0200497 - name: "{{ include "common.namespace" . }}-docker-registry-key"