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 |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 26 | |
| 27 | ################################################################# |
| 28 | # AAF part |
| 29 | ################################################################# |
| 30 | certInitializer: |
| 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 Desbureaux | c9f4713 | 2021-04-07 17:26:25 +0200 | [diff] [blame^] | 37 | fqi_namespace: org.onap.so |
Sylvain Desbureaux | 2954823 | 2020-10-21 18:15:08 +0200 | [diff] [blame] | 38 | cadi_longitude: '0.0' |
| 39 | cadi_latitude: '0.0' |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 40 | app_ns: org.osaaf.aaf |
| 41 | credsPath: /opt/app/osaaf/local |
Sylvain Desbureaux | d311405 | 2021-02-23 16:45:52 +0100 | [diff] [blame] | 42 | aaf_add_config: | |
| 43 | echo "cadi_truststore_password=$cadi_truststore_password" > {{ .Values.credsPath }}/mycreds.prop |
Sylvain Desbureaux | fde9407 | 2021-03-19 15:06:41 +0100 | [diff] [blame] | 44 | echo "cadi_keystore_password_p12=$cadi_keystore_password_p12" >> {{ .Values.credsPath }}/mycreds.prop |
| 45 | echo "TRUSTSTORE_PASSWORD={{ .Values.truststorePassword }}" >> {{ .Values.credsPath }}/mycreds.prop |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 46 | |
| 47 | aafConfig: |
| 48 | permission_user: 1000 |
| 49 | permission_group: 999 |
| 50 | |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 51 | ################################################################# |
| 52 | # Application configuration defaults. |
| 53 | ################################################################# |
| 54 | |
| 55 | livenessProbe: |
| 56 | path: /manage/health |
| 57 | scheme: HTTP |
| 58 | initialDelaySeconds: 600 |
| 59 | periodSeconds: 60 |
| 60 | timeoutSeconds: 10 |
| 61 | successThreshold: 1 |
| 62 | failureThreshold: 3 |
| 63 | |
| 64 | cadi: |
| 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 |