blob: c214d71a81378754b0dc499ad4a92dbb421121a3 [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
20 repository: nexus3.onap.org:10001
jmac065e2ce2018-03-29 01:18:02 +000021 readinessRepository: oomk8s
BorislavG3d6f9372018-04-15 11:55:39 +000022 readinessImage: readiness-check:2.0.0
jmac065e2ce2018-03-29 01:18:02 +000023 loggingRepository: docker.elastic.co
24 loggingImage: beats/filebeat:5.5.0
25 persistence:
26 mountPath: /dockerdata-nfs
27
28#################################################################
29# Application configuration defaults.
30#################################################################
31# application images
32repository: nexus3.onap.org:10001
33pullPolicy: Always
Gary Wu46621662018-05-30 14:30:47 -070034image: onap/sdnc-image:1.3.4
jmac065e2ce2018-03-29 01:18:02 +000035
36# flag to enable debugging - application support required
37debugEnabled: false
38
39# application configuration
BorislavG5f3b6192018-03-25 18:12:38 +030040config:
jmaca68f4cb2018-05-10 22:44:19 +000041 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000042 dbRootPassword: openECOMP1.0
jmac70863e12018-05-16 14:53:03 +000043 dbSdnctlPassword: gamma
jmac065e2ce2018-03-29 01:18:02 +000044 enableClustering: true
jmaca68f4cb2018-05-10 22:44:19 +000045 binDir: /opt/onap/sdnc/bin
Trevor Tait567ff1e2018-05-01 16:20:54 -040046 geoEnabled: false
Neha Jain7b0d6c62018-05-17 14:34:49 -040047# if geoEnabled is set to true here, mysql.geoEnabled must be set to true
Trevor Tait567ff1e2018-05-01 16:20:54 -040048# if geoEnabled is set to true the following 3 values must be set to their proper values
49 myODLCluster: 127.0.0.1
50 peerODLCluster: 127.0.0.1
Mohammadreza Pasandidehb642ee52018-06-19 15:19:53 -040051 isPrimaryCluster: true
jmac065e2ce2018-03-29 01:18:02 +000052 configDir: /opt/onap/sdnc/data/properties
53 dmaapTopic: SUCCESS
jmaca68f4cb2018-05-10 22:44:19 +000054 dmaapPort: 3904
BorislavG5f3b6192018-03-25 18:12:38 +030055 logstashServiceName: log-ls
56 logstashPort: 5044
jmac7c434672018-05-11 20:14:17 +000057 ansibleServiceName: sdnc-ansible-server
58 ansiblePort: 8000
59
jmac065e2ce2018-03-29 01:18:02 +000060# dependency / sub-chart configuration
61dmaap-listener:
62 nameOverride: sdnc-dmaap-listener
63 config:
64 sdncChartName: sdnc
65 mysqlChartName: sdnc-db
jmaca68f4cb2018-05-10 22:44:19 +000066 dmaapPort: 3904
67 sdncPort: 8282
jmac065e2ce2018-03-29 01:18:02 +000068 configDir: /opt/onap/sdnc/data/properties
jmaca68f4cb2018-05-10 22:44:19 +000069 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000070
71ueb-listener:
72 nameOverride: sdnc-ueb-listener
73 config:
jmaca68f4cb2018-05-10 22:44:19 +000074 sdncPort: 8282
jmac065e2ce2018-03-29 01:18:02 +000075 sdncChartName: sdnc
76 mysqlChartName: sdnc-db
77 configDir: /opt/onap/sdnc/data/properties
jmaca68f4cb2018-05-10 22:44:19 +000078 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000079
80sdnc-portal:
81 config:
82 sdncChartName: sdnc
83 mysqlChartName: sdnc-db
84 configDir: /opt/onap/sdnc/data/properties
85 dbRootPassword: openECOMP1.0
jmac70863e12018-05-16 14:53:03 +000086 dbSdnctlPassword: gamma
jmaca68f4cb2018-05-10 22:44:19 +000087 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000088
jmac7c434672018-05-11 20:14:17 +000089sdnc-ansible-server:
90 service:
91 name: sdnc-ansible-server
92 internalPort: 8000
93 config:
94 mysqlServiceName: sdnc-dbhost
95
jmac065e2ce2018-03-29 01:18:02 +000096mysql:
97 nameOverride: sdnc-db
98 service:
99 name: sdnc-dbhost
jmacbc92d132018-04-07 03:46:12 +0000100 internalPort: 3306
jmac065e2ce2018-03-29 01:18:02 +0000101 nfsprovisionerPrefix: sdnc
102 sdnctlPrefix: sdnc
103 persistence:
Mohammadreza Pasandidehcffec6d2018-05-08 17:42:11 -0400104 mountSubPath: sdnc/mysql
jmac065e2ce2018-03-29 01:18:02 +0000105 enabled: true
Jerome Douceraindee57fd2018-04-13 12:24:53 -0400106 disableNfsProvisioner: true
jmac065e2ce2018-03-29 01:18:02 +0000107 replicaCount: 1
Neha Jain7b0d6c62018-05-17 14:34:49 -0400108 geoEnabled: false
jmac065e2ce2018-03-29 01:18:02 +0000109
110dgbuilder:
111 nameOverride: sdnc-dgbuilder
112 config:
113 dbPodName: sdnc-db
114 dbServiceName: sdnc-dbhost
115 dbRootPassword: openECOMP1.0
jmac70863e12018-05-16 14:53:03 +0000116 dbSdnctlPassword: gamma
117 dgUserPassword: cc03e747a6afbbcbf8be7668acfebee5
jmac065e2ce2018-03-29 01:18:02 +0000118 service:
BorislavG1ffbd992018-04-24 07:56:27 +0000119 name: sdnc-dgbuilder
jmac065e2ce2018-03-29 01:18:02 +0000120 nodePort: "03"
121
122# default number of instances
123replicaCount: 1
124
125nodeSelector: {}
126
127affinity: {}
128
129# probe configuration parameters
130liveness:
131 initialDelaySeconds: 10
132 periodSeconds: 10
133 # necessary to disable liveness probe when setting breakpoints
134 # in debugger so K8s doesn't restart unresponsive container
135 enabled: true
136
137readiness:
138 initialDelaySeconds: 10
139 periodSeconds: 10
140
141service:
142 type: NodePort
143 name: sdnc
BorislavG1ffbd992018-04-24 07:56:27 +0000144 portName: sdnc
jmac065e2ce2018-03-29 01:18:02 +0000145 internalPort: 8181
146 internalPort2: 8101
147 internalPort3: 8080
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400148 internalPort4: 2550
149
jmac065e2ce2018-03-29 01:18:02 +0000150 #port
151 externalPort: 8282
152 nodePort: "02"
153
154 externalPort2: 8202
155 nodePort2: "08"
156
157 externalPort3: 8280
158 nodePort3: 46
159
jmaca68f4cb2018-05-10 22:44:19 +0000160 externalPort4: 8443
161 nodePort4: 67
162
jmac065e2ce2018-03-29 01:18:02 +0000163 clusterPort: 2550
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400164 clusterPort2: 2650
165 clusterPort3: 2681
166
167 geoNodePort1: 61
168 geoNodePort2: 62
169 geoNodePort3: 63
170 geoNodePort4: 64
171 geoNodePort5: 65
172 geoNodePort6: 66
jmac065e2ce2018-03-29 01:18:02 +0000173
jmac8d6dc962018-04-26 14:26:55 +0000174## Persist data to a persitent volume
175persistence:
176 enabled: true
177
178 ## A manually managed Persistent Volume and Claim
179 ## Requires persistence.enabled: true
180 ## If defined, PVC must be created manually before volume will be bound
181 # existingClaim:
182 volumeReclaimPolicy: Retain
183
184 ## database data Persistent Volume Storage Class
185 ## If defined, storageClassName: <storageClass>
186 ## If set to "-", storageClassName: "", which disables dynamic provisioning
187 ## If undefined (the default) or set to null, no storageClassName spec is
188 ## set, choosing the default provisioner. (gp2 on AWS, standard on
189 ## GKE, AWS & OpenStack)
190 accessMode: ReadWriteOnce
191 size: 1Gi
192 mountPath: /dockerdata-nfs
193 mountSubPath: sdnc/mdsal
194 mdsalPath: /opt/opendaylight/current/daexim
195
jmac065e2ce2018-03-29 01:18:02 +0000196ingress:
197 enabled: false
198
199resources: {}
200#resources:
201# limits:
202# cpu: 2
203# memory: 4Gi
204# requests:
205# cpu: 2
206# memory: 4Gi