[GENERAL] Use readiness container v3.0.1
[oom.git] / kubernetes / onap / values.yaml
1 # Copyright © 2019 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
15 #################################################################
16 # Global configuration overrides.
17 #
18 # These overrides will affect all helm charts (ie. applications)
19 # that are listed below and are 'enabled'.
20 #################################################################
21 global:
22   # Change to an unused port prefix range to prevent port conflicts
23   # with other instances running within the same k8s cluster
24   nodePortPrefix: 302
25   nodePortPrefixExt: 304
26
27
28   # Install test components
29   # test components are out of the scope of ONAP but allow to have a entire
30   # environment to test the different features of ONAP
31   # Current tests environments provided:
32   #  - netbox (needed for CDS IPAM)
33   #  - AWX (needed for XXX)
34   #  - EJBCA Server (needed for CMPv2 tests)
35   # Today, "contrib" chart that hosting these components must also be enabled
36   # in order to make it work. So `contrib.enabled` must have the same value than
37   # addTestingComponents
38   addTestingComponents: &testing false
39
40   # ONAP Repository
41   # Uncomment the following to enable the use of a single docker
42   # repository but ONLY if your repository mirrors all ONAP
43   # docker images. This includes all images from dockerhub and
44   # any other repository that hosts images for ONAP components.
45   #repository: nexus3.onap.org:10001
46   repositoryCred:
47     user: docker
48     password: docker
49   dockerHubRepository: docker.io
50
51   # readiness check
52   readinessImage: onap/oom/readiness:3.0.1
53
54   # curl image
55   curlImage: curlimages/curl:7.69.1
56
57   # logging agent - temporary repo until images migrated to nexus3
58   loggingRepository: docker.elastic.co
59
60   # dockerHub main repository
61   dockerHubRepository: docker.io
62
63   # busybox repo and image
64   busyboxRepository: docker.io
65   busyboxImage: busybox:1.30
66
67   # kubeclt image
68   kubectlImage: "bitnami/kubectl:1.15"
69
70   # image pull policy
71   pullPolicy: Always
72
73   # default clusterName
74   # {{ template "common.fullname" . }}.{{ template "common.namespace" . }}.svc.{{ .Values.global.clusterName }}
75   clusterName: cluster.local
76
77   # default mount path root directory referenced
78   # by persistent volumes and log files
79   persistence:
80     mountPath: /dockerdata-nfs
81     enableDefaultStorageclass: false
82     parameters: {}
83     storageclassProvisioner: kubernetes.io/no-provisioner
84     volumeReclaimPolicy: Retain
85
86   # override default resource limit flavor for all charts
87   flavor: unlimited
88
89   # flag to enable debugging - application support required
90   debugEnabled: false
91
92   # configuration to set log level to all components (the one that are using
93   # "common.log.level" to set this)
94   # can be overrided per components by setting logConfiguration.logLevelOverride
95   # to the desired value
96   # logLevel: DEBUG
97
98   #Global ingress configuration
99   ingress:
100     enabled: false
101     virtualhost:
102         enabled: true
103         baseurl: "simpledemo.onap.org"
104
105   # Global Service Mesh configuration
106   # POC Mode, don't use it in production
107   serviceMesh:
108     enabled: false
109     tls: true
110
111   # Disabling AAF
112   # POC Mode, only for use in development environment
113   # Keep it enabled in production
114   aafEnabled: true
115   aafAgentImage: onap/aaf/aaf_agent:2.1.20
116
117   # Enabling CMPv2
118   cmpv2Enabled: true
119   aaf:
120     certServiceClient:
121       image: onap/org.onap.aaf.certservice.aaf-certservice-client:1.2.0
122       secret:
123         name: aaf-cert-service-client-tls-secret
124         mountPath: /etc/onap/aaf/certservice/certs/
125       envVariables:
126         # Certificate related
127         cmpv2Organization: "Linux-Foundation"
128         cmpv2OrganizationalUnit: "ONAP"
129         cmpv2Location: "San-Francisco"
130         cmpv2State: "California"
131         cmpv2Country: "US"
132         # Client configuration related
133         caName: "RA"
134         requestURL: "https://aaf-cert-service:8443/v1/certificate/"
135         requestTimeout: "30000"
136         keystorePath: "/etc/onap/aaf/certservice/certs/certServiceClient-keystore.jks"
137         keystorePassword: "secret"
138         truststorePath: "/etc/onap/aaf/certservice/certs/truststore.jks"
139         truststorePassword: "secret"
140
141   # TLS
142   # Set to false if you want to disable TLS for NodePorts. Be aware that this
143   # will loosen your security.
144   # if set this element will force or not tls even if serviceMesh.tls is set.
145   # tlsEnabled: false
146
147   # Logging
148   # Currently, centralized logging is not in best shape so it's disabled by
149   # default
150   centralizedLoggingEnabled: &centralizedLogging false
151
152
153 # Example of specific for the components where you want to disable TLS only for
154 # it:
155 # if set this element will force or not tls even if global.serviceMesh.tls and
156 # global.tlsEnabled is set otherwise.
157 # robot:
158 #   tlsOverride: false
159
160   # Global storage configuration
161   #    Set to "-" for default, or with the name of the storage class
162   #    Please note that if you use AAF, CDS, SDC, Netbox or Robot, you need a
163   #    storageclass with RWX capabilities (or set specific configuration for these
164   #    components).
165   # persistence:
166   #   storageClass: "-"
167
168 # Example of specific for the components which requires RWX:
169 # aaf:
170 #   persistence:
171 #     storageClassOverride: "My_RWX_Storage_Class"
172 # contrib:
173 #   netbox:
174 #     netbox-app:
175 #       persistence:
176 #         storageClassOverride: "My_RWX_Storage_Class"
177 # cds:
178 #   cds-blueprints-processor:
179 #     persistence:
180 #       storageClassOverride: "My_RWX_Storage_Class"
181 # sdc:
182 #   sdc-onboarding-be:
183 #     persistence:
184 #       storageClassOverride: "My_RWX_Storage_Class"
185
186 #################################################################
187 # Enable/disable and configure helm charts (ie. applications)
188 # to customize the ONAP deployment.
189 #################################################################
190 aaf:
191   enabled: false
192 aai:
193   enabled: false
194 appc:
195   enabled: false
196   config:
197     openStackType: OpenStackProvider
198     openStackName: OpenStack
199     openStackKeyStoneUrl: http://localhost:8181/apidoc/explorer/index.html
200     openStackServiceTenantName: default
201     openStackDomain: default
202     openStackUserName: admin
203     openStackEncryptedPassword: admin
204 cassandra:
205   enabled: false
206 cds:
207   enabled: false
208 clamp:
209   enabled: false
210 cli:
211   enabled: false
212 consul:
213   enabled: false
214 # Today, "contrib" chart that hosting these components must also be enabled
215 # in order to make it work. So `contrib.enabled` must have the same value than
216 # addTestingComponents
217 contrib:
218   enabled: *testing
219 dcaegen2:
220   enabled: false
221 dcaemod:
222   enabled: false
223 pnda:
224   enabled: false
225 dmaap:
226   enabled: false
227 esr:
228   enabled: false
229 # Today, "logging" chart that perform the central part of logging must also be
230 # enabled in order to make it work. So `logging.enabled` must have the same
231 # value than centralizedLoggingEnabled
232 log:
233   enabled: *centralizedLogging
234 sniro-emulator:
235   enabled: false
236 oof:
237   enabled: false
238 mariadb-galera:
239   enabled: false
240 msb:
241   enabled: false
242 multicloud:
243   enabled: false
244 nbi:
245   enabled: false
246   config:
247     # openstack configuration
248     openStackRegion: "Yolo"
249     openStackVNFTenantId: "1234"
250 policy:
251   enabled: false
252 pomba:
253   enabled: false
254 portal:
255   enabled: false
256 robot:
257   enabled: false
258   config:
259     # openStackEncryptedPasswordHere should match the encrypted string used in SO and APPC and overridden per environment
260     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
261 sdc:
262   enabled: false
263 sdnc:
264   enabled: false
265
266   replicaCount: 1
267
268   mysql:
269     replicaCount: 1
270 so:
271   enabled: false
272
273   replicaCount: 1
274
275   liveness:
276     # necessary to disable liveness probe when setting breakpoints
277     # in debugger so K8s doesn't restart unresponsive container
278     enabled: false
279
280   # so server configuration
281   config:
282     # message router configuration
283     dmaapTopic: "AUTO"
284     # openstack configuration
285     openStackUserName: "vnf_user"
286     openStackRegion: "RegionOne"
287     openStackKeyStoneUrl: "http://1.2.3.4:5000"
288     openStackServiceTenantName: "service"
289     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
290
291   # configure embedded mariadb
292   mariadb:
293     config:
294       mariadbRootPassword: password
295 uui:
296   enabled: false
297 vfc:
298   enabled: false
299 vid:
300   enabled: false
301 vnfsdk:
302   enabled: false
303 modeling:
304   enabled: false