[CASSANDRA] Enable new cassandra version using operator
[oom.git] / kubernetes / sdc / values.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2018 AT&T, ZTE
3 # Modifications Copyright © 2021 Nordix Foundation
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16
17 global:
18   persistence: {}
19   secrets:
20     sdc_user: YXNkY191c2Vy
21     sdc_password: QWExMjM0JV4h
22     #Should be the password of shared cassandra instance/chart
23     cs_password: Y2Fzc2FuZHJh
24     cs_truststore_password: XS5dW3hndHplXWhCaHoqd3ldfW0jbGYq
25     truststore_password: eitLRWo7dCssS05eaWltU2lTODllI3Aw
26     keystore_password: PyhrUCFZdXIhWyohWTUhRV5mKFpLYzMx
27     wf_external_user_password: S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==
28   sdc_cassandra:
29     #This flag allows SDC to instantiate its own cluster, serviceName
30     #should be "sdc-cs" if this flag is enabled
31     localCluster: false
32     #The cassandra service name to connect to (default: shared cassandra service)
33     #in case of using k8ssandra-operator in the common cassandra installation
34     #the service name is:
35     serviceName: cassandra-dc1-service
36     #in case the older cassandra installation is used:
37     #serviceName: cassandra
38     #Shared cassandra cluster replicaCount, should be changed if localCluster is enabled
39     #to match with its own cluster replica
40     #see "cassandra: replicaCount" in file sdc-cs/values.yaml)
41     replicaCount: 3
42     dbCache: true
43     readConsistencyLevel: ONE
44     writeConsistencyLevel: ALL
45     clusterName: cassandra
46     #datacenter name (use "dc1" in case of k8ssandra-operator, otherwise "Pod")
47     dataCenter: dc1
48     #cqlVersion for cassandra 3.11.* must be "3.4.4" and cassandra 4.* must be "3.4.5"
49     cqlVersion: "3.4.5"
50
51   centralizedLoggingEnabled: true
52   # global Kafka config passed to sdc-be chart
53   kafka:
54     # If true, the following Strimzi KafkaTopics will be created
55     useKafka: true
56     topics:
57       sdcDistNotifTopic: &notif-topic-name SDC-DISTR-NOTIF-TOPIC
58       sdcDistStatusTopic: &status-topic-name SDC-DISTR-STATUS-TOPIC
59
60 # Environment file
61 env:
62   name: &env AUTO
63
64 kafkaTopic:
65   - name: *notif-topic-name
66     suffix: *env
67   - name: *status-topic-name
68     suffix: *env
69
70 sdc-be:
71   logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
72 sdc-fe:
73   logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
74 sdc-onboarding-be:
75   logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
76 sdc-wfd-fe:
77   logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
78
79 config:
80   logstashServiceName: log-ls
81   logstashPort: 5044
82   environment:
83     workflowUrl: 10.0.2.15
84     vnfRepoPort: 8703
85
86 # dependency / sub-chart configuration
87 sdc-wfd:
88   enabled: true
89 sdcHelmValidator:
90   enabled: true
91   helmVersion: 3.5.2
92   deployable: true
93   lintable: false
94   strictLintable: false
95   url: http://sdc-helm-validator:8080/validate