blob: 1e11ca6410d6dd7fe99e7ddd2331769d50446cba [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
toshrajbhardwajf4fc1c62018-08-06 07:35:14 +00002# Modifications Copyright © 2018 AT&T, ZTE
efiacor3422fe92022-07-12 13:19:53 +01003# Modifications Copyright © 2021 Nordix Foundation
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00004#
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 Khindaa1047f42018-03-22 02:12:15 +000017global:
18 persistence: {}
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000019 secrets:
20 sdc_user: YXNkY191c2Vy
21 sdc_password: QWExMjM0JV4h
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000022 #Should be the password of shared cassandra instance/chart
23 cs_password: Y2Fzc2FuZHJh
IlanaPc80bff92019-11-18 21:10:08 +020024 cs_truststore_password: XS5dW3hndHplXWhCaHoqd3ldfW0jbGYq
k.kedron2774ab12020-03-26 11:13:46 +010025 truststore_password: eitLRWo7dCssS05eaWltU2lTODllI3Aw
26 keystore_password: PyhrUCFZdXIhWyohWTUhRV5mKFpLYzMx
IlanaPc80bff92019-11-18 21:10:08 +020027 wf_external_user_password: S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==
ChrisC742a7b22020-09-04 11:29:57 +020028 aafEnabled: true
Andreas Geisslerfd450c42021-12-10 08:36:45 +000029 sdc_cassandra:
Sylvain Desbureaux60c74802019-12-12 14:35:01 +010030 #This flag allows SDC to instantiate its own cluster, serviceName
Andreas Geisslerfd450c42021-12-10 08:36:45 +000031 #should be "sdc-cs" if this flag is enabled
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000032 localCluster: false
33 #The cassandra service name to connect to (default: shared cassandra service)
34 serviceName: cassandra
35 #Shared cassandra cluster replicaCount, should be changed if localCluster is enabled
36 #to match with its own cluster replica
Andreas Geisslerfd450c42021-12-10 08:36:45 +000037 #see "cassandra: replicaCount" in file sdc-cs/values.yaml)
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000038 replicaCount: 3
marine495c8e92021-07-22 16:18:54 +020039 dbCache: true
40 readConsistencyLevel: ONE
41 writeConsistencyLevel: ALL
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000042 clusterName: cassandra
43 dataCenter: Pod
Maciej Wereski771ec2a2021-10-14 13:59:12 +000044 centralizedLoggingEnabled: true
efiacor2f1c2a22022-11-29 11:39:41 +000045 # global Kafka config passed to sdc-be chart
efiacor3422fe92022-07-12 13:19:53 +010046 kafka:
efiacor2f1c2a22022-11-29 11:39:41 +000047 # If true, the following Strimzi KafkaTopics will be created
efiacor3422fe92022-07-12 13:19:53 +010048 useKafka: true
efiacor3422fe92022-07-12 13:19:53 +010049 topics:
efiacor2f1c2a22022-11-29 11:39:41 +000050 sdcDistNotifTopic: &notif-topic-name SDC-DISTR-NOTIF-TOPIC
51 sdcDistStatusTopic: &status-topic-name SDC-DISTR-STATUS-TOPIC
52
53# Environment file
54env:
55 name: &env AUTO
56
57kafkaTopic:
58 - name: *notif-topic-name
59 suffix: *env
60 - name: *status-topic-name
61 suffix: *env
Maciej Wereski771ec2a2021-10-14 13:59:12 +000062
63sdc-be:
64 logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
65sdc-fe:
66 logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
67sdc-onboarding-be:
68 logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
69sdc-wfd-fe:
70 logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
ChrisC742a7b22020-09-04 11:29:57 +020071
BorislavG5f3b6192018-03-25 18:12:38 +030072config:
73 logstashServiceName: log-ls
74 logstashPort: 5044
Mandeep Khindaa1047f42018-03-22 02:12:15 +000075 environment:
Mandeep Khindaa1047f42018-03-22 02:12:15 +000076 workflowUrl: 10.0.2.15
ChrisC142820a2020-10-14 11:41:53 +020077 vnfRepoPort: 8703
Mandeep Khindaa1047f42018-03-22 02:12:15 +000078
ChrisC742a7b22020-09-04 11:29:57 +020079# dependency / sub-chart configuration
80sdc-wfd:
Sylvain Desbureaux23a38b32020-11-20 08:57:12 +010081 enabled: true
Joanna Jeremiczfe52bf52021-04-21 14:31:29 +020082sdcHelmValidator:
Remigiusz Janeczekdccdd2b2021-03-24 12:31:00 +010083 enabled: true
Joanna Jeremiczfe52bf52021-04-21 14:31:29 +020084 helmVersion: 3.5.2
85 deployable: true
86 lintable: false
87 strictLintable: false
88 url: http://sdc-helm-validator:8080/validate