Ramesh Parthasarathy | a1ef7e1 | 2020-04-04 17:38:46 +0000 | [diff] [blame] | 1 | aai: |
Andreas Geissler | 17be962 | 2022-04-29 13:33:02 +0200 | [diff] [blame] | 2 | {{ if (include "common.needTLS" .) }} |
Ramesh Parthasarathy | a1ef7e1 | 2020-04-04 17:38:46 +0000 | [diff] [blame] | 3 | endpoint: https://aai.{{ include "common.namespace" . }}:8443 |
Andreas Geissler | 17be962 | 2022-04-29 13:33:02 +0200 | [diff] [blame] | 4 | {{ else }} |
Andreas Geissler | b3a3806 | 2022-09-22 13:40:07 +0200 | [diff] [blame] | 5 | endpoint: http://aai.{{ include "common.namespace" . }}:80 |
Andreas Geissler | 17be962 | 2022-04-29 13:33:02 +0200 | [diff] [blame] | 6 | {{ end }} |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 7 | auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.aai.auth )}} |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 8 | server: |
Ramesh Parthasarathy | f74978f | 2018-10-15 22:11:06 +0000 | [diff] [blame] | 9 | port: {{ index .Values.containerPort }} |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 10 | tomcat: |
| 11 | max-threads: 50 |
| 12 | ssl-enable: false |
| 13 | mso: |
sekharhuawei | 2e799e9 | 2020-11-14 17:06:56 +0530 | [diff] [blame] | 14 | msoKey: {{ .Values.mso.msoKey }} |
Ramesh Parthasarathy | 95dc1c9 | 2020-02-05 17:02:28 +0000 | [diff] [blame] | 15 | logPath: ./logs/apih |
| 16 | site-name: {{ index .Values.global.app.siteName }} |
Ramesh Parthasarathy | 8ff2d58 | 2018-10-04 21:14:16 +0000 | [diff] [blame] | 17 | adapters: |
| 18 | requestDb: |
| 19 | endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083 |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 20 | auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.header "value2" .Values.mso.adapters.requestDb.auth )}} |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 21 | catalog: |
| 22 | db: |
| 23 | spring: |
Ramesh Parthasarathy | 1ceefda | 2018-09-14 21:22:43 +0000 | [diff] [blame] | 24 | endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082 |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 25 | db: |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 26 | auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.header "value2" .Values.mso.adapters.requestDb.auth )}} |
Ramesh Parthasarathy | 8ff2d58 | 2018-10-04 21:14:16 +0000 | [diff] [blame] | 27 | config: |
| 28 | path: /src/main/resources/ |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 29 | cadi: {{ include "so.cadi.keys" . | nindent 10}} |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 30 | infra: |
| 31 | default: |
| 32 | alacarte: |
| 33 | orchestrationUri: /mso/async/services/ALaCarteOrchestrator |
| 34 | recipeTimeout: 180 |
| 35 | testApi: VNF_API |
| 36 | service: |
| 37 | macro: |
| 38 | default: |
| 39 | testApi: GR_API |
Alexis de Talhouƫt | 952a72a | 2018-09-19 15:38:20 -0400 | [diff] [blame] | 40 | camundaURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/ |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 41 | camundaAuth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.camundaAuth )}} |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 42 | async: |
| 43 | core-pool-size: 50 |
| 44 | max-pool-size: 50 |
| 45 | queue-capacity: 500 |
| 46 | sdc: |
| 47 | client: |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 48 | auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.sdc.client.auth )}} |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 49 | activate: |
| 50 | instanceid: test |
| 51 | userid: cs0008 |
Andreas Geissler | 17be962 | 2022-04-29 13:33:02 +0200 | [diff] [blame] | 52 | {{ if (include "common.needTLS" .) }} |
| 53 | endpoint: https://sdc-be.{{ include "common.namespace" . }}:8443 |
| 54 | {{ else }} |
| 55 | endpoint: http://sdc-be.{{ include "common.namespace" . }}:8080 |
| 56 | {{ end }} |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 57 | tenant: |
| 58 | isolation: |
| 59 | retry: |
| 60 | count: 3 |
| 61 | aai: |
Andreas Geissler | 17be962 | 2022-04-29 13:33:02 +0200 | [diff] [blame] | 62 | {{ if (include "common.needTLS" .) }} |
Ramesh Parthasarathy | 1ceefda | 2018-09-14 21:22:43 +0000 | [diff] [blame] | 63 | endpoint: https://aai.{{ include "common.namespace" . }}:8443 |
Andreas Geissler | 17be962 | 2022-04-29 13:33:02 +0200 | [diff] [blame] | 64 | {{ else }} |
Andreas Geissler | b3a3806 | 2022-09-22 13:40:07 +0200 | [diff] [blame] | 65 | endpoint: http://aai.{{ include "common.namespace" . }}:80 |
Andreas Geissler | 17be962 | 2022-04-29 13:33:02 +0200 | [diff] [blame] | 66 | {{ end }} |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 67 | auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.aai.auth )}} |
Ramesh Parthasarathy | 95dc1c9 | 2020-02-05 17:02:28 +0000 | [diff] [blame] | 68 | |
Vodafone | d1c128b | 2019-04-08 12:21:38 +0530 | [diff] [blame] | 69 | extApi: |
| 70 | endpoint: http://nbi.onap:8080/nbi/api/v3 |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 71 | so: |
| 72 | operational-environment: |
| 73 | dmaap: |
| 74 | username: testuser |
| 75 | password: VjR5NDcxSzA= |
Ramesh Parthasarathy | 1ceefda | 2018-09-14 21:22:43 +0000 | [diff] [blame] | 76 | host: http://dmaap-bc.{{ include "common.namespace" . }}:8080 |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 77 | auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.so.operationalEnv.dmaap.auth )}} |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 78 | publisher: |
| 79 | topic: com.att.ecomp.mso.operationalEnvironmentEvent |
Benjamin, Max (mb388a) | f1bf493 | 2019-08-12 16:48:15 -0400 | [diff] [blame] | 80 | health: |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 81 | auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.header "value2" .Values.mso.health.auth )}} |
Benjamin, Max (mb388a) | f1bf493 | 2019-08-12 16:48:15 -0400 | [diff] [blame] | 82 | endpoints: |
| 83 | - subsystem: apih |
| 84 | uri: http://so-bpmn-infra:8081 |
| 85 | - subsystem: catalogdb |
| 86 | uri: http://so-catalog-db-adapter:8082 |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 87 | spring: |
sarada prasad sahoo | ae2c734 | 2019-07-10 14:40:12 +0530 | [diff] [blame] | 88 | datasource: |
| 89 | hikari: |
| 90 | jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/catalogdb |
| 91 | username: ${DB_USERNAME} |
| 92 | password: ${DB_PASSWORD} |
| 93 | driver-class-name: org.mariadb.jdbc.Driver |
| 94 | pool-name: catdb-pool |
| 95 | registerMbeans: true |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 96 | jersey: |
| 97 | type: filter |
| 98 | security: |
| 99 | usercredentials: |
| 100 | - |
| 101 | username: sitecontrol |
| 102 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 103 | role: SiteControl-Client |
| 104 | - |
| 105 | username: gui |
| 106 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 107 | role: GUI-Client |
| 108 | - |
| 109 | username: infraportal |
| 110 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 111 | role: InfraPortal-Client |
| 112 | - |
| 113 | username: InfraPortalClient |
| 114 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 115 | role: InfraPortal-Client |
| 116 | - |
| 117 | username: bpel |
| 118 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 119 | role: BPEL-Client |
| 120 | - |
| 121 | username: mso_admin |
| 122 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 123 | role: ACTUATOR |
Ramesh Parthasarathy | 8ff2d58 | 2018-10-04 21:14:16 +0000 | [diff] [blame] | 124 | request: |
| 125 | datasource: |
sarada prasad sahoo | ae2c734 | 2019-07-10 14:40:12 +0530 | [diff] [blame] | 126 | hikari: |
| 127 | jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/requestdb |
| 128 | username: ${DB_USERNAME} |
| 129 | password: ${DB_PASSWORD} |
| 130 | driver-class-name: org.mariadb.jdbc.Driver |
| 131 | pool-name: reqdb-pool |
| 132 | registerMbeans: true |
Ramesh Parthasarathy | 8d41ffc | 2019-03-05 20:25:47 +0000 | [diff] [blame] | 133 | org: |
| 134 | onap: |
| 135 | so: |
Marco Platania | 1ecbc18 | 2019-06-03 11:12:05 -0400 | [diff] [blame] | 136 | cloud-owner: CloudOwner |
Ramesh Parthasarathy | 8d41ffc | 2019-03-05 20:25:47 +0000 | [diff] [blame] | 137 | adapters: |
| 138 | network: |
sekharhuawei | 2e799e9 | 2020-11-14 17:06:56 +0530 | [diff] [blame] | 139 | encryptionKey: {{ .Values.mso.msoKey }} |