storing robot logs on the pv
[oom.git] / kubernetes / sdnc / values.yaml
1 # 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
15 #################################################################
16 # Global configuration defaults.
17 #################################################################
18 global:
19   nodePortPrefix: 302
20   repository: nexus3.onap.org:10001
21   readinessRepository: oomk8s
22   readinessImage: readiness-check:2.0.0
23   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
32 repository: nexus3.onap.org:10001
33 pullPolicy: Always
34 image: onap/sdnc-image:1.3-STAGING-latest
35
36 # flag to enable debugging - application support required
37 debugEnabled: false
38
39 # application configuration
40 config:
41   odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
42   dbRootPassword: openECOMP1.0
43   enableClustering: true
44   binDir: /opt/onap/sdnc/bin
45   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
50   configDir: /opt/onap/sdnc/data/properties
51   dmaapTopic: SUCCESS
52   dmaapPort: 3904
53   logstashServiceName: log-ls
54   logstashPort: 5044
55   ansibleServiceName: sdnc-ansible-server
56   ansiblePort: 8000
57
58
59 # dependency / sub-chart configuration
60 dmaap-listener:
61   nameOverride: sdnc-dmaap-listener
62   config:
63     sdncChartName: sdnc
64     mysqlChartName: sdnc-db
65     dmaapPort: 3904
66     sdncPort: 8282
67     configDir: /opt/onap/sdnc/data/properties
68     odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
69
70 ueb-listener:
71   nameOverride: sdnc-ueb-listener
72   config:
73     sdncPort: 8282
74     sdncChartName: sdnc
75     mysqlChartName: sdnc-db
76     configDir: /opt/onap/sdnc/data/properties
77     odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
78
79 sdnc-portal:
80   config:
81     sdncChartName: sdnc
82     mysqlChartName: sdnc-db
83     configDir: /opt/onap/sdnc/data/properties
84     dbRootPassword: openECOMP1.0
85     odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
86
87 sdnc-ansible-server:
88   service:
89     name: sdnc-ansible-server
90     internalPort: 8000
91   config:
92     mysqlServiceName: sdnc-dbhost
93
94 mysql:
95   nameOverride: sdnc-db
96   service:
97     name: sdnc-dbhost
98     internalPort: 3306
99   nfsprovisionerPrefix: sdnc
100   sdnctlPrefix: sdnc
101   persistence:
102     mountSubPath: sdnc/mysql
103     enabled: true
104   disableNfsProvisioner: true
105   replicaCount: 1
106
107 dgbuilder:
108   nameOverride: sdnc-dgbuilder
109   config:
110     dbPodName: sdnc-db
111     dbServiceName: sdnc-dbhost
112     dbRootPassword: openECOMP1.0
113   service:
114     name: sdnc-dgbuilder
115     nodePort: "03"
116
117 # default number of instances
118 replicaCount: 1
119
120 nodeSelector: {}
121
122 affinity: {}
123
124 # probe configuration parameters
125 liveness:
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
132 readiness:
133   initialDelaySeconds: 10
134   periodSeconds: 10
135
136 service:
137   type: NodePort
138   name: sdnc
139   portName: sdnc
140   internalPort: 8181
141   internalPort2: 8101
142   internalPort3: 8080
143   internalPort4: 2550
144
145   #port
146   externalPort: 8282
147   nodePort: "02"
148
149   externalPort2: 8202
150   nodePort2: "08"
151
152   externalPort3: 8280
153   nodePort3: 46
154
155   externalPort4: 8443
156   nodePort4: 67
157
158   clusterPort: 2550
159   clusterPort2: 2650
160   clusterPort3: 2681
161
162   geoNodePort1: 61
163   geoNodePort2: 62
164   geoNodePort3: 63
165   geoNodePort4: 64
166   geoNodePort5: 65
167   geoNodePort6: 66
168
169 ## Persist data to a persitent volume
170 persistence:
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
191 ingress:
192   enabled: false
193
194 resources: {}
195 #resources:
196 #  limits:
197 #    cpu: 2
198 #    memory: 4Gi
199 #  requests:
200 #    cpu: 2
201 #    memory: 4Gi