blob: 612f7c1deed8c6dc26b2175e1c1b0714ebc9a145 [file] [log] [blame]
seshukm0df1f8e2020-08-17 21:45:49 +05301# Copyright © 2018 AT&T USA
2# Copyright © 2020 Huawei
Sylvain Desbureauxd3114052021-02-23 16:45:52 +01003# Copyright © 2021 Orange
seshukm0df1f8e2020-08-17 21:45:49 +05304# 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 configuration defaults.
17#################################################################
18global:
seshukm0df1f8e2020-08-17 21:45:49 +053019 aafAgentImage: onap/aaf/aaf_agent:2.1.20
20 msbEnabled: true
21 security:
22 aaf:
23 enabled: false
24 app:
25 msoKey: 07a7159d3bf51a0e53be7a8f89699be7
26 client:
27 certs:
28 truststore: /app/client/org.onap.so.trust.jks
29 keystore: /app/client/org.onap.so.jks
30 trustStorePassword: LHN4Iy5DKlcpXXdWZ0pDNmNjRkhJIzpI
31 keyStorePassword: c280b25hcA==
32 certificates:
33 path: /etc/ssl/certs
34 share_path: /usr/local/share/ca-certificates/
35
seshukm0df1f8e2020-08-17 21:45:49 +053036
37#################################################################
38# AAF part
39#################################################################
40certInitializer:
41 aafDeployFqi: deployer@people.osaaf.org
42 aafDeployPass: demo123456!
43 # aafDeployCredsExternalSecret: some secret
44 fqdn: so
45 fqi: so@so.onap.org
46 public_fqdn: so.onap.org
Sylvain Desbureaux29548232020-10-21 18:15:08 +020047 cadi_longitude: '0.0'
48 cadi_latitude: '0.0'
seshukm0df1f8e2020-08-17 21:45:49 +053049 app_ns: org.osaaf.aaf
50 credsPath: /opt/app/osaaf/local
Sylvain Desbureaux29548232020-10-21 18:15:08 +020051 trustStoreAllPass: changeit
Sylvain Desbureauxd3114052021-02-23 16:45:52 +010052 aaf_add_config: |
53 echo "cadi_truststore_password=$cadi_truststore_password" > {{ .Values.credsPath }}/mycreds.prop
54 echo "cadi_keystore_password_p12=$cadi_keystore_password_p12" > {{ .Values.credsPath }}/mycreds.prop
seshukm0df1f8e2020-08-17 21:45:49 +053055
56aafConfig:
57 permission_user: 1000
58 permission_group: 999
59
60aaf:
61 trustore: org.onap.so.trust.jks
62 keyFile: org.onap.so.keyfile
63
64#################################################################
65# Application configuration defaults.
66#################################################################
67
68livenessProbe:
69 path: /manage/health
70 scheme: HTTP
71 initialDelaySeconds: 600
72 periodSeconds: 60
73 timeoutSeconds: 10
74 successThreshold: 1
75 failureThreshold: 3
76
77cadi:
78 logLevel: DEBUG
79 latitude: 38.4329
80 longitude: -90.43248
81 aafEnv: IST
82 aafApiVersion: 2.1
83 aafRootNs: org.onap.so
84 aafLocateUrl: https://aaf-locate.onap:8095
85 aafUrl: https://aaf-locate.onap:8095/locate/org.osaaf.aaf.service:2.1
86 aafId: so@so.onap.org
87 aafPassword: enc:EME-arXn2lx8PO0f2kEtyK7VVGtAGWavXorFoxRmPO9
88 apiEnforcement: org.onap.so.apihPerm
89 noAuthn: /manage/health