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