blob: f4683f22cf37ebf9c812a5aa9792e5f6d67d9152 [file] [log] [blame]
garciadeblas8080e4b2023-04-14 09:57:17 +02001#######################################################################################
2# Copyright ETSI Contributors and Others.
3#
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
13# implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#######################################################################################
17# Default values for osm.
18# This is a YAML-formatted file.
19# Declare variables to be passed into your templates.
20
21global:
22 replicaCount: 1
garciadeblas29484f12023-05-25 10:36:17 +020023 logLevel: INFO
garciadeblas8080e4b2023-04-14 09:57:17 +020024
25 image:
26 repositoryBase: docker.io/opensourcemano
27 pullPolicy: IfNotPresent
28 # Overrides the image tag whose default is the chart appVersion.
garciadeblas6e459782023-06-01 00:04:35 +020029 tag: "testing-daily"
garciadeblas8080e4b2023-04-14 09:57:17 +020030
31 imagePullSecrets: []
32 nameOverride: ""
33 fullnameOverride: ""
34
35 serviceAccount:
36 # Specifies whether a service account should be created
37 create: true
38 # Annotations to add to the service account
39 annotations: {}
40 # The name of the service account to use.
41 # If not set and create is true, a name is generated using the fullname template
42 name: ""
43
44 podAnnotations: {}
45
46 podSecurityContext:
47 # runAsUser: 1000
48 # runAsGroup: 1000
49 fsGroup: 1000
50
51 securityContext:
52 runAsUser: 1000
53
54 nodeSelector: {}
55
56 tolerations: []
57
58 affinity: {}
59
60 behindHttpProxy: false
61 httpProxy: {}
62 # HTTP_PROXY: <HTTP_PROXY>
63 # HTTPS_PROXY: <HTTPS_PROXY>
64 # NO_PROXY: <NO_PROXY>
65
66 oldServiceAssurance: false
67
garciadeblasb6c30b42023-05-26 11:10:11 +020068airflow:
69 enabled: true
70
garciadeblas8080e4b2023-04-14 09:57:17 +020071certauth:
72 enabled: true
73
74grafana:
75 enabled: true
76
77kafka:
78 enabled: true
79 service:
80 port: 9092
81 # replicaCount: 1
82
83keystone:
84 enabled: true
85 service:
86 port: 5000
87 image: {}
88 # repository: opensourcemano/keystone
garciadeblas6e459782023-06-01 00:04:35 +020089 # tag: "testing-daily"
garciadeblas8080e4b2023-04-14 09:57:17 +020090 # replicaCount: 1
91 useOsmSecret: true
92 # secretName: "keystone-secret"
93
94lcm:
95 enabled: true
garciadeblas29484f12023-05-25 10:36:17 +020096 logLevel: DEBUG
garciadeblas8080e4b2023-04-14 09:57:17 +020097 image: {}
98 # repository: opensourcemano/lcm
garciadeblas6e459782023-06-01 00:04:35 +020099 # tag: "testing-daily"
garciadeblas8080e4b2023-04-14 09:57:17 +0200100 # replicaCount: 1
101 useOsmSecret: true
102 # secretName: "lcm-secret"
103 config:
104 OSMLCM_VCA_CLOUD: "lxd-cloud"
105 OSMLCM_VCA_K8S_CLOUD: "k8scloud"
106 # OSMLCM_VCA_APIPROXY: "<VCA API proxy>"
107 # OSMLCM_VCA_ENABLEOSUPGRADE: true
108 # OSMLCM_VCA_APTMIRROR: "http://archive.ubuntu.com/ubuntu/"
109
110mon:
111 enabled: true
garciadeblas29484f12023-05-25 10:36:17 +0200112 # logLevel: DEBUG
garciadeblas8080e4b2023-04-14 09:57:17 +0200113 image: {}
114 # repository: opensourcemano/mon
garciadeblas6e459782023-06-01 00:04:35 +0200115 # tag: "testing-daily"
garciadeblas8080e4b2023-04-14 09:57:17 +0200116 # replicaCount: 1
117 useOsmSecret: true
118 # secretName: "mon-secret"
119 config: {}
garciadeblas8080e4b2023-04-14 09:57:17 +0200120
121mysql:
122 enabled: true
123 # dbHostPath: "/var/lib/osm/osm"
124 service:
125 port: 3306
126 # replicaCount: 1
127 useOsmSecret: true
128 # secretName: "ro-db-secret"
129
130nbi:
131 enabled: true
garciadeblas29484f12023-05-25 10:36:17 +0200132 logLevel: DEBUG
garciadeblas8080e4b2023-04-14 09:57:17 +0200133 service:
134 type: NodePort
135 port: 9999
136 nodePort: 9999
137 image: {}
138 # repository: opensourcemano/nbi
garciadeblas6e459782023-06-01 00:04:35 +0200139 # tag: "testing-daily"
garciadeblas8080e4b2023-04-14 09:57:17 +0200140 # replicaCount: 1
141 useOsmSecret: true
142 # secretName: "nbi-secret"
143
144ngui:
145 enabled: true
146 service:
147 type: NodePort
148 port: 80
149 nodePort: 80
150 image: {}
151 # repository: opensourcemano/ng-ui
garciadeblas6e459782023-06-01 00:04:35 +0200152 # tag: "testing-daily"
garciadeblas8080e4b2023-04-14 09:57:17 +0200153 # replicaCount: 1
154
155# pla module is disabled by default unless global.oldServiceAssurance and pla.enabled are set to true
156pla:
157 enabled: false
garciadeblas29484f12023-05-25 10:36:17 +0200158 # logLevel: DEBUG
garciadeblas8080e4b2023-04-14 09:57:17 +0200159 image: {}
160 # repository: opensourcemano/pla
garciadeblas6e459782023-06-01 00:04:35 +0200161 # tag: "testing-daily"
garciadeblas8080e4b2023-04-14 09:57:17 +0200162 # replicaCount: 1
163
164# pol module is disabled by default unless global.oldServiceAssurance and pol.enabled are set to true
165pol:
166 enabled: true
garciadeblas29484f12023-05-25 10:36:17 +0200167 # logLevel: DEBUG
garciadeblas8080e4b2023-04-14 09:57:17 +0200168 image: {}
169 # repository: opensourcemano/pol
garciadeblas6e459782023-06-01 00:04:35 +0200170 # tag: "testing-daily"
garciadeblas8080e4b2023-04-14 09:57:17 +0200171 # replicaCount: 1
172 useOsmSecret: true
173 # secretName: "pol-secret"
174
175prometheus:
176 enabled: true
177 service:
178 type: NodePort
179 nodePort: 9091
180 # replicaCount: 1
181 sidecarImage: {}
182 # repository: opensourcemano/ro
garciadeblas6e459782023-06-01 00:04:35 +0200183 # tag: "testing-daily"
garciadeblas8080e4b2023-04-14 09:57:17 +0200184
185ro:
186 enabled: true
garciadeblas29484f12023-05-25 10:36:17 +0200187 # logLevel: DEBUG
garciadeblas8080e4b2023-04-14 09:57:17 +0200188 service:
189 port: 9090
190 image: {}
191 # repository: opensourcemano/ro
garciadeblas6e459782023-06-01 00:04:35 +0200192 # tag: "testing-daily"
garciadeblas8080e4b2023-04-14 09:57:17 +0200193 # replicaCount: 1
194 useOsmSecret: true
195 # secretName: "ro-secret"
196
197vca:
198 enabled: true
199 # host: ""
200 # secret: ""
201 # cacert: ""
202 # pubkey: ""
203
204webhookTranslator:
205 enabled: true
206 service:
207 type: NodePort
208 nodePort: 9998
garciadeblas83bbf4c2023-06-08 11:19:40 +0200209 port: 9998
garciadeblas8080e4b2023-04-14 09:57:17 +0200210 image: {}
211 # repository: opensourcemano/webhook
garciadeblas6e459782023-06-01 00:04:35 +0200212 # tag: "testing-daily"
garciadeblas8080e4b2023-04-14 09:57:17 +0200213 # replicaCount: 1
214
215zookeeper:
216 enabled: true
217 service:
218 port: 2181
219 # replicaCount: 1