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