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: {} |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 18 | secrets: |
| 19 | sdc_user: YXNkY191c2Vy |
| 20 | sdc_password: QWExMjM0JV4h |
Mahendra Raghuwanshi | 35f83f5 | 2019-03-20 10:42:49 +0000 | [diff] [blame] | 21 | #Should be the password of shared cassandra instance/chart |
| 22 | cs_password: Y2Fzc2FuZHJh |
IlanaP | c80bff9 | 2019-11-18 21:10:08 +0200 | [diff] [blame] | 23 | cs_truststore_password: XS5dW3hndHplXWhCaHoqd3ldfW0jbGYq |
k.kedron | 2774ab1 | 2020-03-26 11:13:46 +0100 | [diff] [blame] | 24 | truststore_password: eitLRWo7dCssS05eaWltU2lTODllI3Aw |
| 25 | keystore_password: PyhrUCFZdXIhWyohWTUhRV5mKFpLYzMx |
IlanaP | c80bff9 | 2019-11-18 21:10:08 +0200 | [diff] [blame] | 26 | wf_external_user_password: S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ== |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 27 | aafEnabled: true |
Mahendra Raghuwanshi | 35f83f5 | 2019-03-20 10:42:49 +0000 | [diff] [blame] | 28 | cassandra: |
Sylvain Desbureaux | 60c7480 | 2019-12-12 14:35:01 +0100 | [diff] [blame] | 29 | #This flag allows SDC to instantiate its own cluster, serviceName |
Mahendra Raghuwanshi | 35f83f5 | 2019-03-20 10:42:49 +0000 | [diff] [blame] | 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 | clusterName: cassandra |
| 38 | dataCenter: Pod |
IlanaP | cbed68b | 2020-03-16 14:13:45 +0200 | [diff] [blame] | 39 | security: |
| 40 | disableHttp: true |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 41 | |
| 42 | # Environment file |
| 43 | env: |
| 44 | name: AUTO |
| 45 | |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 46 | config: |
| 47 | logstashServiceName: log-ls |
| 48 | logstashPort: 5044 |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 49 | environment: |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 50 | workflowUrl: 10.0.2.15 |
ChrisC | 142820a | 2020-10-14 11:41:53 +0200 | [diff] [blame] | 51 | vnfRepoPort: 8703 |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 52 | |
Mahendra Raghuwanshi | 35f83f5 | 2019-03-20 10:42:49 +0000 | [diff] [blame] | 53 | #Used only if localCluster is enabled. Instantiates SDC's own cassandra cluster |
| 54 | cassandra: |
| 55 | nameOverride: sdc-cs |
| 56 | replicaCount: 1 |
| 57 | service: |
| 58 | name: sdc-cs |
| 59 | persistence: |
| 60 | mountSubPath: sdc/sdc-cs/CS |
| 61 | enabled: true |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 62 | |
| 63 | # dependency / sub-chart configuration |
| 64 | sdc-wfd: |
Sylvain Desbureaux | 23a38b3 | 2020-11-20 08:57:12 +0100 | [diff] [blame] | 65 | enabled: true |
Joanna Jeremicz | fe52bf5 | 2021-04-21 14:31:29 +0200 | [diff] [blame] | 66 | sdcHelmValidator: |
Remigiusz Janeczek | dccdd2b | 2021-03-24 12:31:00 +0100 | [diff] [blame] | 67 | enabled: true |
Joanna Jeremicz | fe52bf5 | 2021-04-21 14:31:29 +0200 | [diff] [blame] | 68 | helmVersion: 3.5.2 |
| 69 | deployable: true |
| 70 | lintable: false |
| 71 | strictLintable: false |
| 72 | url: http://sdc-helm-validator:8080/validate |