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