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