blob: a367272d9a82ce36b82de0c6cf80270df2914600 [file] [log] [blame]
seshukm0df1f8e2020-08-17 21:45:49 +05301# 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#################################################################
17global:
seshukm0df1f8e2020-08-17 21:45:49 +053018 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#################################################################
38secrets:
Sylvain Desbureaux29548232020-10-21 18:15:08 +020039 - uid: 'so-onap-certs'
seshukm0df1f8e2020-08-17 21:45:49 +053040 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#################################################################
49certInitializer:
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
Sylvain Desbureaux29548232020-10-21 18:15:08 +020056 cadi_longitude: '0.0'
57 cadi_latitude: '0.0'
seshukm0df1f8e2020-08-17 21:45:49 +053058 app_ns: org.osaaf.aaf
59 credsPath: /opt/app/osaaf/local
Sylvain Desbureaux29548232020-10-21 18:15:08 +020060 trustStoreAllPass: changeit
seshukm0df1f8e2020-08-17 21:45:49 +053061 aaf_add_config: >
62 /opt/app/aaf_config/bin/agent.sh local showpass
63 {{.Values.fqi}} {{ .Values.fqdn }} > {{ .Values.credsPath }}/mycreds.prop
64
65aafConfig:
66 permission_user: 1000
67 permission_group: 999
68
69aaf:
70 trustore: org.onap.so.trust.jks
71 keyFile: org.onap.so.keyfile
72
73#################################################################
74# Application configuration defaults.
75#################################################################
76
77livenessProbe:
78 path: /manage/health
79 scheme: HTTP
80 initialDelaySeconds: 600
81 periodSeconds: 60
82 timeoutSeconds: 10
83 successThreshold: 1
84 failureThreshold: 3
85
86cadi:
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