1 # Copyright © 2017 Amdocs, AT&T, Bell Canada
2 # Modifications Copyright © 2018 ZTE
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
8 # http://www.apache.org/licenses/LICENSE-2.0
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
16 #################################################################
17 # Global configuration defaults.
18 #################################################################
21 readinessImage: onap/oom/readiness:3.0.1
22 loggingRepository: docker.elastic.co
23 loggingImage: beats/filebeat:5.5.0
25 #This flag allows SDC to instantiate its own cluster, serviceName
26 #should be sdc-cs if this flag is enabled
29 # in case of a local cassandra cluster
30 # flag to enable the DB creation via k8ssandra-operator
32 # if useOperator set to "true", set "enableServiceAccount to "false"
33 # as the SA is created by the Operator
34 enableServiceAccount: false
36 #The cassandra service name to connect to (default: shared cassandra service)
37 #in case of using k8ssandra-operator in the common cassandra installation
39 serviceName: cassandra-dc1-service
40 #in case of local k8ssandra-operator instance it is
41 #serviceName: sdc-cs-dc1-service
42 #in case the older cassandra installation is used:
43 #serviceName: cassandra
45 #Shared cassandra cluster replicaCount, should be changed if localCluster is enabled
46 #to match with its own cluster replica
48 clusterName: cassandra
49 #datacenter name (use "dc1" in case of k8ssandra-operator, otherwise "Pod")
51 #cqlVersion for cassandra 3.11.* must be "3.4.4" and cassandra 4.0.* must be "3.4.5"
52 #and cassandra 4.1.* must be "3.4.6"
55 #################################################################
56 # Application configuration defaults.
57 #################################################################
59 #Used only if localCluster is enabled. Instantiates SDC's own cassandra cluster
68 mountSubPath: sdc/sdc-cs/CS
75 repository: nexus3.onap.org:10001
76 image: onap/sdc-cassandra:1.13.6
77 cassandraInitImage: onap/sdc-cassandra-init:1.13.6
89 # default number of instances
96 # probe configuration parameters
98 initialDelaySeconds: 60
100 # necessary to disable liveness probe when setting breakpoints
101 # in debugger so K8s doesn't restart unresponsive container
105 initialDelaySeconds: 120
116 ## Persist data to a persitent volume
120 ## A manually managed Persistent Volume and Claim
121 ## Requires persistence.enabled: true
122 ## If defined, PVC must be created manually before volume will be bound
124 volumeReclaimPolicy: Retain
126 ## database data Persistent Volume Storage Class
127 ## If defined, storageClassName: <storageClass>
128 ## If set to "-", storageClassName: "", which disables dynamic provisioning
129 ## If undefined (the default) or set to null, no storageClassName spec is
130 ## set, choosing the default provisioner. (gp2 on AWS, standard on
131 ## GKE, AWS & OpenStack)
134 accessMode: ReadWriteOnce
136 mountPath: /dockerdata-nfs
137 mountSubPath: /sdc/sdc-cs/CS
142 #Pods Service Account
148 wait_for_job_container:
150 - '{{ include "common.name" . }}-job'