blob: f3418e7bb8c784e1f408a6034247c538776940c7 [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
yurynfcef9942017-10-26 17:10:50 +030015#{{ if not .Values.disablePortalVncPortal }}
yurynde049022017-12-21 14:31:21 +020016kind: ConfigMap
17metadata:
BorislavG8bfc6cf2018-02-27 15:04:26 +000018 name: portal-vnc-profiles-ini
19 namespace: "{{ .Values.nsPrefix }}"
yurynde049022017-12-21 14:31:21 +020020data:
21{{ (.Files.Glob "resources/vnc/init_profile/profiles.ini").AsConfig | indent 2 }}
22---
yurynd9f6ecd2017-11-09 20:07:02 +020023apiVersion: v1
24kind: ConfigMap
25metadata:
BorislavG8bfc6cf2018-02-27 15:04:26 +000026 name: portal-vnc-update-hosts
27 namespace: "{{ .Values.nsPrefix }}"
yurynd9f6ecd2017-11-09 20:07:02 +020028data:
29{{ (.Files.Glob "resources/scripts/update_hosts.sh").AsConfig | indent 2 }}
30---
Mandeep Khindad6ea9872017-06-24 11:49:37 -040031apiVersion: extensions/v1beta1
32kind: Deployment
33metadata:
34 labels:
BorislavG8bfc6cf2018-02-27 15:04:26 +000035 app: portal-vnc
36 name: portal-vnc
37 namespace: "{{ .Values.nsPrefix }}"
Mandeep Khindad6ea9872017-06-24 11:49:37 -040038spec:
vaibhav_16dec49302052018-02-15 10:00:06 +000039 replicas: {{ .Values.vncPortalReplicas }}
Mandeep Khindad6ea9872017-06-24 11:49:37 -040040 selector:
41 matchLabels:
BorislavG8bfc6cf2018-02-27 15:04:26 +000042 app: portal-vnc
Mandeep Khindad6ea9872017-06-24 11:49:37 -040043 template:
44 metadata:
45 labels:
BorislavG8bfc6cf2018-02-27 15:04:26 +000046 app: portal-vnc
47 name: portal-vnc
Mandeep Khindad6ea9872017-06-24 11:49:37 -040048 spec:
vasundhra6f620442017-11-22 12:26:25 +000049 initContainers:
50 - command:
51 - /root/ready.py
52 args:
53 - --container-name
54 - portalapps
55 env:
56 - name: NAMESPACE
57 valueFrom:
58 fieldRef:
59 apiVersion: v1
60 fieldPath: metadata.namespace
61 image: {{ .Values.image.readiness }}
62 imagePullPolicy: {{ .Values.pullPolicy }}
BorislavG8bfc6cf2018-02-27 15:04:26 +000063 name: portal-vnc-readiness
Jerome Doucerain9d84e432018-03-17 14:33:18 -040064{{- if empty .Values.disablePolicyPap | not }}
vasundhra6f620442017-11-22 12:26:25 +000065 - command:
66 - /root/ready.py
67 args:
68 - --container-name
69 - pap
70 env:
71 - name: NAMESPACE
BorislavG8bfc6cf2018-02-27 15:04:26 +000072 value: {{ .Values.nsPrefix }}
vasundhra6f620442017-11-22 12:26:25 +000073 image: {{ .Values.image.readiness }}
74 imagePullPolicy: {{ .Values.pullPolicy }}
75 name: vnc-pap-readiness
Jerome Doucerain9d84e432018-03-17 14:33:18 -040076{{- end }}
vasundhra6f620442017-11-22 12:26:25 +000077 - command:
78 - /root/ready.py
79 args:
80 - --container-name
81 - sdc-fe
82 env:
83 - name: NAMESPACE
BorislavG8bfc6cf2018-02-27 15:04:26 +000084 value: {{ .Values.nsPrefix }}
vasundhra6f620442017-11-22 12:26:25 +000085 image: {{ .Values.image.readiness }}
86 imagePullPolicy: {{ .Values.pullPolicy }}
87 name: vnc-sdc-readiness
88 - command:
89 - /root/ready.py
90 args:
91 - --container-name
92 - vid-server
93 env:
94 - name: NAMESPACE
BorislavG8bfc6cf2018-02-27 15:04:26 +000095 value: {{ .Values.nsPrefix }}
vasundhra6f620442017-11-22 12:26:25 +000096 image: {{ .Values.image.readiness }}
97 imagePullPolicy: {{ .Values.pullPolicy }}
98 name: vnc-vid-readiness
Mandeep Khindad6ea9872017-06-24 11:49:37 -040099 containers:
kerenjcbac0102017-08-23 10:22:33 +0000100 - image: {{ .Values.image.ubuntuDesktop }}
101 imagePullPolicy: {{ .Values.pullPolicy }}
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400102 lifecycle:
103 postStart:
104 exec:
BorislavG8bfc6cf2018-02-27 15:04:26 +0000105 command: ["/bin/sh", "-c", "mkdir -p /root/.mozilla/firefox/onap.default; cp /root/.init_profile/profiles.ini /root/.mozilla/firefox/; echo 'user_pref(\"browser.tabs.remote.autostart.2\", false);' > /root/.mozilla/firefox/onap.default/prefs.js; (while true; do /tmp/update_hosts.sh sdc-be.{{ .Values.nsPrefix }} sdc.api.be.simpledemo.onap.org; /tmp/update_hosts.sh portalapps.{{ .Values.nsPrefix }} portal.api.simpledemo.onap.org; /tmp/update_hosts.sh pap.{{ .Values.nsPrefix }} policy.api.simpledemo.onap.org; /tmp/update_hosts.sh sdc-fe.{{ .Values.nsPrefix }} sdc.api.simpledemo.onap.org; /tmp/update_hosts.sh vid-server.{{ .Values.nsPrefix }} vid.api.simpledemo.onap.org; /tmp/update_hosts.sh sparky-be.{{ .Values.nsPrefix }} aai.api.simpledemo.onap.org; /tmp/update_hosts.sh cli.{{ .Values.nsPrefix }} cli.api.simpledemo.onap.org; sleep 10; done) > update_hosts.log 2>&1 &"]
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400106 env:
107 - name: VNC_PASSWORD
108 value: password
BorislavG8bfc6cf2018-02-27 15:04:26 +0000109 name: portal-vnc
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400110 volumeMounts:
yuryn8b3bc5a2017-09-13 19:21:03 +0300111 - mountPath: /etc/localtime
112 name: localtime
113 readOnly: true
yurynde049022017-12-21 14:31:21 +0200114 - mountPath: /root/.init_profile/profiles.ini
115 name: vnc-profiles-ini
116 subPath: profiles.ini
yurynd9f6ecd2017-11-09 20:07:02 +0200117 - mountPath: /tmp/update_hosts.sh
118 name: vnc-update-hosts
119 subPath: update_hosts.sh
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400120 securityContext:
121 privileged: true
122 securityContext: {}
123 volumes:
yuryn8b3bc5a2017-09-13 19:21:03 +0300124 - name: localtime
125 hostPath:
126 path: /etc/localtime
yurynde049022017-12-21 14:31:21 +0200127 - name: vnc-profiles-ini
128 configMap:
BorislavG8bfc6cf2018-02-27 15:04:26 +0000129 name: portal-vnc-profiles-ini
yurynd9f6ecd2017-11-09 20:07:02 +0200130 - name: vnc-update-hosts
131 configMap:
BorislavG8bfc6cf2018-02-27 15:04:26 +0000132 name: portal-vnc-update-hosts
yurynd9f6ecd2017-11-09 20:07:02 +0200133 defaultMode: 0755
Borislav Glozman5197e2e2017-07-24 10:45:28 +0300134 imagePullSecrets:
Mandeep Khinda0e8f8892017-08-25 03:31:17 +0000135 - name: "{{ .Values.nsPrefix }}-docker-registry-key"
vasundhra6f620442017-11-22 12:26:25 +0000136#{{ end }}
Jerome Doucerain9d84e432018-03-17 14:33:18 -0400137