blob: 2417d2553c168177f2cc0c116b34049a76bc5dff [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
seshukm0df1f8e2020-08-17 21:45:49 +053026
27#################################################################
28# AAF part
29#################################################################
30certInitializer:
31 aafDeployFqi: deployer@people.osaaf.org
32 aafDeployPass: demo123456!
33 # aafDeployCredsExternalSecret: some secret
34 fqdn: so
35 fqi: so@so.onap.org
36 public_fqdn: so.onap.org
Sylvain Desbureauxc9f47132021-04-07 17:26:25 +020037 fqi_namespace: org.onap.so
Sylvain Desbureaux29548232020-10-21 18:15:08 +020038 cadi_longitude: '0.0'
39 cadi_latitude: '0.0'
seshukm0df1f8e2020-08-17 21:45:49 +053040 app_ns: org.osaaf.aaf
41 credsPath: /opt/app/osaaf/local
Sylvain Desbureauxd3114052021-02-23 16:45:52 +010042 aaf_add_config: |
43 echo "cadi_truststore_password=$cadi_truststore_password" > {{ .Values.credsPath }}/mycreds.prop
Sylvain Desbureauxfde94072021-03-19 15:06:41 +010044 echo "cadi_keystore_password_p12=$cadi_keystore_password_p12" >> {{ .Values.credsPath }}/mycreds.prop
45 echo "TRUSTSTORE_PASSWORD={{ .Values.truststorePassword }}" >> {{ .Values.credsPath }}/mycreds.prop
seshukm0df1f8e2020-08-17 21:45:49 +053046
47aafConfig:
48 permission_user: 1000
49 permission_group: 999
50
seshukm0df1f8e2020-08-17 21:45:49 +053051#################################################################
52# Application configuration defaults.
53#################################################################
54
55livenessProbe:
56 path: /manage/health
57 scheme: HTTP
58 initialDelaySeconds: 600
59 periodSeconds: 60
60 timeoutSeconds: 10
61 successThreshold: 1
62 failureThreshold: 3
63
64cadi:
65 logLevel: DEBUG
66 latitude: 38.4329
67 longitude: -90.43248
68 aafEnv: IST
69 aafApiVersion: 2.1
70 aafRootNs: org.onap.so
71 aafLocateUrl: https://aaf-locate.onap:8095
72 aafUrl: https://aaf-locate.onap:8095/locate/org.osaaf.aaf.service:2.1
73 aafId: so@so.onap.org
74 aafPassword: enc:EME-arXn2lx8PO0f2kEtyK7VVGtAGWavXorFoxRmPO9
75 apiEnforcement: org.onap.so.apihPerm
76 noAuthn: /manage/health