blob: 20f20af3ec4413c4ee4c42c460fb5cd2d5459243 [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
63dmaap-listener:
64 nameOverride: sdnc-dmaap-listener
65 config:
66 sdncChartName: sdnc
67 mysqlChartName: sdnc-db
jmaca68f4cb2018-05-10 22:44:19 +000068 dmaapPort: 3904
69 sdncPort: 8282
jmac065e2ce2018-03-29 01:18:02 +000070 configDir: /opt/onap/sdnc/data/properties
jmaca68f4cb2018-05-10 22:44:19 +000071 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000072
73ueb-listener:
74 nameOverride: sdnc-ueb-listener
75 config:
jmaca68f4cb2018-05-10 22:44:19 +000076 sdncPort: 8282
jmac065e2ce2018-03-29 01:18:02 +000077 sdncChartName: sdnc
78 mysqlChartName: sdnc-db
79 configDir: /opt/onap/sdnc/data/properties
jmaca68f4cb2018-05-10 22:44:19 +000080 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000081
82sdnc-portal:
83 config:
84 sdncChartName: sdnc
85 mysqlChartName: sdnc-db
86 configDir: /opt/onap/sdnc/data/properties
87 dbRootPassword: openECOMP1.0
jmac70863e12018-05-16 14:53:03 +000088 dbSdnctlPassword: gamma
jmaca68f4cb2018-05-10 22:44:19 +000089 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000090
jmac7c434672018-05-11 20:14:17 +000091sdnc-ansible-server:
92 service:
93 name: sdnc-ansible-server
94 internalPort: 8000
95 config:
96 mysqlServiceName: sdnc-dbhost
97
jmac065e2ce2018-03-29 01:18:02 +000098mysql:
99 nameOverride: sdnc-db
100 service:
101 name: sdnc-dbhost
jmacbc92d132018-04-07 03:46:12 +0000102 internalPort: 3306
jmac065e2ce2018-03-29 01:18:02 +0000103 nfsprovisionerPrefix: sdnc
104 sdnctlPrefix: sdnc
105 persistence:
Mohammadreza Pasandidehcffec6d2018-05-08 17:42:11 -0400106 mountSubPath: sdnc/mysql
jmac065e2ce2018-03-29 01:18:02 +0000107 enabled: true
Jerome Douceraindee57fd2018-04-13 12:24:53 -0400108 disableNfsProvisioner: true
jmac065e2ce2018-03-29 01:18:02 +0000109 replicaCount: 1
Neha Jain7b0d6c62018-05-17 14:34:49 -0400110 geoEnabled: false
jmac065e2ce2018-03-29 01:18:02 +0000111
112dgbuilder:
113 nameOverride: sdnc-dgbuilder
114 config:
115 dbPodName: sdnc-db
116 dbServiceName: sdnc-dbhost
117 dbRootPassword: openECOMP1.0
jmac70863e12018-05-16 14:53:03 +0000118 dbSdnctlPassword: gamma
119 dgUserPassword: cc03e747a6afbbcbf8be7668acfebee5
jmac065e2ce2018-03-29 01:18:02 +0000120 service:
BorislavG1ffbd992018-04-24 07:56:27 +0000121 name: sdnc-dgbuilder
jmac065e2ce2018-03-29 01:18:02 +0000122 nodePort: "03"
123
124# default number of instances
125replicaCount: 1
126
127nodeSelector: {}
128
129affinity: {}
130
131# probe configuration parameters
132liveness:
133 initialDelaySeconds: 10
134 periodSeconds: 10
135 # necessary to disable liveness probe when setting breakpoints
136 # in debugger so K8s doesn't restart unresponsive container
137 enabled: true
138
139readiness:
140 initialDelaySeconds: 10
141 periodSeconds: 10
142
143service:
144 type: NodePort
145 name: sdnc
BorislavG1ffbd992018-04-24 07:56:27 +0000146 portName: sdnc
jmac065e2ce2018-03-29 01:18:02 +0000147 internalPort: 8181
148 internalPort2: 8101
149 internalPort3: 8080
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400150 internalPort4: 2550
151
jmac065e2ce2018-03-29 01:18:02 +0000152 #port
153 externalPort: 8282
154 nodePort: "02"
155
156 externalPort2: 8202
157 nodePort2: "08"
158
159 externalPort3: 8280
160 nodePort3: 46
161
jmaca68f4cb2018-05-10 22:44:19 +0000162 externalPort4: 8443
163 nodePort4: 67
164
jmac065e2ce2018-03-29 01:18:02 +0000165 clusterPort: 2550
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400166 clusterPort2: 2650
167 clusterPort3: 2681
168
169 geoNodePort1: 61
170 geoNodePort2: 62
171 geoNodePort3: 63
172 geoNodePort4: 64
173 geoNodePort5: 65
174 geoNodePort6: 66
jmac065e2ce2018-03-29 01:18:02 +0000175
jmac8d6dc962018-04-26 14:26:55 +0000176## Persist data to a persitent volume
177persistence:
178 enabled: true
179
180 ## A manually managed Persistent Volume and Claim
181 ## Requires persistence.enabled: true
182 ## If defined, PVC must be created manually before volume will be bound
183 # existingClaim:
184 volumeReclaimPolicy: Retain
185
186 ## database data Persistent Volume Storage Class
187 ## If defined, storageClassName: <storageClass>
188 ## If set to "-", storageClassName: "", which disables dynamic provisioning
189 ## If undefined (the default) or set to null, no storageClassName spec is
190 ## set, choosing the default provisioner. (gp2 on AWS, standard on
191 ## GKE, AWS & OpenStack)
192 accessMode: ReadWriteOnce
193 size: 1Gi
194 mountPath: /dockerdata-nfs
195 mountSubPath: sdnc/mdsal
196 mdsalPath: /opt/opendaylight/current/daexim
197
jmac065e2ce2018-03-29 01:18:02 +0000198ingress:
199 enabled: false
200
toshrajbhardwaj72b5f0f2018-09-13 02:45:22 +0000201#Resource Limit flavor -By Default using small
202flavor: small
203#segregation for different envionment (Small and Large)
204
205resources:
Mandeep Khindade045712018-09-19 18:11:57 +0000206 small:
207 limits:
208 cpu: 2
209 memory: 4Gi
210 requests:
Mandeep Khinda3c134252018-09-19 23:56:37 +0000211 cpu: 1
212 memory: 2Gi
Mandeep Khindade045712018-09-19 18:11:57 +0000213 large:
214 limits:
215 cpu: 4
216 memory: 8Gi
217 requests:
Mandeep Khinda3c134252018-09-19 23:56:37 +0000218 cpu: 2
219 memory: 4Gi
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000220 unlimited: {}