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