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