Merge "[AAF] Add CMPv2 Cert Service"
[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 - temporary repo until images migrated to nexus3
52   readinessRepository: oomk8s
53   readinessImage: readiness-check:2.2.1
54
55   # curl image
56   curlImage: curlimages/curl:7.69.1
57
58   # logging agent - temporary repo until images migrated to nexus3
59   loggingRepository: docker.elastic.co
60
61   # image pull policy
62   pullPolicy: Always
63
64   # default clusterName
65   # {{ template "common.fullname" . }}.{{ template "common.namespace" . }}.svc.{{ .Values.global.clusterName }}
66   clusterName: cluster.local
67
68   # default mount path root directory referenced
69   # by persistent volumes and log files
70   persistence:
71     mountPath: /dockerdata-nfs
72     enableDefaultStorageclass: false
73     parameters: {}
74     storageclassProvisioner: kubernetes.io/no-provisioner
75     volumeReclaimPolicy: Retain
76
77   # override default resource limit flavor for all charts
78   flavor: unlimited
79
80   # flag to enable debugging - application support required
81   debugEnabled: false
82
83   #Global ingress configuration
84   ingress:
85     enabled: false
86     virtualhost:
87         enabled: true
88         baseurl: "simpledemo.onap.org"
89
90   # Global Service Mesh configuration
91   # POC Mode, don't use it in production
92   serviceMesh:
93     enabled: false
94     tls: true
95
96   # Disabling AAF
97   # POC Mode, only for use in development environment
98   # Keep it enabled in production
99   aafEnabled: true
100   aafAgentImage: onap/aaf/aaf_agent:2.1.20
101
102   # Enabling CMPv2
103   cmpv2Enabled: true
104   aaf:
105     certServiceClient:
106       image: onap/org.onap.aaf.certservice.aaf-certservice-client:1.0.0
107       secret:
108         name: aaf-cert-service-client-tls-secret
109         mountPath: /etc/onap/aaf/certservice/certs/
110       envVariables:
111         # Certificate related
112         cmpv2Organization: "Linux-Foundation"
113         cmpv2OrganizationalUnit: "ONAP"
114         cmpv2Location: "San-Francisco"
115         cmpv2State: "California"
116         cmpv2Country: "US"
117         # Client configuration related
118         caName: "RA"
119         requestURL: "https://aaf-cert-service:8443/v1/certificate/"
120         requestTimeout: "20000"
121         keystorePath: "/etc/onap/aaf/certservice/certs/certServiceClient-keystore.jks"
122         keystorePassword: "secret"
123         truststorePath: "/etc/onap/aaf/certservice/certs/truststore.jks"
124         truststorePassword: "secret"
125
126   # TLS
127   # Set to false if you want to disable TLS for NodePorts. Be aware that this
128   # will loosen your security.
129   # if set this element will force or not tls even if serviceMesh.tls is set.
130   # tlsEnabled: false
131
132   # Logging
133   # Currently, centralized logging is not in best shape so it's disabled by
134   # default
135   centralizedLoggingEnabled: &centralizedLogging false
136
137
138 # Example of specific for the components where you want to disable TLS only for
139 # it:
140 # if set this element will force or not tls even if global.serviceMesh.tls and
141 # global.tlsEnabled is set otherwise.
142 # robot:
143 #   tlsOverride: false
144
145   # Global storage configuration
146   #    Set to "-" for default, or with the name of the storage class
147   #    Please note that if you use AAF, CDS, SDC, Netbox or Robot, you need a
148   #    storageclass with RWX capabilities (or set specific configuration for these
149   #    components).
150   # persistence:
151   #   storageClass: "-"
152
153 # Example of specific for the components which requires RWX:
154 # aaf:
155 #   persistence:
156 #     storageClassOverride: "My_RWX_Storage_Class"
157 # contrib:
158 #   netbox:
159 #     netbox-app:
160 #       persistence:
161 #         storageClassOverride: "My_RWX_Storage_Class"
162 # cds:
163 #   cds-blueprints-processor:
164 #     persistence:
165 #       storageClassOverride: "My_RWX_Storage_Class"
166 # sdc:
167 #   sdc-onboarding-be:
168 #     persistence:
169 #       storageClassOverride: "My_RWX_Storage_Class"
170
171 #################################################################
172 # Enable/disable and configure helm charts (ie. applications)
173 # to customize the ONAP deployment.
174 #################################################################
175 aaf:
176   enabled: false
177 aai:
178   enabled: false
179 appc:
180   enabled: false
181   config:
182     openStackType: OpenStackProvider
183     openStackName: OpenStack
184     openStackKeyStoneUrl: http://localhost:8181/apidoc/explorer/index.html
185     openStackServiceTenantName: default
186     openStackDomain: default
187     openStackUserName: admin
188     openStackEncryptedPassword: admin
189 cassandra:
190   enabled: false
191 cds:
192   enabled: false
193 clamp:
194   enabled: false
195 cli:
196   enabled: false
197 consul:
198   enabled: false
199 # Today, "contrib" chart that hosting these components must also be enabled
200 # in order to make it work. So `contrib.enabled` must have the same value than
201 # addTestingComponents
202 contrib:
203   enabled: *testing
204 dcaegen2:
205   enabled: false
206 dcaemod:
207   enabled: false
208 pnda:
209   enabled: false
210 dmaap:
211   enabled: false
212 esr:
213   enabled: false
214 # Today, "logging" chart that perform the central part of logging must also be
215 # enabled in order to make it work. So `logging.enabled` must have the same
216 # value than centralizedLoggingEnabled
217 log:
218   enabled: *centralizedLogging
219 sniro-emulator:
220   enabled: false
221 oof:
222   enabled: false
223 mariadb-galera:
224   enabled: false
225 msb:
226   enabled: false
227 multicloud:
228   enabled: false
229 nbi:
230   enabled: false
231   config:
232     # openstack configuration
233     openStackRegion: "Yolo"
234     openStackVNFTenantId: "1234"
235 policy:
236   enabled: false
237 pomba:
238   enabled: false
239 portal:
240   enabled: false
241 robot:
242   enabled: false
243   config:
244     # openStackEncryptedPasswordHere should match the encrypted string used in SO and APPC and overridden per environment
245     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
246 sdc:
247   enabled: false
248 sdnc:
249   enabled: false
250
251   replicaCount: 1
252
253   mysql:
254     replicaCount: 1
255 so:
256   enabled: false
257
258   replicaCount: 1
259
260   liveness:
261     # necessary to disable liveness probe when setting breakpoints
262     # in debugger so K8s doesn't restart unresponsive container
263     enabled: false
264
265   # so server configuration
266   config:
267     # message router configuration
268     dmaapTopic: "AUTO"
269     # openstack configuration
270     openStackUserName: "vnf_user"
271     openStackRegion: "RegionOne"
272     openStackKeyStoneUrl: "http://1.2.3.4:5000"
273     openStackServiceTenantName: "service"
274     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
275
276   # configure embedded mariadb
277   mariadb:
278     config:
279       mariadbRootPassword: password
280 uui:
281   enabled: false
282 vfc:
283   enabled: false
284 vid:
285   enabled: false
286 vnfsdk:
287   enabled: false
288 modeling:
289   enabled: false