Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / so / resources / config / overrides / override.yaml
1 aai:
2   endpoint: http://aai.{{ include "common.namespace" . }}:80
3   auth: {{ .Values.mso.aai.auth }}
4 server:
5     port: {{ index .Values.containerPort }}
6     tomcat:
7         max-threads: 50
8 ssl-enable: false
9 mso:
10   msoKey: {{ .Values.mso.msoKey }}
11   logPath: ./logs/apih
12   site-name: {{ index .Values.global.app.siteName }}
13   adapters:
14     requestDb:
15       endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
16       auth: {{ .Values.mso.adapters.requestDb.auth }}
17   catalog:
18     db:
19       spring:
20         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
21   db:
22     auth: {{ .Values.mso.adapters.requestDb.auth }}
23   config:
24     path: /src/main/resources/
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
35   camundaURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/
36   camundaAuth: {{ .Values.mso.camundaAuth }}
37   async:
38     core-pool-size: 50
39     max-pool-size: 50
40     queue-capacity: 500
41   sdc:
42     client:
43       auth: {{ .Values.mso.sdc.client.auth }}
44     activate:
45       instanceid: test
46       userid: cs0008
47     endpoint: http://sdc-be.{{ include "common.namespace" . }}:8080
48   tenant:
49     isolation:
50       retry:
51         count: 3
52   aai:
53     endpoint: http://aai.{{ include "common.namespace" . }}:80
54     auth: {{ .Values.mso.aai.auth }}
55
56   extApi:
57     endpoint: http://nbi.onap:8080/nbi/api/v3
58   so:
59     operational-environment:
60       dmaap:
61         username: testuser
62         password: VjR5NDcxSzA=
63         host: http://dmaap-bc.{{ include "common.namespace" . }}:8080
64         auth: {{ .Values.mso.so.operationalEnv.dmaap.auth }}
65       publisher:
66         topic: com.att.ecomp.mso.operationalEnvironmentEvent
67   health:
68     auth: {{ .Values.mso.health.auth }}
69     endpoints:
70       - subsystem: apih
71         uri: http://so-bpmn-infra:8081
72       - subsystem: catalogdb
73         uri: http://so-catalog-db-adapter:8082
74 spring:
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
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
111 request:
112   datasource:
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
120 org:
121   onap:
122     so:
123       cloud-owner: CloudOwner
124       adapters:
125         network:
126           encryptionKey: {{ .Values.mso.msoKey }}