20001932048370a4748f5b8c93e21e6506b3f697
[oom.git] / kubernetes / so / resources / config / overrides / override.yaml
1 server:
2     port: {{ index .Values.containerPort }}
3     tomcat:
4         max-threads: 50
5 ssl-enable: false
6 mso:
7   msoKey: 07a7159d3bf51a0e53be7a8f89699be7
8   logPath: logs
9   site-name: onapheat
10   adapters:
11     requestDb:
12       endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
13       auth: Basic YnBlbDpwYXNzd29yZDEk
14   catalog:
15     db:
16       spring:
17         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
18   db:
19     auth: Basic YnBlbDpwYXNzd29yZDEk
20   config:
21     path: /src/main/resources/
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
32   camundaURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/
33   camundaAuth: 1D9003AB8BAFFA0D2104B67FA89040AD70B5B495B2A5DF931DE236484EBC1681
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
44     endpoint: http://sdc-be.{{ include "common.namespace" . }}:8443
45   tenant:
46     isolation:
47       retry:
48         count: 3
49   aai:
50     endpoint: https://aai.{{ include "common.namespace" . }}:8443
51     auth: 2630606608347B7124C244AB0FE34F6F
52   so:
53     operational-environment:
54       dmaap:
55         username: testuser
56         password: VjR5NDcxSzA=
57         host: http://dmaap-bc.{{ include "common.namespace" . }}:8080
58         auth: 51EA5414022D7BE536E7516C4D1A6361416921849B72C0D6FC1C7F262FD9F2BBC2AD124190A332D9845A188AD80955567A4F975C84C221EEA8243BFD92FFE6896CDD1EA16ADD34E1E3D47D4A
59       publisher:
60         topic: com.att.ecomp.mso.operationalEnvironmentEvent
61 spring:
62   datasource:
63     jdbc-url: jdbc:mariadb://${DB_HOST}:${DB_PORT}/catalogdb
64     username: ${DB_USERNAME}
65     password: ${DB_PASSWORD}
66     driver-class-name: org.mariadb.jdbc.Driver
67     dbcp2:
68       initial-size: 5
69       max-total: 20
70       validation-query: select 1
71       test-on-borrow: true
72   jpa:
73       show-sql: true
74       hibernate:
75         dialect: org.hibernate.dialect.MySQL5Dialect
76         ddl-auto: validate
77         naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
78         enable-lazy-load-no-trans: true
79   jersey:
80     type: filter
81   security:
82     usercredentials:
83     -
84       username: sitecontrol
85       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
86       role: SiteControl-Client
87     -
88       username: gui
89       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
90       role: GUI-Client
91     -
92       username: infraportal
93       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
94       role: InfraPortal-Client
95     -
96       username: InfraPortalClient
97       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
98       role: InfraPortal-Client
99     -
100       username: bpel
101       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
102       role: BPEL-Client
103     -
104       username: mso_admin
105       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
106       role: ACTUATOR
107 request:
108   datasource:
109     jdbc-url: jdbc:mariadb://${DB_HOST}:${DB_PORT}/requestdb
110     username: ${DB_USERNAME}
111     password: ${DB_PASSWORD}
112     driver-class-name: org.mariadb.jdbc.Driver
113     dbcp2:
114       initial-size: 5
115       max-total: 20
116       validation-query: select 1
117       test-on-borrow: true