Merge "[DCAEGEN2] Ves-open-api Add mech to load config at deploy time"
[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   aafEnabled: true
29   sdc_cassandra:
30    #This flag allows SDC to instantiate its own cluster, serviceName
31    #should be "sdc-cs" if this flag is enabled
32    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
37    #see "cassandra: replicaCount" in file sdc-cs/values.yaml)
38    replicaCount: 3
39    dbCache: true
40    readConsistencyLevel: ONE
41    writeConsistencyLevel: ALL
42    clusterName: cassandra
43    dataCenter: Pod
44   centralizedLoggingEnabled: true
45   # global Kafka config passed to sdc-be chart
46   kafka:
47     # If true, the following Strimzi KafkaTopics will be created
48     useKafka: true
49     topics:
50       sdcDistNotifTopic: &notif-topic-name SDC-DISTR-NOTIF-TOPIC
51       sdcDistStatusTopic: &status-topic-name SDC-DISTR-STATUS-TOPIC
52
53 # Environment file
54 env:
55   name: &env AUTO
56
57 kafkaTopic:
58   - name: *notif-topic-name
59     suffix: *env
60   - name: *status-topic-name
61     suffix: *env
62
63 sdc-be:
64   logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
65 sdc-fe:
66   logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
67 sdc-onboarding-be:
68   logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
69 sdc-wfd-fe:
70   logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
71
72 config:
73   logstashServiceName: log-ls
74   logstashPort: 5044
75   environment:
76     workflowUrl: 10.0.2.15
77     vnfRepoPort: 8703
78
79 # dependency / sub-chart configuration
80 sdc-wfd:
81   enabled: true
82 sdcHelmValidator:
83   enabled: true
84   helmVersion: 3.5.2
85   deployable: true
86   lintable: false
87   strictLintable: false
88   url: http://sdc-helm-validator:8080/validate