blob: 7faba15a5775402b5b62099c513c35dc743adc5c [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
BorislavG3d6f9372018-04-15 11:55:39 +000023 readinessImage: readiness-check:2.0.0
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
jmac065e2ce2018-03-29 01:18:02 +000043 dbRootPassword: openECOMP1.0
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
jmac065e2ce2018-03-29 01:18:02 +000062# dependency / sub-chart configuration
Sylvain Desbureaux7acab562019-03-01 09:26:13 +010063cds:
64 enabled: true
65
jmac065e2ce2018-03-29 01:18:02 +000066dmaap-listener:
67 nameOverride: sdnc-dmaap-listener
68 config:
69 sdncChartName: sdnc
70 mysqlChartName: sdnc-db
jmaca68f4cb2018-05-10 22:44:19 +000071 dmaapPort: 3904
72 sdncPort: 8282
jmac065e2ce2018-03-29 01:18:02 +000073 configDir: /opt/onap/sdnc/data/properties
jmaca68f4cb2018-05-10 22:44:19 +000074 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000075
76ueb-listener:
77 nameOverride: sdnc-ueb-listener
78 config:
jmaca68f4cb2018-05-10 22:44:19 +000079 sdncPort: 8282
jmac065e2ce2018-03-29 01:18:02 +000080 sdncChartName: sdnc
81 mysqlChartName: sdnc-db
82 configDir: /opt/onap/sdnc/data/properties
jmaca68f4cb2018-05-10 22:44:19 +000083 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000084
85sdnc-portal:
86 config:
87 sdncChartName: sdnc
88 mysqlChartName: sdnc-db
89 configDir: /opt/onap/sdnc/data/properties
90 dbRootPassword: openECOMP1.0
jmac70863e12018-05-16 14:53:03 +000091 dbSdnctlPassword: gamma
jmaca68f4cb2018-05-10 22:44:19 +000092 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000093
jmac7c434672018-05-11 20:14:17 +000094sdnc-ansible-server:
95 service:
96 name: sdnc-ansible-server
97 internalPort: 8000
98 config:
99 mysqlServiceName: sdnc-dbhost
100
jmac065e2ce2018-03-29 01:18:02 +0000101mysql:
102 nameOverride: sdnc-db
103 service:
104 name: sdnc-dbhost
jmacbc92d132018-04-07 03:46:12 +0000105 internalPort: 3306
jmac065e2ce2018-03-29 01:18:02 +0000106 nfsprovisionerPrefix: sdnc
107 sdnctlPrefix: sdnc
108 persistence:
Mohammadreza Pasandidehcffec6d2018-05-08 17:42:11 -0400109 mountSubPath: sdnc/mysql
jmac065e2ce2018-03-29 01:18:02 +0000110 enabled: true
Jerome Douceraindee57fd2018-04-13 12:24:53 -0400111 disableNfsProvisioner: true
jmac065e2ce2018-03-29 01:18:02 +0000112 replicaCount: 1
Neha Jain7b0d6c62018-05-17 14:34:49 -0400113 geoEnabled: false
jmac065e2ce2018-03-29 01:18:02 +0000114
115dgbuilder:
116 nameOverride: sdnc-dgbuilder
117 config:
118 dbPodName: sdnc-db
119 dbServiceName: sdnc-dbhost
120 dbRootPassword: openECOMP1.0
jmac70863e12018-05-16 14:53:03 +0000121 dbSdnctlPassword: gamma
122 dgUserPassword: cc03e747a6afbbcbf8be7668acfebee5
jmac065e2ce2018-03-29 01:18:02 +0000123 service:
BorislavG1ffbd992018-04-24 07:56:27 +0000124 name: sdnc-dgbuilder
jmac065e2ce2018-03-29 01:18:02 +0000125 nodePort: "03"
126
127# default number of instances
128replicaCount: 1
129
130nodeSelector: {}
131
132affinity: {}
133
134# probe configuration parameters
135liveness:
136 initialDelaySeconds: 10
137 periodSeconds: 10
138 # necessary to disable liveness probe when setting breakpoints
139 # in debugger so K8s doesn't restart unresponsive container
140 enabled: true
141
142readiness:
143 initialDelaySeconds: 10
144 periodSeconds: 10
145
146service:
147 type: NodePort
148 name: sdnc
BorislavG1ffbd992018-04-24 07:56:27 +0000149 portName: sdnc
jmac065e2ce2018-03-29 01:18:02 +0000150 internalPort: 8181
151 internalPort2: 8101
152 internalPort3: 8080
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400153 internalPort4: 2550
154
jmac065e2ce2018-03-29 01:18:02 +0000155 #port
156 externalPort: 8282
157 nodePort: "02"
158
159 externalPort2: 8202
160 nodePort2: "08"
161
162 externalPort3: 8280
163 nodePort3: 46
164
jmaca68f4cb2018-05-10 22:44:19 +0000165 externalPort4: 8443
166 nodePort4: 67
167
jmac065e2ce2018-03-29 01:18:02 +0000168 clusterPort: 2550
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400169 clusterPort2: 2650
170 clusterPort3: 2681
171
172 geoNodePort1: 61
173 geoNodePort2: 62
174 geoNodePort3: 63
175 geoNodePort4: 64
176 geoNodePort5: 65
177 geoNodePort6: 66
jmac065e2ce2018-03-29 01:18:02 +0000178
jmac8d6dc962018-04-26 14:26:55 +0000179## Persist data to a persitent volume
180persistence:
181 enabled: true
182
183 ## A manually managed Persistent Volume and Claim
184 ## Requires persistence.enabled: true
185 ## If defined, PVC must be created manually before volume will be bound
186 # existingClaim:
187 volumeReclaimPolicy: Retain
188
189 ## database data Persistent Volume Storage Class
190 ## If defined, storageClassName: <storageClass>
191 ## If set to "-", storageClassName: "", which disables dynamic provisioning
192 ## If undefined (the default) or set to null, no storageClassName spec is
193 ## set, choosing the default provisioner. (gp2 on AWS, standard on
194 ## GKE, AWS & OpenStack)
195 accessMode: ReadWriteOnce
196 size: 1Gi
197 mountPath: /dockerdata-nfs
198 mountSubPath: sdnc/mdsal
199 mdsalPath: /opt/opendaylight/current/daexim
200
jmac065e2ce2018-03-29 01:18:02 +0000201ingress:
202 enabled: false
203
toshrajbhardwaj72b5f0f2018-09-13 02:45:22 +0000204#Resource Limit flavor -By Default using small
205flavor: small
206#segregation for different envionment (Small and Large)
207
208resources:
Mandeep Khindade045712018-09-19 18:11:57 +0000209 small:
210 limits:
211 cpu: 2
212 memory: 4Gi
213 requests:
Mandeep Khinda3c134252018-09-19 23:56:37 +0000214 cpu: 1
215 memory: 2Gi
Mandeep Khindade045712018-09-19 18:11:57 +0000216 large:
217 limits:
218 cpu: 4
219 memory: 8Gi
220 requests:
Mandeep Khinda3c134252018-09-19 23:56:37 +0000221 cpu: 2
222 memory: 4Gi
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000223 unlimited: {}