[CONSUL] Add limits to consul chart.
[oom.git] / kubernetes / so / components / so-bpmn-infra / resources / config / overrides / override.yaml
1 # Copyright © 2018 AT&T USA
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 aai:
15   auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.aai.auth )}}
16   dme2:
17     timeout: '30000'
18   endpoint: https://aai.{{ include "common.namespace" . }}:8443
19   workflowAaiDistributionDelay: PT30S
20   pnfEntryNotificationTimeout: P14D
21 cds:
22   endpoint: cds-blueprints-processor-grpc
23   port: 9111
24   auth: {{ .Values.cds.auth }}
25   timeout: 600
26 camunda:
27   bpm:
28     admin-user:
29       id: admin
30       password: admin
31     history-level: full
32     job-execution:
33       max-pool-size: 30
34       core-pool-size: 3
35 entitymanager:
36   packagesToScan: com
37 pnf:
38   dmaap:
39     host: message-router
40     port: 3904
41     protocol: http
42     uriPathPrefix: events
43     topicName: unauthenticated.PNF_READY
44     consumerGroup: consumerGroup
45     consumerId: consumerId
46     topicListenerDelayInSeconds: 5
47 bpelURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081
48 msb-ip: msb-iag
49 msb-port: 80
50 mso:
51   rainyDay:
52     retryDurationMultiplier: 2
53     maxRetries: 5
54   msoKey: {{ .Values.mso.key }}
55   correlation:
56     timeout: 60
57   logPath: logs
58   config:
59     cadi: {{ include "so.cadi.keys" . | nindent 8}}
60   async:
61     core-pool-size: 50
62     max-pool-size: 50
63     queue-capacity: 500
64   adapters:
65     completemsoprocess:
66       endpoint: http://so-openstack-adapter.{{ include "common.namespace" . }}:8087/CompleteMsoProcess
67     requestDb:
68       endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
69       auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.adapters.requestDb.auth )}}
70     db:
71       auth: {{ .Values.mso.adapters.db.auth }}
72       password: {{ .Values.mso.adapters.db.password }}
73       endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083/services/RequestsDbAdapter
74       spring:
75         endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
76     network:
77       endpoint: http://so-openstack-adapter.{{ include "common.namespace" . }}:8087/services/NetworkAdapter
78       rest:
79         endpoint: http://so-openstack-adapter.{{ include "common.namespace" . }}:8087/services/rest/v1/networks
80     openecomp:
81       db:
82         endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083/services/RequestsDbAdapter
83     po:
84       auth: {{ .Values.mso.adapters.po.auth }}
85     sdnc:
86       endpoint: http://so-sdnc-adapter.{{ include "common.namespace" . }}:8086/adapters/SDNCAdapter
87       rest:
88         endpoint: http://so-sdnc-adapter.{{ include "common.namespace" . }}:8086/adapters/rest/v1/sdnc
89       timeout: PT60M
90     tenant:
91       endpoint: http://so-openstack-adapter.{{ include "common.namespace" . }}:8087/services/TenantAdapter
92     vnf:
93       endpoint: http://so-openstack-adapter.{{ include "common.namespace" . }}:8087/services/VnfAdapter
94       rest:
95         endpoint: http://so-openstack-adapter.{{ include "common.namespace" . }}:8087/services/rest/{{ .Values.vnf.api.version }}/vnfs
96     volume-groups:
97       rest:
98         endpoint: http://so-openstack-adapter.{{ include "common.namespace" . }}:8087/services/rest/v1/volume-groups
99     vnf-async:
100       endpoint: http://so-openstack-adapter.{{ include "common.namespace" . }}:8087/services/VnfAsync
101     vfc:
102       rest:
103         endpoint: http://so-vfc-adapter.{{ include "common.namespace" . }}:8084/services/v1/vfcadapter
104     workflow:
105       message:
106         endpoint: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/WorkflowMessage
107     nssmf:
108       endpoint: http://so-nssmf-adapter.{{ include "common.namespace" . }}:8088
109     oof:
110       endpoint: http://so-oof-adapter.{{ include "common.namespace" . }}:8090/so/adapters/oof/v1
111       timeout: PT5M
112       callback:
113         endpoint: http://so-oof-adapter.{{ include "common.namespace" . }}:8090/so/adapters/oof/callback/v1
114   bpmn:
115     process:
116       historyTimeToLive: '30'
117   callbackRetryAttempts: '5'
118   catalog:
119     db:
120       endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082/ecomp/mso/catalog
121       spring:
122         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
123   db:
124     auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.header "value2" .Values.mso.adapters.requestDb.auth )}}
125   default:
126     adapter:
127       namespace: http://org.onap.mso
128   healthcheck:
129     log:
130       debug: 'false'
131   infra:
132     endpoint:
133       url: http://so.{{ include "common.namespace" . }}:8080/onap/so/infra
134     customer:
135       id: testCustIdInfra
136   po:
137     timeout: PT60M
138   request:
139     db:
140       endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083/
141   rollback: 'true'
142   sdnc:
143     password: {{ .Values.mso.sdnc.password }}
144   service:
145     agnostic:
146       sniro:
147         endpoint: /sniro/api/v2/placement
148         host: http://sniro-emulator:80
149   site-name: CamundaEngine
150   sniro:
151     auth: {{ .Values.mso.sniro.auth }}
152     callback: http://so-openstack-adapter.{{ include "common.namespace" . }}:8087/adapters/rest/SDNCNotify
153     endpoint: {{ .Values.mso.sniro.endpoint }}
154     timeout: PT30M
155   oof:
156     auth: {{ .Values.mso.oof.auth }}
157     callbackEndpoint: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/WorkflowMessage
158     endpoint: https://oof-osdf.{{ include "common.namespace" . }}:8698
159     timeout: PT30M
160   workflow:
161     CreateGenericVNFV1:
162       aai:
163         volume-group:
164           uri: /aai/v6/cloud-infrastructure/volume-groups/volume-group
165     default:
166       aai:
167         version: '14'
168         cloud-region:
169           version: '14'
170         generic-vnf:
171           version: '14'
172         v14:
173           customer:
174             uri: /aai/v14/business/customers/customer
175           generic-query:
176             uri: /aai/v14/search/generic-query
177           generic-vnf:
178             uri: /aai/v14/network/generic-vnfs/generic-vnf
179           l3-network:
180             uri: /aai/v14/network/l3-networks/l3-network
181           network-policy:
182             uri: /aai/v14/network/network-policies/network-policy
183           nodes-query:
184             uri: /aai/v14/search/nodes-query
185           route-table-reference:
186             uri: /aai/v14/network/route-table-references/route-table-reference
187           tenant:
188             uri: /aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant
189           vce:
190             uri: /aai/v14/network/vces/vce
191           vpn-binding:
192             uri: /aai/v14/network/vpn-bindings/vpn-binding
193           sp-partner:
194             uri: /aai/v14/business/sp-partners/sp-partner
195           device:
196             uri: /aai/v14/network/devices/device
197         v11:
198           customer:
199             uri: /aai/v11/business/customers/customer
200           generic-query:
201             uri: /aai/v11/search/generic-query
202           generic-vnf:
203             uri: /aai/v11/network/generic-vnfs/generic-vnf
204           l3-network:
205             uri: /aai/v11/network/l3-networks/l3-network
206           network-policy:
207             uri: /aai/v11/network/network-policies/network-policy
208           nodes-query:
209             uri: /aai/v11/search/nodes-query
210           route-table-reference:
211             uri: /aai/v11/network/route-table-references/route-table-reference
212           tenant:
213             uri: /aai/v11/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant
214           vce:
215             uri: /aai/v11/network/vces/vce
216           vpn-binding:
217             uri: /aai/v11/network/vpn-bindings/vpn-binding
218         v8:
219           configuration:
220             uri: /aai/v11/network/configurations/configuration
221           customer:
222             uri: /aai/v8/business/customers/customer
223           generic-query:
224             uri: /aai/v8/search/generic-query
225           l3-network:
226             uri: /aai/v8/network/l3-networks/l3-network
227           network-policy:
228             uri: /aai/v8/network/network-policies/network-policy
229           nodes-query:
230             uri: /aai/v8/search/nodes-query
231           route-table-reference:
232             uri: /aai/v8/network/route-table-references/route-table-reference
233           tenant:
234             uri: /aai/v8/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant
235           vce:
236             uri: /aai/v8/network/vces/vce
237           vpn-binding:
238             uri: /aai/v8/network/vpn-bindings/vpn-binding
239         v9:
240           cloud-region:
241             uri: /aai/v9/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner
242           generic-vnf:
243             uri: /aai/v9/network/generic-vnfs/generic-vnf
244       retry:
245         attempts: '1'
246     deleteCinderVolumeV1:
247       aai:
248         volume-group:
249           uri: /aai/v6/cloud-infrastructure/volume-groups/volume-group
250     global:
251       default:
252         aai:
253           namespace: http://org.onap.aai.inventory/
254           version: 14
255     message:
256       endpoint: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/WorkflowMessage
257     notification:
258       name: GenericNotificationServiceATT
259     sdnc:
260       replication:
261         delay: PT60S
262     sdncadapter:
263       callback: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/SDNCAdapterCallbackService
264     vnfadapter:
265       create:
266         callback: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/vnfAdapterNotify
267       delete:
268         callback: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/vnfAdapterNotify
269       query:
270         callback: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/vnfAdapterNotify
271       rollback:
272         callback: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/vnfAdapterNotify
273   use:
274     qualified:
275       host: false
276   global:
277     dmaap:
278       username: testuser
279       password: alRyMzJ3NUNeakxl
280       host: http://10.42.111.36:904
281       publisher:
282         topic: replaceme
283   naming:
284     endpoint: http://naming.demo.onap.com:8081/web/service/v1/genNetworkElementName
285     auth: Basic bTA0NzY4QG5vbi1wcm9kLm1zby5lY29tcC5hdHQuY29tOkF0dG0wNDc2OExpZmUhQA==
286 policy:
287   auth: Basic dGVzdHBkcDphbHBoYTEyMw==
288   default:
289     disposition: Skip
290   client:
291     auth: Basic bTAzNzQzOnBvbGljeVIwY2sk
292   endpoint: http://pdp.{{ include "common.namespace" . }}:8081/pdp/api/
293   environment: TEST
294 sdnc:
295   auth: Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==
296   host: http://{{ .Values.global.sdncOamService }}.{{ include "common.namespace" . }}:{{ .Values.global.sdncOamPort }}
297   path: /restconf/operations/GENERIC-RESOURCE-API
298   si:
299     svc:
300       types: PORT-MIRROR,PPROBE
301   dmaap:
302     host: http://message-router.{{ include "common.namespace" . }}:3904
303     timeout: 30000
304   lcm:
305     path: '/restconf/operations/LCM:'
306     actionTimeout: 300000
307     dmapp:
308       readTopic: SDNC-LCM-WRITE
309       writeTopic: SDNC-LCM-READ
310 appc:
311   client:
312     topic:
313       read:
314         name: APPC-LCM-WRITE
315         timeout: 360000
316       write: APPC-LCM-READ
317       sdnc:
318         read: SDNC-LCM-WRITE
319         write: SDNC-LCM-READ
320     response:
321       timeout: 360000
322     key: VIlbtVl6YLhNUrtU
323     secret: 64AG2hF4pYeG2pq7CT6XwUOT
324     service: ueb
325     poolMembers: message-router.{{ include "common.namespace" . }}:3904,message-router.{{ include "common.namespace" . }}:3904
326 sniro:
327   conductor:
328     enabled: true
329     host: http://sniro-emulator:80
330     uri: /v1/release-orders
331     headers.auth: Basic dGVzdDp0ZXN0cHdk
332   manager:
333     timeout: PT30M
334     host: http://sniro-emulator:80
335     uri.v1: /sniro/api/v2/placement
336     uri.v2: /sniro/api/placement/v2
337     headers.auth: Basic dGVzdDp0ZXN0cHdk
338     headers.patchVersion: 1
339     headers.minorVersion: 1
340     headers.latestVersion: 2
341 server:
342   port: {{ index .Values.containerPort }}
343   tomcat:
344     max-threads: 50
345 spring:
346   datasource:
347     hikari:
348       jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/camundabpmn
349       username: ${DB_USERNAME}
350       password: ${DB_PASSWORD}
351       driver-class-name: org.mariadb.jdbc.Driver
352       pool-name: bpmn-pool
353       registerMbeans: true
354   security:
355     usercredentials:
356     -
357       username: apihBpmn
358       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
359       role: BPMN-Client
360     -
361       username: sdncaBpmn
362       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
363       role: BPMN-Client
364     -
365       username: poBpmn
366       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
367       role: BPMN-Client
368     -
369       username: wmaBpmn
370       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
371       role: BPMN-Client
372     -
373       username: sniro
374       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
375       role: SNIRO-Client
376     -
377       username: mso_admin
378       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
379       role: ACTUATOR
380 so:
381   vnfm:
382     adapter:
383       url: https://so-vnfm-adapter.{{ include "common.namespace" . }}:9092/so/vnfm-adapter/v1/
384       auth: {{ .Values.so.vnfm.adapter.auth }}
385 org:
386   onap:
387     so:
388       cloud-owner: CloudOwner