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