blob: 47c96b8794e0326cfc33203e65bc9b248c9dbf39 [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
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -040039geoEnabled: false
40
jmac065e2ce2018-03-29 01:18:02 +000041# application configuration
BorislavG5f3b6192018-03-25 18:12:38 +030042config:
jmac065e2ce2018-03-29 01:18:02 +000043 dbRootPassword: openECOMP1.0
44 enableClustering: true
45 configDir: /opt/onap/sdnc/data/properties
46 dmaapTopic: SUCCESS
BorislavG5f3b6192018-03-25 18:12:38 +030047 logstashServiceName: log-ls
48 logstashPort: 5044
jmac065e2ce2018-03-29 01:18:02 +000049
50# dependency / sub-chart configuration
51dmaap-listener:
52 nameOverride: sdnc-dmaap-listener
53 config:
54 sdncChartName: sdnc
55 mysqlChartName: sdnc-db
56 configDir: /opt/onap/sdnc/data/properties
57
58ueb-listener:
59 nameOverride: sdnc-ueb-listener
60 config:
61 sdncChartName: sdnc
62 mysqlChartName: sdnc-db
63 configDir: /opt/onap/sdnc/data/properties
64
65sdnc-portal:
66 config:
67 sdncChartName: sdnc
68 mysqlChartName: sdnc-db
69 configDir: /opt/onap/sdnc/data/properties
70 dbRootPassword: openECOMP1.0
71
72mysql:
73 nameOverride: sdnc-db
74 service:
75 name: sdnc-dbhost
jmacbc92d132018-04-07 03:46:12 +000076 internalPort: 3306
jmac065e2ce2018-03-29 01:18:02 +000077 nfsprovisionerPrefix: sdnc
78 sdnctlPrefix: sdnc
79 persistence:
80 mountSubPath: sdnc/data
81 enabled: true
Jerome Douceraindee57fd2018-04-13 12:24:53 -040082 disableNfsProvisioner: true
jmac065e2ce2018-03-29 01:18:02 +000083 replicaCount: 1
84
85dgbuilder:
86 nameOverride: sdnc-dgbuilder
87 config:
88 dbPodName: sdnc-db
89 dbServiceName: sdnc-dbhost
90 dbRootPassword: openECOMP1.0
91 service:
BorislavG1ffbd992018-04-24 07:56:27 +000092 name: sdnc-dgbuilder
jmac065e2ce2018-03-29 01:18:02 +000093 nodePort: "03"
94
95# default number of instances
96replicaCount: 1
97
98nodeSelector: {}
99
100affinity: {}
101
102# probe configuration parameters
103liveness:
104 initialDelaySeconds: 10
105 periodSeconds: 10
106 # necessary to disable liveness probe when setting breakpoints
107 # in debugger so K8s doesn't restart unresponsive container
108 enabled: true
109
110readiness:
111 initialDelaySeconds: 10
112 periodSeconds: 10
113
114service:
115 type: NodePort
116 name: sdnc
BorislavG1ffbd992018-04-24 07:56:27 +0000117 portName: sdnc
jmac065e2ce2018-03-29 01:18:02 +0000118 internalPort: 8181
119 internalPort2: 8101
120 internalPort3: 8080
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400121 internalPort4: 2550
122
jmac065e2ce2018-03-29 01:18:02 +0000123 #port
124 externalPort: 8282
125 nodePort: "02"
126
127 externalPort2: 8202
128 nodePort2: "08"
129
130 externalPort3: 8280
131 nodePort3: 46
132
133 clusterPort: 2550
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400134 clusterPort2: 2650
135 clusterPort3: 2681
136
137 geoNodePort1: 61
138 geoNodePort2: 62
139 geoNodePort3: 63
140 geoNodePort4: 64
141 geoNodePort5: 65
142 geoNodePort6: 66
jmac065e2ce2018-03-29 01:18:02 +0000143
jmac8d6dc962018-04-26 14:26:55 +0000144## Persist data to a persitent volume
145persistence:
146 enabled: true
147
148 ## A manually managed Persistent Volume and Claim
149 ## Requires persistence.enabled: true
150 ## If defined, PVC must be created manually before volume will be bound
151 # existingClaim:
152 volumeReclaimPolicy: Retain
153
154 ## database data Persistent Volume Storage Class
155 ## If defined, storageClassName: <storageClass>
156 ## If set to "-", storageClassName: "", which disables dynamic provisioning
157 ## If undefined (the default) or set to null, no storageClassName spec is
158 ## set, choosing the default provisioner. (gp2 on AWS, standard on
159 ## GKE, AWS & OpenStack)
160 accessMode: ReadWriteOnce
161 size: 1Gi
162 mountPath: /dockerdata-nfs
163 mountSubPath: sdnc/mdsal
164 mdsalPath: /opt/opendaylight/current/daexim
165
jmac065e2ce2018-03-29 01:18:02 +0000166ingress:
167 enabled: false
168
169resources: {}
170#resources:
171# limits:
172# cpu: 2
173# memory: 4Gi
174# requests:
175# cpu: 2
176# memory: 4Gi