blob: e2e8579443bb14ed7a8c65dc404271d5ef74c06c [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)6819bc92019-02-12 13:30:49 -050035image: onap/sdnc-image:1.5-STAGING-latest
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:
jmaca68f4cb2018-05-10 22:44:19 +000042 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000043 dbRootPassword: secretpassword
jmac70863e12018-05-16 14:53:03 +000044 dbSdnctlPassword: gamma
jmac065e2ce2018-03-29 01:18:02 +000045 enableClustering: true
jmaca68f4cb2018-05-10 22:44:19 +000046 binDir: /opt/onap/sdnc/bin
Trevor Tait567ff1e2018-05-01 16:20:54 -040047 geoEnabled: false
Neha Jain7b0d6c62018-05-17 14:34:49 -040048# if geoEnabled is set to true here, mysql.geoEnabled must be set to true
Trevor Tait567ff1e2018-05-01 16:20:54 -040049# if geoEnabled is set to true the following 3 values must be set to their proper values
50 myODLCluster: 127.0.0.1
51 peerODLCluster: 127.0.0.1
Mohammadreza Pasandidehb642ee52018-06-19 15:19:53 -040052 isPrimaryCluster: true
jmac065e2ce2018-03-29 01:18:02 +000053 configDir: /opt/onap/sdnc/data/properties
54 dmaapTopic: SUCCESS
jmaca68f4cb2018-05-10 22:44:19 +000055 dmaapPort: 3904
BorislavG5f3b6192018-03-25 18:12:38 +030056 logstashServiceName: log-ls
57 logstashPort: 5044
jmac7c434672018-05-11 20:14:17 +000058 ansibleServiceName: sdnc-ansible-server
59 ansiblePort: 8000
Timoney, Dan (dt5972)6819bc92019-02-12 13:30:49 -050060 javaHome: /usr/lib/jvm/java-1.8-openjdk
jmac7c434672018-05-11 20:14:17 +000061
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000062 #local Mariadb-galera cluster
63 localDBCluster: false
64
65 #Shared mariadb-galera details
66 mariadbGalera:
67 chartName: mariadb-galera
68 serviceName: mariadb-galera
69 internalPort: 3306
70
jmac065e2ce2018-03-29 01:18:02 +000071# dependency / sub-chart configuration
Sylvain Desbureaux7acab562019-03-01 09:26:13 +010072cds:
73 enabled: true
74
jmac065e2ce2018-03-29 01:18:02 +000075dmaap-listener:
76 nameOverride: sdnc-dmaap-listener
77 config:
78 sdncChartName: sdnc
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000079 mysqlChartName: mariadb-galera
jmaca68f4cb2018-05-10 22:44:19 +000080 dmaapPort: 3904
81 sdncPort: 8282
jmac065e2ce2018-03-29 01:18:02 +000082 configDir: /opt/onap/sdnc/data/properties
jmaca68f4cb2018-05-10 22:44:19 +000083 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000084
85ueb-listener:
86 nameOverride: sdnc-ueb-listener
87 config:
jmaca68f4cb2018-05-10 22:44:19 +000088 sdncPort: 8282
jmac065e2ce2018-03-29 01:18:02 +000089 sdncChartName: sdnc
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000090 mysqlChartName: mariadb-galera
jmac065e2ce2018-03-29 01:18:02 +000091 configDir: /opt/onap/sdnc/data/properties
jmaca68f4cb2018-05-10 22:44:19 +000092 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000093
94sdnc-portal:
95 config:
96 sdncChartName: sdnc
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000097 mysqlChartName: mariadb-galera
jmac065e2ce2018-03-29 01:18:02 +000098 configDir: /opt/onap/sdnc/data/properties
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000099 dbRootPassword: secretpassword
jmac70863e12018-05-16 14:53:03 +0000100 dbSdnctlPassword: gamma
jmaca68f4cb2018-05-10 22:44:19 +0000101 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +0000102
jmac7c434672018-05-11 20:14:17 +0000103sdnc-ansible-server:
104 service:
105 name: sdnc-ansible-server
106 internalPort: 8000
107 config:
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +0000108 mysqlServiceName: mariadb-galera
jmac7c434672018-05-11 20:14:17 +0000109
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +0000110mariadb-galera:
jmac065e2ce2018-03-29 01:18:02 +0000111 nameOverride: sdnc-db
112 service:
113 name: sdnc-dbhost
jmacbc92d132018-04-07 03:46:12 +0000114 internalPort: 3306
jmac065e2ce2018-03-29 01:18:02 +0000115 sdnctlPrefix: sdnc
116 persistence:
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +0000117 mountSubPath: sdnc/mariadb-galera
jmac065e2ce2018-03-29 01:18:02 +0000118 enabled: true
jmac065e2ce2018-03-29 01:18:02 +0000119 replicaCount: 1
120
121dgbuilder:
122 nameOverride: sdnc-dgbuilder
123 config:
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +0000124 dbPodName: mariadb-galera
125 dbServiceName: mariadb-galera
126 dbRootPassword: secretpassword
jmac70863e12018-05-16 14:53:03 +0000127 dbSdnctlPassword: gamma
128 dgUserPassword: cc03e747a6afbbcbf8be7668acfebee5
jmac065e2ce2018-03-29 01:18:02 +0000129 service:
BorislavG1ffbd992018-04-24 07:56:27 +0000130 name: sdnc-dgbuilder
jmac065e2ce2018-03-29 01:18:02 +0000131 nodePort: "03"
132
133# default number of instances
134replicaCount: 1
135
136nodeSelector: {}
137
138affinity: {}
139
140# probe configuration parameters
141liveness:
142 initialDelaySeconds: 10
143 periodSeconds: 10
144 # necessary to disable liveness probe when setting breakpoints
145 # in debugger so K8s doesn't restart unresponsive container
146 enabled: true
147
148readiness:
149 initialDelaySeconds: 10
150 periodSeconds: 10
151
152service:
153 type: NodePort
154 name: sdnc
BorislavG1ffbd992018-04-24 07:56:27 +0000155 portName: sdnc
jmac065e2ce2018-03-29 01:18:02 +0000156 internalPort: 8181
157 internalPort2: 8101
158 internalPort3: 8080
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400159 internalPort4: 2550
160
jmac065e2ce2018-03-29 01:18:02 +0000161 #port
162 externalPort: 8282
163 nodePort: "02"
164
165 externalPort2: 8202
166 nodePort2: "08"
167
168 externalPort3: 8280
169 nodePort3: 46
170
jmaca68f4cb2018-05-10 22:44:19 +0000171 externalPort4: 8443
172 nodePort4: 67
173
jmac065e2ce2018-03-29 01:18:02 +0000174 clusterPort: 2550
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400175 clusterPort2: 2650
176 clusterPort3: 2681
177
178 geoNodePort1: 61
179 geoNodePort2: 62
180 geoNodePort3: 63
181 geoNodePort4: 64
182 geoNodePort5: 65
183 geoNodePort6: 66
jmac065e2ce2018-03-29 01:18:02 +0000184
jmac8d6dc962018-04-26 14:26:55 +0000185## Persist data to a persitent volume
186persistence:
187 enabled: true
188
189 ## A manually managed Persistent Volume and Claim
190 ## Requires persistence.enabled: true
191 ## If defined, PVC must be created manually before volume will be bound
192 # existingClaim:
193 volumeReclaimPolicy: Retain
194
195 ## database data Persistent Volume Storage Class
196 ## If defined, storageClassName: <storageClass>
197 ## If set to "-", storageClassName: "", which disables dynamic provisioning
198 ## If undefined (the default) or set to null, no storageClassName spec is
199 ## set, choosing the default provisioner. (gp2 on AWS, standard on
200 ## GKE, AWS & OpenStack)
201 accessMode: ReadWriteOnce
202 size: 1Gi
203 mountPath: /dockerdata-nfs
204 mountSubPath: sdnc/mdsal
205 mdsalPath: /opt/opendaylight/current/daexim
206
Rahul Tyagi44cc1ac2019-03-02 06:15:35 +0000207certpersistence:
208 enabled: true
209
210 ## A manually managed Persistent Volume and Claim
211 ## Requires persistence.enabled: true
212 ## If defined, PVC must be created manually before volume will be bound
213 # existingClaim:
214
215 volumeReclaimPolicy: Retain
216 accessMode: ReadWriteOnce
217 size: 50Mi
218 mountPath: /dockerdata-nfs
219 mountSubPath: sdnc/certs
220 certPath: /opt/opendaylight/current/certs
221 ##storageClass: "manual"
222
jmac065e2ce2018-03-29 01:18:02 +0000223ingress:
224 enabled: false
225
toshrajbhardwaj72b5f0f2018-09-13 02:45:22 +0000226#Resource Limit flavor -By Default using small
227flavor: small
228#segregation for different envionment (Small and Large)
229
230resources:
Mandeep Khindade045712018-09-19 18:11:57 +0000231 small:
232 limits:
233 cpu: 2
234 memory: 4Gi
235 requests:
Mandeep Khinda3c134252018-09-19 23:56:37 +0000236 cpu: 1
237 memory: 2Gi
Mandeep Khindade045712018-09-19 18:11:57 +0000238 large:
239 limits:
240 cpu: 4
241 memory: 8Gi
242 requests:
Mandeep Khinda3c134252018-09-19 23:56:37 +0000243 cpu: 2
244 memory: 4Gi
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000245 unlimited: {}