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/ |
Ramesh Parthasarathy | bef9c7b | 2019-03-01 21:21:20 +0000 | [diff] [blame] | 33 | camundaAuth: AE2E9BE6EF9249085AF98689C4EE087736A5500629A72F35068FFB88813A023581DD6E765071F1C04075B36EA4213A |
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: |
Ramesh Parthasarathy | bef9c7b | 2019-03-01 21:21:20 +0000 | [diff] [blame] | 40 | auth: 878785F4F31BC9CFA5AB52A172008212D8845ED2DE08AD5E56AF114720A4E49768B8F95CDA2EB971765D28EDCDAA24 |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 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 |
Smokowski, Steve (ss835w) | fecb2ea | 2019-03-06 10:04:09 -0500 | [diff] [blame] | 51 | auth: 6E081E10B1CA43A843E303733A74D9B23B601A6E22A21C7EF2C7F15A42F81A1A4E85E65268C2661F71321052C7F3E55B96A8E1E951F8BF6F |
Vodafone | d1c128b | 2019-04-08 12:21:38 +0530 | [diff] [blame] | 52 | extApi: |
| 53 | endpoint: http://nbi.onap:8080/nbi/api/v3 |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 54 | so: |
| 55 | operational-environment: |
| 56 | dmaap: |
| 57 | username: testuser |
| 58 | password: VjR5NDcxSzA= |
Ramesh Parthasarathy | 1ceefda | 2018-09-14 21:22:43 +0000 | [diff] [blame] | 59 | host: http://dmaap-bc.{{ include "common.namespace" . }}:8080 |
Bonkur, Venkat (vb8416) | c759d23 | 2019-02-12 19:26:41 -0500 | [diff] [blame] | 60 | auth: 51EA5414022D7BE536E7516C4D1A6361416921849B72C0D6FC1C7F262FD9F2BBC2AD124190A332D9845A188AD80955567A4F975C84C221EEA8243BFD92FFE6896CDD1EA16ADD34E1E3D47D4A |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 61 | publisher: |
| 62 | topic: com.att.ecomp.mso.operationalEnvironmentEvent |
Benjamin, Max (mb388a) | f1bf493 | 2019-08-12 16:48:15 -0400 | [diff] [blame] | 63 | health: |
| 64 | auth: Basic bXNvX2FkbWlufHBhc3N3b3JkMSQ= |
| 65 | endpoints: |
| 66 | - subsystem: apih |
| 67 | uri: http://so-bpmn-infra:8081 |
| 68 | - subsystem: catalogdb |
| 69 | uri: http://so-catalog-db-adapter:8082 |
| 70 | |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 71 | spring: |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 72 | jersey: |
| 73 | type: filter |
| 74 | security: |
| 75 | usercredentials: |
| 76 | - |
| 77 | username: sitecontrol |
| 78 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 79 | role: SiteControl-Client |
| 80 | - |
| 81 | username: gui |
| 82 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 83 | role: GUI-Client |
| 84 | - |
| 85 | username: infraportal |
| 86 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 87 | role: InfraPortal-Client |
| 88 | - |
| 89 | username: InfraPortalClient |
| 90 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 91 | role: InfraPortal-Client |
| 92 | - |
| 93 | username: bpel |
| 94 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 95 | role: BPEL-Client |
| 96 | - |
| 97 | username: mso_admin |
| 98 | password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke' |
| 99 | role: ACTUATOR |
Ramesh Parthasarathy | 8ff2d58 | 2018-10-04 21:14:16 +0000 | [diff] [blame] | 100 | request: |
| 101 | datasource: |
Ramesh Parthasarathy | 6b2fe34 | 2019-01-20 16:38:41 +0000 | [diff] [blame] | 102 | jdbc-url: jdbc:mariadb://${DB_HOST}:${DB_PORT}/requestdb |
Ramesh Parthasarathy | 8ff2d58 | 2018-10-04 21:14:16 +0000 | [diff] [blame] | 103 | username: ${DB_USERNAME} |
| 104 | password: ${DB_PASSWORD} |
| 105 | driver-class-name: org.mariadb.jdbc.Driver |
Ramesh Parthasarathy | 8d41ffc | 2019-03-05 20:25:47 +0000 | [diff] [blame] | 106 | org: |
| 107 | onap: |
| 108 | so: |
Marco Platania | 1ecbc18 | 2019-06-03 11:12:05 -0400 | [diff] [blame] | 109 | cloud-owner: CloudOwner |
Ramesh Parthasarathy | 8d41ffc | 2019-03-05 20:25:47 +0000 | [diff] [blame] | 110 | adapters: |
| 111 | network: |
| 112 | encryptionKey: 07a7159d3bf51a0e53be7a8f89699be7 |