Merge "Enable robot module in 5G Network Slicing use case override file"
[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
103 # Example of specific for the components where you want to disable TLS only for
104 # it:
105 # if set this element will force or not tls even if global.serviceMesh.tls and
106 # global.tlsEnabled is set otherwise.
107 # robot:
108 #   tlsOverride: false
109
110   # Global storage configuration
111   #    Set to "-" for default, or with the name of the storage class
112   #    Please note that if you use AAF, CDS, SDC, Netbox or Robot, you need a
113   #    storageclass with RWX capabilities (or set specific configuration for these
114   #    components).
115   # persistence:
116   #   storageClass: "-"
117
118 # Example of specific for the components which requires RWX:
119 # aaf:
120 #   persistence:
121 #     storageClassOverride: "My_RWX_Storage_Class"
122 # contrib:
123 #   netbox:
124 #     netbox-app:
125 #       persistence:
126 #         storageClassOverride: "My_RWX_Storage_Class"
127 # cds:
128 #   cds-blueprints-processor:
129 #     persistence:
130 #       storageClassOverride: "My_RWX_Storage_Class"
131 # sdc:
132 #   sdc-onboarding-be:
133 #     persistence:
134 #       storageClassOverride: "My_RWX_Storage_Class"
135
136 #################################################################
137 # Enable/disable and configure helm charts (ie. applications)
138 # to customize the ONAP deployment.
139 #################################################################
140 aaf:
141   enabled: true
142 aai:
143   enabled: false
144 appc:
145   enabled: false
146   config:
147     openStackType: OpenStackProvider
148     openStackName: OpenStack
149     openStackKeyStoneUrl: http://localhost:8181/apidoc/explorer/index.html
150     openStackServiceTenantName: default
151     openStackDomain: default
152     openStackUserName: admin
153     openStackEncryptedPassword: admin
154 cassandra:
155   enabled: false
156 cds:
157   enabled: false
158 clamp:
159   enabled: false
160 cli:
161   enabled: false
162 consul:
163   enabled: false
164 # Today, "contrib" chart that hosting these components must also be enabled
165 # in order to make it work. So `contrib.enabled` must have the same value than
166 # addTestingComponents
167 contrib:
168   enabled: *testing
169 dcaegen2:
170   enabled: false
171 dcaemod:
172   enabled: false
173 pnda:
174   enabled: false
175 dmaap:
176   enabled: false
177 esr:
178   enabled: false
179 log:
180   enabled: false
181 sniro-emulator:
182   enabled: false
183 oof:
184   enabled: false
185 mariadb-galera:
186   enabled: false
187 msb:
188   enabled: false
189 multicloud:
190   enabled: false
191 nbi:
192   enabled: false
193   config:
194     # openstack configuration
195     openStackRegion: "Yolo"
196     openStackVNFTenantId: "1234"
197 policy:
198   enabled: false
199 pomba:
200   enabled: false
201 portal:
202   enabled: false
203 robot:
204   enabled: false
205   config:
206     # openStackEncryptedPasswordHere should match the encrypted string used in SO and APPC and overridden per environment
207     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
208 sdc:
209   enabled: false
210 sdnc:
211   enabled: false
212
213   replicaCount: 1
214
215   mysql:
216     replicaCount: 1
217 so:
218   enabled: false
219
220   replicaCount: 1
221
222   liveness:
223     # necessary to disable liveness probe when setting breakpoints
224     # in debugger so K8s doesn't restart unresponsive container
225     enabled: false
226
227   # so server configuration
228   config:
229     # message router configuration
230     dmaapTopic: "AUTO"
231     # openstack configuration
232     openStackUserName: "vnf_user"
233     openStackRegion: "RegionOne"
234     openStackKeyStoneUrl: "http://1.2.3.4:5000"
235     openStackServiceTenantName: "service"
236     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
237
238   # configure embedded mariadb
239   mariadb:
240     config:
241       mariadbRootPassword: password
242 uui:
243   enabled: false
244 vfc:
245   enabled: false
246 vid:
247   enabled: false
248 vnfsdk:
249   enabled: false
250 modeling:
251   enabled: false