Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 1 | server: |
Ramesh Parthasarathy | f74978f | 2018-10-15 22:11:06 +0000 | [diff] [blame] | 2 | port: {{ index .Values.containerPort }} |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 3 | tomcat: |
| 4 | max-threads: 50 |
| 5 | ssl-enable: false |
| 6 | mso: |
Ramesh Parthasarathy | 8ff2d58 | 2018-10-04 21:14:16 +0000 | [diff] [blame] | 7 | msoKey: 07a7159d3bf51a0e53be7a8f89699be7 |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 8 | logPath: logs |
| 9 | site-name: onapheat |
Ramesh Parthasarathy | 8ff2d58 | 2018-10-04 21:14:16 +0000 | [diff] [blame] | 10 | adapters: |
| 11 | requestDb: |
| 12 | endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083 |
| 13 | auth: Basic YnBlbDpwYXNzd29yZDEk |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 14 | catalog: |
| 15 | db: |
| 16 | spring: |
Ramesh Parthasarathy | 1ceefda | 2018-09-14 21:22:43 +0000 | [diff] [blame] | 17 | endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082 |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 18 | db: |
Alexis de Talhouët | 62d5d93 | 2018-09-19 15:29:58 -0400 | [diff] [blame] | 19 | auth: Basic YnBlbDpwYXNzd29yZDEk |
Ramesh Parthasarathy | 8ff2d58 | 2018-10-04 21:14:16 +0000 | [diff] [blame] | 20 | config: |
| 21 | path: /src/main/resources/ |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 22 | infra: |
| 23 | default: |
| 24 | alacarte: |
| 25 | orchestrationUri: /mso/async/services/ALaCarteOrchestrator |
| 26 | recipeTimeout: 180 |
| 27 | testApi: VNF_API |
| 28 | service: |
| 29 | macro: |
| 30 | default: |
| 31 | testApi: GR_API |
Alexis de Talhouët | 952a72a | 2018-09-19 15:38:20 -0400 | [diff] [blame] | 32 | camundaURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/ |
Alexis de Talhouët | 4709353 | 2018-09-19 15:48:36 -0400 | [diff] [blame] | 33 | camundaAuth: 1D9003AB8BAFFA0D2104B67FA89040AD70B5B495B2A5DF931DE236484EBC1681 |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 34 | async: |
| 35 | core-pool-size: 50 |
| 36 | max-pool-size: 50 |
| 37 | queue-capacity: 500 |
| 38 | sdc: |
| 39 | client: |
| 40 | auth: F3473596C526938329DF877495B494DC374D1C4198ED3AD305EA3ADCBBDA1862 |
| 41 | activate: |
| 42 | instanceid: test |
| 43 | userid: cs0008 |
Ramesh Parthasarathy | 1ceefda | 2018-09-14 21:22:43 +0000 | [diff] [blame] | 44 | endpoint: http://sdc-be.{{ include "common.namespace" . }}:8443 |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 45 | tenant: |
| 46 | isolation: |
| 47 | retry: |
| 48 | count: 3 |
| 49 | aai: |
Ramesh Parthasarathy | 1ceefda | 2018-09-14 21:22:43 +0000 | [diff] [blame] | 50 | endpoint: https://aai.{{ include "common.namespace" . }}:8443 |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 51 | auth: 2630606608347B7124C244AB0FE34F6F |
| 52 | so: |
| 53 | operational-environment: |
| 54 | dmaap: |
| 55 | username: testuser |
| 56 | password: VjR5NDcxSzA= |
Ramesh Parthasarathy | 1ceefda | 2018-09-14 21:22:43 +0000 | [diff] [blame] | 57 | host: http://dmaap-bc.{{ include "common.namespace" . }}:8080 |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 58 | publisher: |
| 59 | topic: com.att.ecomp.mso.operationalEnvironmentEvent |
| 60 | spring: |
Ramesh Parthasarathy | 8ff2d58 | 2018-10-04 21:14:16 +0000 | [diff] [blame] | 61 | datasource: |
Ramesh Parthasarathy | 6b2fe34 | 2019-01-20 16:38:41 +0000 | [diff] [blame^] | 62 | jdbc-url: jdbc:mariadb://${DB_HOST}:${DB_PORT}/catalogdb |
Ramesh Parthasarathy | 8ff2d58 | 2018-10-04 21:14:16 +0000 | [diff] [blame] | 63 | username: ${DB_USERNAME} |
| 64 | password: ${DB_PASSWORD} |
| 65 | driver-class-name: org.mariadb.jdbc.Driver |
| 66 | dbcp2: |
| 67 | initial-size: 5 |
| 68 | max-total: 20 |
| 69 | validation-query: select 1 |
| 70 | test-on-borrow: true |
| 71 | jpa: |
| 72 | show-sql: true |
| 73 | hibernate: |
| 74 | dialect: org.hibernate.dialect.MySQL5Dialect |
| 75 | ddl-auto: validate |
| 76 | naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy |
| 77 | enable-lazy-load-no-trans: true |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 78 | jersey: |
| 79 | type: filter |
| 80 | security: |
| 81 | usercredentials: |
| 82 | - |
| 83 | username: sitecontrol |
| 84 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 85 | role: SiteControl-Client |
| 86 | - |
| 87 | username: gui |
| 88 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 89 | role: GUI-Client |
| 90 | - |
| 91 | username: infraportal |
| 92 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 93 | role: InfraPortal-Client |
| 94 | - |
| 95 | username: InfraPortalClient |
| 96 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 97 | role: InfraPortal-Client |
| 98 | - |
| 99 | username: bpel |
| 100 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 101 | role: BPEL-Client |
| 102 | - |
| 103 | username: mso_admin |
| 104 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 105 | role: ACTUATOR |
Ramesh Parthasarathy | 8ff2d58 | 2018-10-04 21:14:16 +0000 | [diff] [blame] | 106 | request: |
| 107 | datasource: |
Ramesh Parthasarathy | 6b2fe34 | 2019-01-20 16:38:41 +0000 | [diff] [blame^] | 108 | jdbc-url: jdbc:mariadb://${DB_HOST}:${DB_PORT}/requestdb |
Ramesh Parthasarathy | 8ff2d58 | 2018-10-04 21:14:16 +0000 | [diff] [blame] | 109 | username: ${DB_USERNAME} |
| 110 | password: ${DB_PASSWORD} |
| 111 | driver-class-name: org.mariadb.jdbc.Driver |
| 112 | dbcp2: |
| 113 | initial-size: 5 |
| 114 | max-total: 20 |
| 115 | validation-query: select 1 |
| 116 | test-on-borrow: true |