vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
toshrajbhardwaj | f4fc1c6 | 2018-08-06 07:35:14 +0000 | [diff] [blame] | 2 | # Modifications Copyright © 2018 AT&T, ZTE |
efiacor | 3422fe9 | 2022-07-12 13:19:53 +0100 | [diff] [blame] | 3 | # Modifications Copyright © 2021 Nordix Foundation |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 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 | |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 17 | global: |
| 18 | persistence: {} |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 19 | secrets: |
| 20 | sdc_user: YXNkY191c2Vy |
| 21 | sdc_password: QWExMjM0JV4h |
Mahendra Raghuwanshi | 35f83f5 | 2019-03-20 10:42:49 +0000 | [diff] [blame] | 22 | #Should be the password of shared cassandra instance/chart |
| 23 | cs_password: Y2Fzc2FuZHJh |
IlanaP | c80bff9 | 2019-11-18 21:10:08 +0200 | [diff] [blame] | 24 | cs_truststore_password: XS5dW3hndHplXWhCaHoqd3ldfW0jbGYq |
k.kedron | 2774ab1 | 2020-03-26 11:13:46 +0100 | [diff] [blame] | 25 | truststore_password: eitLRWo7dCssS05eaWltU2lTODllI3Aw |
| 26 | keystore_password: PyhrUCFZdXIhWyohWTUhRV5mKFpLYzMx |
IlanaP | c80bff9 | 2019-11-18 21:10:08 +0200 | [diff] [blame] | 27 | wf_external_user_password: S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ== |
Andreas Geissler | fd450c4 | 2021-12-10 08:36:45 +0000 | [diff] [blame] | 28 | sdc_cassandra: |
dasarathi528024 | 65e8f78 | 2023-05-03 09:51:20 +0000 | [diff] [blame] | 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: |
Andreas Geissler | e5f9156 | 2023-07-10 14:31:00 +0200 | [diff] [blame] | 35 | serviceName: cassandra-dc1-service |
dasarathi528024 | 65e8f78 | 2023-05-03 09:51:20 +0000 | [diff] [blame] | 36 | #in case the older cassandra installation is used: |
Andreas Geissler | e5f9156 | 2023-07-10 14:31:00 +0200 | [diff] [blame] | 37 | #serviceName: cassandra |
dasarathi528024 | 65e8f78 | 2023-05-03 09:51:20 +0000 | [diff] [blame] | 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") |
Andreas Geissler | e5f9156 | 2023-07-10 14:31:00 +0200 | [diff] [blame] | 47 | dataCenter: dc1 |
Andreas Geissler | 634ae79 | 2024-02-24 22:19:51 +0100 | [diff] [blame] | 48 | #cqlVersion for cassandra 3.11.* must be "3.4.4" and cassandra 4.0.* must be "3.4.5" |
| 49 | #and cassandra 4.1.* must be "3.4.6" |
| 50 | cqlVersion: "3.4.6" |
dasarathi528024 | 65e8f78 | 2023-05-03 09:51:20 +0000 | [diff] [blame] | 51 | |
Maciej Wereski | 771ec2a | 2021-10-14 13:59:12 +0000 | [diff] [blame] | 52 | centralizedLoggingEnabled: true |
efiacor | 2f1c2a2 | 2022-11-29 11:39:41 +0000 | [diff] [blame] | 53 | # global Kafka config passed to sdc-be chart |
efiacor | 3422fe9 | 2022-07-12 13:19:53 +0100 | [diff] [blame] | 54 | kafka: |
efiacor | 2f1c2a2 | 2022-11-29 11:39:41 +0000 | [diff] [blame] | 55 | # If true, the following Strimzi KafkaTopics will be created |
efiacor | 3422fe9 | 2022-07-12 13:19:53 +0100 | [diff] [blame] | 56 | useKafka: true |
efiacor | 3422fe9 | 2022-07-12 13:19:53 +0100 | [diff] [blame] | 57 | topics: |
efiacor | 2f1c2a2 | 2022-11-29 11:39:41 +0000 | [diff] [blame] | 58 | sdcDistNotifTopic: ¬if-topic-name SDC-DISTR-NOTIF-TOPIC |
| 59 | sdcDistStatusTopic: &status-topic-name SDC-DISTR-STATUS-TOPIC |
| 60 | |
| 61 | # Environment file |
| 62 | env: |
| 63 | name: &env AUTO |
| 64 | |
| 65 | kafkaTopic: |
| 66 | - name: *notif-topic-name |
| 67 | suffix: *env |
| 68 | - name: *status-topic-name |
| 69 | suffix: *env |
Maciej Wereski | 771ec2a | 2021-10-14 13:59:12 +0000 | [diff] [blame] | 70 | |
| 71 | sdc-be: |
| 72 | logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc' |
| 73 | sdc-fe: |
| 74 | logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc' |
| 75 | sdc-onboarding-be: |
| 76 | logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc' |
| 77 | sdc-wfd-fe: |
| 78 | logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc' |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 79 | |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 80 | config: |
| 81 | logstashServiceName: log-ls |
| 82 | logstashPort: 5044 |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 83 | environment: |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 84 | workflowUrl: 10.0.2.15 |
ChrisC | 142820a | 2020-10-14 11:41:53 +0200 | [diff] [blame] | 85 | vnfRepoPort: 8703 |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 86 | |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 87 | # dependency / sub-chart configuration |
| 88 | sdc-wfd: |
Sylvain Desbureaux | 23a38b3 | 2020-11-20 08:57:12 +0100 | [diff] [blame] | 89 | enabled: true |
Joanna Jeremicz | fe52bf5 | 2021-04-21 14:31:29 +0200 | [diff] [blame] | 90 | sdcHelmValidator: |
Remigiusz Janeczek | dccdd2b | 2021-03-24 12:31:00 +0100 | [diff] [blame] | 91 | enabled: true |
Joanna Jeremicz | fe52bf5 | 2021-04-21 14:31:29 +0200 | [diff] [blame] | 92 | helmVersion: 3.5.2 |
| 93 | deployable: true |
| 94 | lintable: false |
| 95 | strictLintable: false |
| 96 | url: http://sdc-helm-validator:8080/validate |