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