blob: 03fdd01531d4b25e8e1964e291d222fd6d3365a8 [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# 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
jmac065e2ce2018-03-29 01:18:02 +000015#################################################################
16# Global configuration defaults.
17#################################################################
18global:
19 nodePortPrefix: 302
jmac0e4f7172018-09-07 18:06:43 +000020 nodePortPrefixExt: 304
jmac065e2ce2018-03-29 01:18:02 +000021 repository: nexus3.onap.org:10001
jmac065e2ce2018-03-29 01:18:02 +000022 readinessRepository: oomk8s
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000023 readinessImage: readiness-check:2.0.2
jmac065e2ce2018-03-29 01:18:02 +000024 loggingRepository: docker.elastic.co
25 loggingImage: beats/filebeat:5.5.0
26 persistence:
27 mountPath: /dockerdata-nfs
28
29#################################################################
30# Application configuration defaults.
31#################################################################
32# application images
33repository: nexus3.onap.org:10001
34pullPolicy: Always
Timoney, Dan (dt5972)c153af02019-05-28 11:39:06 -040035image: onap/sdnc-image:1.5.2
jmac065e2ce2018-03-29 01:18:02 +000036
37# flag to enable debugging - application support required
38debugEnabled: false
39
40# application configuration
BorislavG5f3b6192018-03-25 18:12:38 +030041config:
Timoney, Dan (dt5972)ba4d2eb2019-05-07 13:32:42 -040042 odlUid: 100
43 odlGid: 101
jmaca68f4cb2018-05-10 22:44:19 +000044 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000045 dbRootPassword: secretpassword
jmac70863e12018-05-16 14:53:03 +000046 dbSdnctlPassword: gamma
jmac065e2ce2018-03-29 01:18:02 +000047 enableClustering: true
jmaca68f4cb2018-05-10 22:44:19 +000048 binDir: /opt/onap/sdnc/bin
Trevor Tait567ff1e2018-05-01 16:20:54 -040049 geoEnabled: false
Neha Jain7b0d6c62018-05-17 14:34:49 -040050# if geoEnabled is set to true here, mysql.geoEnabled must be set to true
Trevor Tait567ff1e2018-05-01 16:20:54 -040051# if geoEnabled is set to true the following 3 values must be set to their proper values
52 myODLCluster: 127.0.0.1
53 peerODLCluster: 127.0.0.1
Mohammadreza Pasandidehb642ee52018-06-19 15:19:53 -040054 isPrimaryCluster: true
jmac065e2ce2018-03-29 01:18:02 +000055 configDir: /opt/onap/sdnc/data/properties
56 dmaapTopic: SUCCESS
jmaca68f4cb2018-05-10 22:44:19 +000057 dmaapPort: 3904
BorislavG5f3b6192018-03-25 18:12:38 +030058 logstashServiceName: log-ls
59 logstashPort: 5044
jmac7c434672018-05-11 20:14:17 +000060 ansibleServiceName: sdnc-ansible-server
61 ansiblePort: 8000
Timoney, Dan (dt5972)6819bc92019-02-12 13:30:49 -050062 javaHome: /usr/lib/jvm/java-1.8-openjdk
jmac7c434672018-05-11 20:14:17 +000063
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000064 #local Mariadb-galera cluster
65 localDBCluster: false
66
67 #Shared mariadb-galera details
68 mariadbGalera:
69 chartName: mariadb-galera
70 serviceName: mariadb-galera
71 internalPort: 3306
72
jmac065e2ce2018-03-29 01:18:02 +000073# dependency / sub-chart configuration
Sylvain Desbureaux7acab562019-03-01 09:26:13 +010074cds:
75 enabled: true
76
jmac065e2ce2018-03-29 01:18:02 +000077dmaap-listener:
78 nameOverride: sdnc-dmaap-listener
79 config:
80 sdncChartName: sdnc
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000081 mysqlChartName: mariadb-galera
jmaca68f4cb2018-05-10 22:44:19 +000082 dmaapPort: 3904
83 sdncPort: 8282
jmac065e2ce2018-03-29 01:18:02 +000084 configDir: /opt/onap/sdnc/data/properties
jmaca68f4cb2018-05-10 22:44:19 +000085 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000086
87ueb-listener:
88 nameOverride: sdnc-ueb-listener
89 config:
jmaca68f4cb2018-05-10 22:44:19 +000090 sdncPort: 8282
jmac065e2ce2018-03-29 01:18:02 +000091 sdncChartName: sdnc
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000092 mysqlChartName: mariadb-galera
jmac065e2ce2018-03-29 01:18:02 +000093 configDir: /opt/onap/sdnc/data/properties
jmaca68f4cb2018-05-10 22:44:19 +000094 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000095
96sdnc-portal:
97 config:
98 sdncChartName: sdnc
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000099 mysqlChartName: mariadb-galera
jmac065e2ce2018-03-29 01:18:02 +0000100 configDir: /opt/onap/sdnc/data/properties
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +0000101 dbRootPassword: secretpassword
jmac70863e12018-05-16 14:53:03 +0000102 dbSdnctlPassword: gamma
jmaca68f4cb2018-05-10 22:44:19 +0000103 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +0000104
jmac7c434672018-05-11 20:14:17 +0000105sdnc-ansible-server:
106 service:
107 name: sdnc-ansible-server
108 internalPort: 8000
109 config:
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +0000110 mysqlServiceName: mariadb-galera
jmac7c434672018-05-11 20:14:17 +0000111
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +0000112mariadb-galera:
jmac065e2ce2018-03-29 01:18:02 +0000113 nameOverride: sdnc-db
114 service:
115 name: sdnc-dbhost
jmacbc92d132018-04-07 03:46:12 +0000116 internalPort: 3306
jmac065e2ce2018-03-29 01:18:02 +0000117 sdnctlPrefix: sdnc
118 persistence:
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +0000119 mountSubPath: sdnc/mariadb-galera
jmac065e2ce2018-03-29 01:18:02 +0000120 enabled: true
jmac065e2ce2018-03-29 01:18:02 +0000121 replicaCount: 1
122
123dgbuilder:
124 nameOverride: sdnc-dgbuilder
125 config:
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +0000126 dbPodName: mariadb-galera
127 dbServiceName: mariadb-galera
128 dbRootPassword: secretpassword
jmac70863e12018-05-16 14:53:03 +0000129 dbSdnctlPassword: gamma
130 dgUserPassword: cc03e747a6afbbcbf8be7668acfebee5
jmac065e2ce2018-03-29 01:18:02 +0000131 service:
BorislavG1ffbd992018-04-24 07:56:27 +0000132 name: sdnc-dgbuilder
jmac065e2ce2018-03-29 01:18:02 +0000133 nodePort: "03"
134
135# default number of instances
136replicaCount: 1
137
138nodeSelector: {}
139
140affinity: {}
141
142# probe configuration parameters
143liveness:
144 initialDelaySeconds: 10
145 periodSeconds: 10
146 # necessary to disable liveness probe when setting breakpoints
147 # in debugger so K8s doesn't restart unresponsive container
148 enabled: true
149
150readiness:
151 initialDelaySeconds: 10
152 periodSeconds: 10
153
154service:
155 type: NodePort
156 name: sdnc
BorislavG1ffbd992018-04-24 07:56:27 +0000157 portName: sdnc
jmac065e2ce2018-03-29 01:18:02 +0000158 internalPort: 8181
159 internalPort2: 8101
160 internalPort3: 8080
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400161 internalPort4: 2550
162
jmac065e2ce2018-03-29 01:18:02 +0000163 #port
164 externalPort: 8282
165 nodePort: "02"
166
167 externalPort2: 8202
168 nodePort2: "08"
169
170 externalPort3: 8280
171 nodePort3: 46
172
jmaca68f4cb2018-05-10 22:44:19 +0000173 externalPort4: 8443
174 nodePort4: 67
175
jmac065e2ce2018-03-29 01:18:02 +0000176 clusterPort: 2550
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400177 clusterPort2: 2650
178 clusterPort3: 2681
179
180 geoNodePort1: 61
181 geoNodePort2: 62
182 geoNodePort3: 63
183 geoNodePort4: 64
184 geoNodePort5: 65
185 geoNodePort6: 66
jmac065e2ce2018-03-29 01:18:02 +0000186
jmac8d6dc962018-04-26 14:26:55 +0000187## Persist data to a persitent volume
188persistence:
189 enabled: true
190
191 ## A manually managed Persistent Volume and Claim
192 ## Requires persistence.enabled: true
193 ## If defined, PVC must be created manually before volume will be bound
194 # existingClaim:
195 volumeReclaimPolicy: Retain
196
197 ## database data Persistent Volume Storage Class
198 ## If defined, storageClassName: <storageClass>
199 ## If set to "-", storageClassName: "", which disables dynamic provisioning
200 ## If undefined (the default) or set to null, no storageClassName spec is
201 ## set, choosing the default provisioner. (gp2 on AWS, standard on
202 ## GKE, AWS & OpenStack)
203 accessMode: ReadWriteOnce
204 size: 1Gi
205 mountPath: /dockerdata-nfs
206 mountSubPath: sdnc/mdsal
207 mdsalPath: /opt/opendaylight/current/daexim
208
Rahul Tyagi44cc1ac2019-03-02 06:15:35 +0000209certpersistence:
210 enabled: true
211
212 ## A manually managed Persistent Volume and Claim
213 ## Requires persistence.enabled: true
214 ## If defined, PVC must be created manually before volume will be bound
215 # existingClaim:
216
217 volumeReclaimPolicy: Retain
218 accessMode: ReadWriteOnce
219 size: 50Mi
220 mountPath: /dockerdata-nfs
221 mountSubPath: sdnc/certs
222 certPath: /opt/opendaylight/current/certs
223 ##storageClass: "manual"
224
jmac065e2ce2018-03-29 01:18:02 +0000225ingress:
226 enabled: false
227
toshrajbhardwaj72b5f0f2018-09-13 02:45:22 +0000228#Resource Limit flavor -By Default using small
229flavor: small
230#segregation for different envionment (Small and Large)
231
232resources:
Mandeep Khindade045712018-09-19 18:11:57 +0000233 small:
234 limits:
235 cpu: 2
236 memory: 4Gi
237 requests:
Mandeep Khinda3c134252018-09-19 23:56:37 +0000238 cpu: 1
239 memory: 2Gi
Mandeep Khindade045712018-09-19 18:11:57 +0000240 large:
241 limits:
242 cpu: 4
243 memory: 8Gi
244 requests:
Mandeep Khinda3c134252018-09-19 23:56:37 +0000245 cpu: 2
246 memory: 4Gi
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000247 unlimited: {}