Merge "[DCAEMOD] Uses new tpls for repos / images"
[oom.git] / kubernetes / so / components / soHelpers / values.yaml
1 # Copyright © 2018 AT&T USA
2 # Copyright © 2020 Huawei
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 #################################################################
15 # Global configuration defaults.
16 #################################################################
17 global:
18   aafAgentImage: onap/aaf/aaf_agent:2.1.20
19   msbEnabled: true
20   security:
21     aaf:
22       enabled: false
23   app:
24     msoKey: 07a7159d3bf51a0e53be7a8f89699be7
25   client:
26     certs:
27       truststore: /app/client/org.onap.so.trust.jks
28       keystore: /app/client/org.onap.so.jks
29       trustStorePassword: LHN4Iy5DKlcpXXdWZ0pDNmNjRkhJIzpI
30       keyStorePassword: c280b25hcA==
31   certificates:
32     path: /etc/ssl/certs
33     share_path: /usr/local/share/ca-certificates/
34
35 #################################################################
36 # Secrets metaconfig
37 #################################################################
38 secrets:
39   - uid: 'so-onap-certs'
40     name: '{{ include "common.release" . }}-so-certs'
41     externalSecret: '{{ tpl (default "" .Values.certSecret) . }}'
42     type: generic
43     filePaths:
44       - resources/config/certificates/msb-ca.crt
45
46 #################################################################
47 # AAF part
48 #################################################################
49 certInitializer:
50   aafDeployFqi: deployer@people.osaaf.org
51   aafDeployPass: demo123456!
52   # aafDeployCredsExternalSecret: some secret
53   fqdn: so
54   fqi: so@so.onap.org
55   public_fqdn: so.onap.org
56   cadi_longitude: '0.0'
57   cadi_latitude: '0.0'
58   app_ns: org.osaaf.aaf
59   credsPath: /opt/app/osaaf/local
60   trustStoreAllPass: changeit
61   aaf_add_config: >
62     /opt/app/aaf_config/bin/agent.sh local showpass
63     {{.Values.fqi}} {{ .Values.fqdn }} > {{ .Values.credsPath }}/mycreds.prop
64
65 aafConfig:
66   permission_user: 1000
67   permission_group: 999
68
69 aaf:
70   trustore: org.onap.so.trust.jks
71   keyFile: org.onap.so.keyfile
72
73 #################################################################
74 # Application configuration defaults.
75 #################################################################
76
77 livenessProbe:
78   path: /manage/health
79   scheme: HTTP
80   initialDelaySeconds: 600
81   periodSeconds: 60
82   timeoutSeconds: 10
83   successThreshold: 1
84   failureThreshold: 3
85
86 cadi:
87   logLevel: DEBUG
88   latitude: 38.4329
89   longitude: -90.43248
90   aafEnv: IST
91   aafApiVersion: 2.1
92   aafRootNs: org.onap.so
93   aafLocateUrl: https://aaf-locate.onap:8095
94   aafUrl: https://aaf-locate.onap:8095/locate/org.osaaf.aaf.service:2.1
95   aafId: so@so.onap.org
96   aafPassword: enc:EME-arXn2lx8PO0f2kEtyK7VVGtAGWavXorFoxRmPO9
97   apiEnforcement: org.onap.so.apihPerm
98   noAuthn: /manage/health