blob: 98b4abe2eeab361adfd1b19420f64792440d0fcd [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
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00003#
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
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
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.
15
Mandeep Khindaa1047f42018-03-22 02:12:15 +000016global:
17 persistence: {}
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000018 secrets:
19 sdc_user: YXNkY191c2Vy
20 sdc_password: QWExMjM0JV4h
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000021 #Should be the password of shared cassandra instance/chart
22 cs_password: Y2Fzc2FuZHJh
IlanaPc80bff92019-11-18 21:10:08 +020023 cs_truststore_password: XS5dW3hndHplXWhCaHoqd3ldfW0jbGYq
k.kedron2774ab12020-03-26 11:13:46 +010024 truststore_password: eitLRWo7dCssS05eaWltU2lTODllI3Aw
25 keystore_password: PyhrUCFZdXIhWyohWTUhRV5mKFpLYzMx
IlanaPc80bff92019-11-18 21:10:08 +020026 wf_external_user_password: S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==
ChrisC742a7b22020-09-04 11:29:57 +020027 aafEnabled: true
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000028 cassandra:
Sylvain Desbureaux60c74802019-12-12 14:35:01 +010029 #This flag allows SDC to instantiate its own cluster, serviceName
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000030 #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 serviceName: cassandra
34 #Shared cassandra cluster replicaCount, should be changed if localCluster is enabled
35 #to match with its own cluster replica
36 replicaCount: 3
marine495c8e92021-07-22 16:18:54 +020037 dbCache: true
38 readConsistencyLevel: ONE
39 writeConsistencyLevel: ALL
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000040 clusterName: cassandra
41 dataCenter: Pod
IlanaPcbed68b2020-03-16 14:13:45 +020042 security:
43 disableHttp: true
Maciej Wereski771ec2a2021-10-14 13:59:12 +000044 centralizedLoggingEnabled: true
45
46sdc-be:
47 logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
48sdc-fe:
49 logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
50sdc-onboarding-be:
51 logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
52sdc-wfd-fe:
53 logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
ChrisC742a7b22020-09-04 11:29:57 +020054
55# Environment file
56env:
57 name: AUTO
58
BorislavG5f3b6192018-03-25 18:12:38 +030059config:
60 logstashServiceName: log-ls
61 logstashPort: 5044
Mandeep Khindaa1047f42018-03-22 02:12:15 +000062 environment:
Mandeep Khindaa1047f42018-03-22 02:12:15 +000063 workflowUrl: 10.0.2.15
ChrisC142820a2020-10-14 11:41:53 +020064 vnfRepoPort: 8703
Mandeep Khindaa1047f42018-03-22 02:12:15 +000065
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000066#Used only if localCluster is enabled. Instantiates SDC's own cassandra cluster
67cassandra:
68 nameOverride: sdc-cs
69 replicaCount: 1
70 service:
71 name: sdc-cs
72 persistence:
73 mountSubPath: sdc/sdc-cs/CS
74 enabled: true
ChrisC742a7b22020-09-04 11:29:57 +020075
76# dependency / sub-chart configuration
77sdc-wfd:
Sylvain Desbureaux23a38b32020-11-20 08:57:12 +010078 enabled: true
Joanna Jeremiczfe52bf52021-04-21 14:31:29 +020079sdcHelmValidator:
Remigiusz Janeczekdccdd2b2021-03-24 12:31:00 +010080 enabled: true
Joanna Jeremiczfe52bf52021-04-21 14:31:29 +020081 helmVersion: 3.5.2
82 deployable: true
83 lintable: false
84 strictLintable: false
85 url: http://sdc-helm-validator:8080/validate