81a1fe24ac2dae385616c1f486c326b625a13159
[oom.git] / kubernetes / onap / values.yaml
1 # Copyright © 2018 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
50   # override default resource limit flavor for all charts
51   flavor: unlimited
52
53   # flag to enable debugging - application support required
54   debugEnabled: false
55
56 #################################################################
57 # Enable/disable and configure helm charts (ie. applications)
58 # to customize the ONAP deployment.
59 #################################################################
60 aaf:
61   enabled: false
62 aai:
63   enabled: false
64 appc:
65   enabled: false
66   config:
67     openStackType: OpenStackProvider
68     openStackName: OpenStack
69     openStackKeyStoneUrl: http://localhost:8181/apidoc/explorer/index.html
70     openStackServiceTenantName: default
71     openStackDomain: default
72     openStackUserName: admin
73     openStackEncryptedPassword: admin
74 cassandra:
75   enabled: false
76 clamp:
77   enabled: false
78 cli:
79   enabled: false
80 consul:
81   enabled: false
82 contrib:
83   enabled: false
84 dcaegen2:
85   enabled: false
86 pnda:
87   enabled: false
88 dmaap:
89   enabled: false
90 esr:
91   enabled: false
92 log:
93   enabled: false
94 sniro-emulator:
95   enabled: false
96 oof:
97   enabled: false
98 msb:
99   enabled: false
100 multicloud:
101   enabled: false
102 nbi:
103   enabled: false
104   config:
105     # openstack configuration
106     openStackRegion: "Yolo"
107     openStackVNFTenantId: "1234"
108 policy:
109   enabled: false
110 pomba:
111   enabled: false
112 portal:
113   enabled: false
114 robot:
115   enabled: false
116   config:
117     # openStackEncryptedPasswordHere should match the encrypted string used in SO and APPC and overridden per environment
118     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
119 sdc:
120   enabled: false
121 sdnc:
122   enabled: false
123
124   replicaCount: 1
125
126   mysql:
127     replicaCount: 1
128 so:
129   enabled: false
130
131   replicaCount: 1
132
133   liveness:
134     # necessary to disable liveness probe when setting breakpoints
135     # in debugger so K8s doesn't restart unresponsive container
136     enabled: false
137
138   # so server configuration
139   config:
140     # message router configuration
141     dmaapTopic: "AUTO"
142     # openstack configuration
143     openStackUserName: "vnf_user"
144     openStackRegion: "RegionOne"
145     openStackKeyStoneUrl: "http://1.2.3.4:5000"
146     openStackServiceTenantName: "service"
147     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
148
149   # configure embedded mariadb
150   mariadb:
151     config:
152       mariadbRootPassword: password
153 uui:
154   enabled: false
155 vfc:
156   enabled: false
157 vid:
158   enabled: false
159 vnfsdk:
160   enabled: false