Merge "[SDNC] Fix dependencies for SDNRONLY mode"
[oom.git] / kubernetes / sdc / values.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2018 AT&T, ZTE
3 #
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
16 global:
17   persistence: {}
18   secrets:
19     sdc_user: YXNkY191c2Vy
20     sdc_password: QWExMjM0JV4h
21     #Should be the password of shared cassandra instance/chart
22     cs_password: Y2Fzc2FuZHJh
23     cs_truststore_password: XS5dW3hndHplXWhCaHoqd3ldfW0jbGYq
24     truststore_password: eitLRWo7dCssS05eaWltU2lTODllI3Aw
25     keystore_password: PyhrUCFZdXIhWyohWTUhRV5mKFpLYzMx
26     wf_external_user_password: S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==
27   aafEnabled: true
28   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    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
37    dbCache: true
38    readConsistencyLevel: ONE
39    writeConsistencyLevel: ALL
40    clusterName: cassandra
41    dataCenter: Pod
42   security:
43     disableHttp: true
44   centralizedLoggingEnabled: true
45
46 sdc-be:
47   logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
48 sdc-fe:
49   logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
50 sdc-onboarding-be:
51   logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
52 sdc-wfd-fe:
53   logConfigMapNamePrefix: '{{ include "common.release" . }}-sdc'
54
55 # Environment file
56 env:
57   name: AUTO
58
59 config:
60   logstashServiceName: log-ls
61   logstashPort: 5044
62   environment:
63     workflowUrl: 10.0.2.15
64     vnfRepoPort: 8703
65
66 #Used only if localCluster is enabled. Instantiates SDC's own cassandra cluster
67 cassandra:
68   nameOverride: sdc-cs
69   replicaCount: 1
70   service:
71     name: sdc-cs
72   persistence:
73     mountSubPath: sdc/sdc-cs/CS
74     enabled: true
75
76 # dependency / sub-chart configuration
77 sdc-wfd:
78   enabled: true
79 sdcHelmValidator:
80   enabled: true
81   helmVersion: 3.5.2
82   deployable: true
83   lintable: false
84   strictLintable: false
85   url: http://sdc-helm-validator:8080/validate