blob: a550b22e11260c054a99a6e80c3679ea9d995879 [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
34image: onap/sdnc-image:1.3-STAGING-latest
35
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
43 enableClustering: true
jmaca68f4cb2018-05-10 22:44:19 +000044 binDir: /opt/onap/sdnc/bin
Trevor Tait567ff1e2018-05-01 16:20:54 -040045 geoEnabled: false
46# if geoEnabled is set to true the following 3 values must be set to their proper values
47 myODLCluster: 127.0.0.1
48 peerODLCluster: 127.0.0.1
49 isPrimaryCluster: false
jmac065e2ce2018-03-29 01:18:02 +000050 configDir: /opt/onap/sdnc/data/properties
51 dmaapTopic: SUCCESS
jmaca68f4cb2018-05-10 22:44:19 +000052 dmaapPort: 3904
BorislavG5f3b6192018-03-25 18:12:38 +030053 logstashServiceName: log-ls
54 logstashPort: 5044
jmac7c434672018-05-11 20:14:17 +000055 ansibleServiceName: sdnc-ansible-server
56 ansiblePort: 8000
57
jmac065e2ce2018-03-29 01:18:02 +000058
59# dependency / sub-chart configuration
60dmaap-listener:
61 nameOverride: sdnc-dmaap-listener
62 config:
63 sdncChartName: sdnc
64 mysqlChartName: sdnc-db
jmaca68f4cb2018-05-10 22:44:19 +000065 dmaapPort: 3904
66 sdncPort: 8282
jmac065e2ce2018-03-29 01:18:02 +000067 configDir: /opt/onap/sdnc/data/properties
jmaca68f4cb2018-05-10 22:44:19 +000068 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000069
70ueb-listener:
71 nameOverride: sdnc-ueb-listener
72 config:
jmaca68f4cb2018-05-10 22:44:19 +000073 sdncPort: 8282
jmac065e2ce2018-03-29 01:18:02 +000074 sdncChartName: sdnc
75 mysqlChartName: sdnc-db
76 configDir: /opt/onap/sdnc/data/properties
jmaca68f4cb2018-05-10 22:44:19 +000077 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000078
79sdnc-portal:
80 config:
81 sdncChartName: sdnc
82 mysqlChartName: sdnc-db
83 configDir: /opt/onap/sdnc/data/properties
84 dbRootPassword: openECOMP1.0
jmaca68f4cb2018-05-10 22:44:19 +000085 odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
jmac065e2ce2018-03-29 01:18:02 +000086
jmac7c434672018-05-11 20:14:17 +000087sdnc-ansible-server:
88 service:
89 name: sdnc-ansible-server
90 internalPort: 8000
91 config:
92 mysqlServiceName: sdnc-dbhost
93
jmac065e2ce2018-03-29 01:18:02 +000094mysql:
95 nameOverride: sdnc-db
96 service:
97 name: sdnc-dbhost
jmacbc92d132018-04-07 03:46:12 +000098 internalPort: 3306
jmac065e2ce2018-03-29 01:18:02 +000099 nfsprovisionerPrefix: sdnc
100 sdnctlPrefix: sdnc
101 persistence:
Mohammadreza Pasandidehcffec6d2018-05-08 17:42:11 -0400102 mountSubPath: sdnc/mysql
jmac065e2ce2018-03-29 01:18:02 +0000103 enabled: true
Jerome Douceraindee57fd2018-04-13 12:24:53 -0400104 disableNfsProvisioner: true
jmac065e2ce2018-03-29 01:18:02 +0000105 replicaCount: 1
106
107dgbuilder:
108 nameOverride: sdnc-dgbuilder
109 config:
110 dbPodName: sdnc-db
111 dbServiceName: sdnc-dbhost
112 dbRootPassword: openECOMP1.0
113 service:
BorislavG1ffbd992018-04-24 07:56:27 +0000114 name: sdnc-dgbuilder
jmac065e2ce2018-03-29 01:18:02 +0000115 nodePort: "03"
116
117# default number of instances
118replicaCount: 1
119
120nodeSelector: {}
121
122affinity: {}
123
124# probe configuration parameters
125liveness:
126 initialDelaySeconds: 10
127 periodSeconds: 10
128 # necessary to disable liveness probe when setting breakpoints
129 # in debugger so K8s doesn't restart unresponsive container
130 enabled: true
131
132readiness:
133 initialDelaySeconds: 10
134 periodSeconds: 10
135
136service:
137 type: NodePort
138 name: sdnc
BorislavG1ffbd992018-04-24 07:56:27 +0000139 portName: sdnc
jmac065e2ce2018-03-29 01:18:02 +0000140 internalPort: 8181
141 internalPort2: 8101
142 internalPort3: 8080
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400143 internalPort4: 2550
144
jmac065e2ce2018-03-29 01:18:02 +0000145 #port
146 externalPort: 8282
147 nodePort: "02"
148
149 externalPort2: 8202
150 nodePort2: "08"
151
152 externalPort3: 8280
153 nodePort3: 46
154
jmaca68f4cb2018-05-10 22:44:19 +0000155 externalPort4: 8443
156 nodePort4: 67
157
jmac065e2ce2018-03-29 01:18:02 +0000158 clusterPort: 2550
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400159 clusterPort2: 2650
160 clusterPort3: 2681
161
162 geoNodePort1: 61
163 geoNodePort2: 62
164 geoNodePort3: 63
165 geoNodePort4: 64
166 geoNodePort5: 65
167 geoNodePort6: 66
jmac065e2ce2018-03-29 01:18:02 +0000168
jmac8d6dc962018-04-26 14:26:55 +0000169## Persist data to a persitent volume
170persistence:
171 enabled: true
172
173 ## A manually managed Persistent Volume and Claim
174 ## Requires persistence.enabled: true
175 ## If defined, PVC must be created manually before volume will be bound
176 # existingClaim:
177 volumeReclaimPolicy: Retain
178
179 ## database data Persistent Volume Storage Class
180 ## If defined, storageClassName: <storageClass>
181 ## If set to "-", storageClassName: "", which disables dynamic provisioning
182 ## If undefined (the default) or set to null, no storageClassName spec is
183 ## set, choosing the default provisioner. (gp2 on AWS, standard on
184 ## GKE, AWS & OpenStack)
185 accessMode: ReadWriteOnce
186 size: 1Gi
187 mountPath: /dockerdata-nfs
188 mountSubPath: sdnc/mdsal
189 mdsalPath: /opt/opendaylight/current/daexim
190
jmac065e2ce2018-03-29 01:18:02 +0000191ingress:
192 enabled: false
193
194resources: {}
195#resources:
196# limits:
197# cpu: 2
198# memory: 4Gi
199# requests:
200# cpu: 2
201# memory: 4Gi