Set sdc onboarding volume mount permissions
[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     cs_truststore_password: XS5dW3hndHplXWhCaHoqd3ldfW0jbGYq
26     truststore_password: eitLRWo7dCssS05eaWltU2lTODllI3Aw
27     keystore_password: PyhrUCFZdXIhWyohWTUhRV5mKFpLYzMx
28     wf_external_user_password: S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==
29   ubuntuInitRepository: oomk8s
30   ubuntuInitImage: ubuntu-init:1.0.0
31   busyboxRepository: registry.hub.docker.com
32   busyboxImage: library/busybox:latest
33   cassandra:
34    #This flag allows SDC to instantiate its own cluster, serviceName
35    #should be sdc-cs if this flag is enabled
36    localCluster: false
37    #The cassandra service name to connect to (default: shared cassandra service)
38    serviceName: cassandra
39    #Shared cassandra cluster replicaCount, should be changed if localCluster is enabled
40    #to match with its own cluster replica
41    replicaCount: 3
42    clusterName: cassandra
43    dataCenter: Pod
44   security:
45     disableHttp: true
46   envsubstImage: dibi/envsubst
47 config:
48   logstashServiceName: log-ls
49   logstashPort: 5044
50   environment:
51     workflowUrl: 10.0.2.15
52     vnfRepoPort: 8702
53
54 #Used only if localCluster is enabled. Instantiates SDC's own cassandra cluster
55 cassandra:
56   nameOverride: sdc-cs
57   replicaCount: 1
58   service:
59     name: sdc-cs
60   persistence:
61     mountSubPath: sdc/sdc-cs/CS
62     enabled: true