Merge "DMAAP MR changes"
[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   env:
19     name: AUTO
20   secrets:
21     sdc_user: YXNkY191c2Vy
22     sdc_password: QWExMjM0JV4h
23     #Should be the password of shared cassandra instance/chart
24     cs_password: Y2Fzc2FuZHJh
25   ubuntuInitRepository: oomk8s
26   ubuntuInitImage: ubuntu-init:1.0.0
27   cassandra:
28    #This flag allows SDC to instantiate its own cluster, serviceName 
29    #should be sdc-cs if this flag is enabled
30    localCluster: false
31    #The cassandra service name to connect to (default: shared cassandra service)
32    serviceName: cassandra
33    #Shared cassandra cluster replicaCount, should be changed if localCluster is enabled
34    #to match with its own cluster replica
35    replicaCount: 3
36    clusterName: cassandra
37    dataCenter: Pod
38
39 config:
40   logstashServiceName: log-ls
41   logstashPort: 5044
42   environment:
43     workflowUrl: 10.0.2.15
44     vnfRepoPort: 8702
45
46 sdc-es:
47   service:
48     name: sdc-es
49
50 #Used only if localCluster is enabled. Instantiates SDC's own cassandra cluster
51 cassandra:
52   nameOverride: sdc-cs
53   replicaCount: 1
54   service:
55     name: sdc-cs
56   persistence:
57     mountSubPath: sdc/sdc-cs/CS
58     enabled: true