seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 1 | # Copyright © 2018 AT&T USA |
| 2 | # Copyright © 2020 Huawei |
Sylvain Desbureaux | d311405 | 2021-02-23 16:45:52 +0100 | [diff] [blame] | 3 | # Copyright © 2021 Orange |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 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 | ################################################################# |
| 16 | # Global configuration defaults. |
| 17 | ################################################################# |
| 18 | global: |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 19 | 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 | |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 36 | |
| 37 | ################################################################# |
| 38 | # AAF part |
| 39 | ################################################################# |
| 40 | certInitializer: |
| 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 Desbureaux | 2954823 | 2020-10-21 18:15:08 +0200 | [diff] [blame] | 47 | cadi_longitude: '0.0' |
| 48 | cadi_latitude: '0.0' |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 49 | app_ns: org.osaaf.aaf |
| 50 | credsPath: /opt/app/osaaf/local |
Sylvain Desbureaux | 2954823 | 2020-10-21 18:15:08 +0200 | [diff] [blame] | 51 | trustStoreAllPass: changeit |
Sylvain Desbureaux | d311405 | 2021-02-23 16:45:52 +0100 | [diff] [blame] | 52 | 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 |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 55 | |
| 56 | aafConfig: |
| 57 | permission_user: 1000 |
| 58 | permission_group: 999 |
| 59 | |
| 60 | aaf: |
| 61 | trustore: org.onap.so.trust.jks |
| 62 | keyFile: org.onap.so.keyfile |
| 63 | |
| 64 | ################################################################# |
| 65 | # Application configuration defaults. |
| 66 | ################################################################# |
| 67 | |
| 68 | livenessProbe: |
| 69 | path: /manage/health |
| 70 | scheme: HTTP |
| 71 | initialDelaySeconds: 600 |
| 72 | periodSeconds: 60 |
| 73 | timeoutSeconds: 10 |
| 74 | successThreshold: 1 |
| 75 | failureThreshold: 3 |
| 76 | |
| 77 | cadi: |
| 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 |