vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
toshrajbhardwaj | f4fc1c6 | 2018-08-06 07:35:14 +0000 | [diff] [blame] | 2 | # Modifications Copyright © 2018 AT&T, ZTE |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 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 | |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 16 | global: |
| 17 | persistence: {} |
| 18 | env: |
| 19 | name: AUTO |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 20 | secrets: |
| 21 | sdc_user: YXNkY191c2Vy |
| 22 | sdc_password: QWExMjM0JV4h |
Mahendra Raghuwanshi | 35f83f5 | 2019-03-20 10:42:49 +0000 | [diff] [blame] | 23 | #Should be the password of shared cassandra instance/chart |
| 24 | cs_password: Y2Fzc2FuZHJh |
IlanaP | c80bff9 | 2019-11-18 21:10:08 +0200 | [diff] [blame] | 25 | cs_truststore_password: XS5dW3hndHplXWhCaHoqd3ldfW0jbGYq |
| 26 | truststore_password: XS5dW3hndHplXWhCaHoqd3ldfW0jbGYq |
| 27 | keystore_password: IXBwSi5KdlduMGhHaClvVkZdKFtLdile |
| 28 | wf_external_user_password: S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ== |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 29 | ubuntuInitRepository: oomk8s |
| 30 | ubuntuInitImage: ubuntu-init:1.0.0 |
Mahendra Raghuwanshi | 35f83f5 | 2019-03-20 10:42:49 +0000 | [diff] [blame] | 31 | cassandra: |
Sylvain Desbureaux | 60c7480 | 2019-12-12 14:35:01 +0100 | [diff] [blame] | 32 | #This flag allows SDC to instantiate its own cluster, serviceName |
Mahendra Raghuwanshi | 35f83f5 | 2019-03-20 10:42:49 +0000 | [diff] [blame] | 33 | #should be sdc-cs if this flag is enabled |
| 34 | localCluster: false |
| 35 | #The cassandra service name to connect to (default: shared cassandra service) |
| 36 | serviceName: cassandra |
| 37 | #Shared cassandra cluster replicaCount, should be changed if localCluster is enabled |
| 38 | #to match with its own cluster replica |
| 39 | replicaCount: 3 |
| 40 | clusterName: cassandra |
| 41 | dataCenter: Pod |
IlanaP | cbed68b | 2020-03-16 14:13:45 +0200 | [diff] [blame^] | 42 | security: |
| 43 | disableHttp: true |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 44 | config: |
| 45 | logstashServiceName: log-ls |
| 46 | logstashPort: 5044 |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 47 | environment: |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 48 | workflowUrl: 10.0.2.15 |
| 49 | vnfRepoPort: 8702 |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 50 | |
Mahendra Raghuwanshi | 35f83f5 | 2019-03-20 10:42:49 +0000 | [diff] [blame] | 51 | #Used only if localCluster is enabled. Instantiates SDC's own cassandra cluster |
| 52 | cassandra: |
| 53 | nameOverride: sdc-cs |
| 54 | replicaCount: 1 |
| 55 | service: |
| 56 | name: sdc-cs |
| 57 | persistence: |
| 58 | mountSubPath: sdc/sdc-cs/CS |
| 59 | enabled: true |