1 ################################################################################
2 # Copyright (c) 2020 Nordix Foundation. #
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 #
8 # http://www.apache.org/licenses/LICENSE-2.0 #
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 ################################################################################
20 name: {{ include "common.name.a1controller" . }}
21 namespace: {{ include "common.namespace.nonrtric" . }}
24 app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.a1controller" . }}
25 chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
26 release: {{ .Release.Name }}
27 heritage: {{ .Release.Service }}
29 deployment.kubernetes.io/revision: '1'
31 replicas: {{ .Values.a1controller.replicaCount }}
34 app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.a1controller" . }}
35 release: {{ .Release.Name }}
39 app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.a1controller" . }}
40 release: {{ .Release.Name }}
42 hostname: {{ include "common.name.a1controller" . }}
44 - name: {{ include "common.containername.a1controller" . }}
45 image: {{ .Values.a1controller.image.registry }}/{{ .Values.a1controller.image.name }}:{{ .Values.a1controller.image.tag }}
46 imagePullPolicy: {{ .Values.a1controller.imagePullPolicy }}
48 - /opt/onap/sdnc/bin/startODL.sh
50 - containerPort: {{ .Values.a1controller.service.targetPort1 }}
52 - containerPort: {{ .Values.a1controller.service.targetPort2 }}
55 - name: MYSQL_ROOT_PASSWORD
59 - name: MYSQL_PASSWORD
61 - name: MYSQL_DATABASE
63 - name: SDNC_CONFIG_DIR
64 value: '/opt/onap/sdnc/data/properties'
66 value: '/opt/onap/sdnc/bin'
69 - name: ODL_ADMIN_USERNAME
71 - name: ODL_ADMIN_PASSWORD
72 value: 'Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U'
76 value: 'Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U'
79 - name: A1_TRUSTSTORE_PASSWORD
81 - name: AAI_TRUSTSTORE_PASSWORD
85 port: {{ .Values.a1controller.service.targetPort1 }}
86 initialDelaySeconds: {{ .Values.a1controller.readiness.initialDelaySeconds }}
87 periodSeconds: {{ .Values.a1controller.readiness.periodSeconds }}
90 port: {{ .Values.a1controller.service.targetPort1 }}
91 initialDelaySeconds: {{ .Values.a1controller.liveness.initialDelaySeconds }}
92 periodSeconds: {{ .Values.a1controller.liveness.periodSeconds }}
98 namespace: {{ include "common.namespace.nonrtric" . }}
111 - name: sdnc-db-container
112 image: nexus3.o-ran-sc.org:10001/mariadb:10.5
113 imagePullPolicy: IfNotPresent
115 - name: MYSQL_ROOT_HOST
117 - name: MYSQL_ROOT_PASSWORD
120 - containerPort: 3306