[CONSUL] Add limits to consul chart.
[oom.git] / kubernetes / so / charts / 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 "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 "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 "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/v1/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   bpmn:
110     process:
111       historyTimeToLive: '30'
112   callbackRetryAttempts: '5'
113   catalog:
114     db:
115       endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082/ecomp/mso/catalog
116       spring:
117         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
118   db:
119     auth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.header "value2" .Values.mso.adapters.requestDb.auth )}}
120   default:
121     adapter:
122       namespace: http://org.onap.mso
123   healthcheck:
124     log:
125       debug: 'false'
126   infra:
127     endpoint:
128       url: http://so.{{ include "common.namespace" . }}:8080/onap/so/infra
129     customer:
130       id: testCustIdInfra
131   po:
132     timeout: PT60M
133   request:
134     db:
135       endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083/
136   rollback: 'true'
137   sdnc:
138     password: {{ .Values.mso.sdnc.password }}
139   service:
140     agnostic:
141       sniro:
142         endpoint: /sniro/api/v2/placement
143         host: http://sniro-emulator:80
144   site-name: CamundaEngine
145   sniro:
146     auth: {{ .Values.mso.sniro.auth }}
147     callback: http://so-openstack-adapter.{{ include "common.namespace" . }}:8087/adapters/rest/SDNCNotify
148     endpoint: {{ .Values.mso.sniro.endpoint }}
149     timeout: PT30M
150   oof:
151     auth: {{ .Values.mso.oof.auth }}
152     callbackEndpoint: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/WorkflowMessage
153     endpoint: https://oof-osdf.{{ include "common.namespace" . }}:8698
154     timeout: PT30M
155   workflow:
156     CreateGenericVNFV1:
157       aai:
158         volume-group:
159           uri: /aai/v6/cloud-infrastructure/volume-groups/volume-group
160     default:
161       aai:
162         version: '14'
163         cloud-region:
164           version: '14'
165         generic-vnf:
166           version: '14'
167         v14:
168           customer:
169             uri: /aai/v14/business/customers/customer
170           generic-query:
171             uri: /aai/v14/search/generic-query
172           generic-vnf:
173             uri: /aai/v14/network/generic-vnfs/generic-vnf
174           l3-network:
175             uri: /aai/v14/network/l3-networks/l3-network
176           network-policy:
177             uri: /aai/v14/network/network-policies/network-policy
178           nodes-query:
179             uri: /aai/v14/search/nodes-query
180           route-table-reference:
181             uri: /aai/v14/network/route-table-references/route-table-reference
182           tenant:
183             uri: /aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant
184           vce:
185             uri: /aai/v14/network/vces/vce
186           vpn-binding:
187             uri: /aai/v14/network/vpn-bindings/vpn-binding
188           sp-partner:
189             uri: /aai/v14/business/sp-partners/sp-partner
190           device:
191             uri: /aai/v14/network/devices/device
192         v11:
193           customer:
194             uri: /aai/v11/business/customers/customer
195           generic-query:
196             uri: /aai/v11/search/generic-query
197           generic-vnf:
198             uri: /aai/v11/network/generic-vnfs/generic-vnf
199           l3-network:
200             uri: /aai/v11/network/l3-networks/l3-network
201           network-policy:
202             uri: /aai/v11/network/network-policies/network-policy
203           nodes-query:
204             uri: /aai/v11/search/nodes-query
205           route-table-reference:
206             uri: /aai/v11/network/route-table-references/route-table-reference
207           tenant:
208             uri: /aai/v11/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant
209           vce:
210             uri: /aai/v11/network/vces/vce
211           vpn-binding:
212             uri: /aai/v11/network/vpn-bindings/vpn-binding
213         v8:
214           configuration:
215             uri: /aai/v11/network/configurations/configuration
216           customer:
217             uri: /aai/v8/business/customers/customer
218           generic-query:
219             uri: /aai/v8/search/generic-query
220           l3-network:
221             uri: /aai/v8/network/l3-networks/l3-network
222           network-policy:
223             uri: /aai/v8/network/network-policies/network-policy
224           nodes-query:
225             uri: /aai/v8/search/nodes-query
226           route-table-reference:
227             uri: /aai/v8/network/route-table-references/route-table-reference
228           tenant:
229             uri: /aai/v8/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant
230           vce:
231             uri: /aai/v8/network/vces/vce
232           vpn-binding:
233             uri: /aai/v8/network/vpn-bindings/vpn-binding
234         v9:
235           cloud-region:
236             uri: /aai/v9/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner
237           generic-vnf:
238             uri: /aai/v9/network/generic-vnfs/generic-vnf
239       retry:
240         attempts: '1'
241     deleteCinderVolumeV1:
242       aai:
243         volume-group:
244           uri: /aai/v6/cloud-infrastructure/volume-groups/volume-group
245     global:
246       default:
247         aai:
248           namespace: http://org.onap.aai.inventory/
249           version: 14
250     message:
251       endpoint: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/WorkflowMessage
252     notification:
253       name: GenericNotificationServiceATT
254     sdnc:
255       replication:
256         delay: PT60S
257     sdncadapter:
258       callback: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/SDNCAdapterCallbackService
259     vnfadapter:
260       create:
261         callback: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/vnfAdapterNotify
262       delete:
263         callback: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/vnfAdapterNotify
264       query:
265         callback: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/vnfAdapterNotify
266       rollback:
267         callback: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/vnfAdapterNotify
268   use:
269     qualified:
270       host: false
271   global:
272     dmaap:
273       username: testuser
274       password: alRyMzJ3NUNeakxl
275       host: http://10.42.111.36:904
276       publisher:
277         topic: replaceme
278   naming:
279     endpoint: http://naming.demo.onap.com:8081/web/service/v1/genNetworkElementName
280     auth: Basic bTA0NzY4QG5vbi1wcm9kLm1zby5lY29tcC5hdHQuY29tOkF0dG0wNDc2OExpZmUhQA==
281 policy:
282   auth: Basic dGVzdHBkcDphbHBoYTEyMw==
283   default:
284     disposition: Skip
285   client:
286     auth: Basic bTAzNzQzOnBvbGljeVIwY2sk
287   endpoint: http://pdp.{{ include "common.namespace" . }}:8081/pdp/api/
288   environment: TEST
289 sdnc:
290   auth: Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==
291   host: http://{{ .Values.global.sdncOamService }}.{{ include "common.namespace" . }}:{{ .Values.global.sdncOamPort }}
292   path: /restconf/operations/GENERIC-RESOURCE-API
293   si:
294     svc:
295       types: PORT-MIRROR,PPROBE
296   dmaap:
297     host: http://message-router.{{ include "common.namespace" . }}:3904
298     timeout: 30000
299   lcm:
300     path: '/restconf/operations/LCM:'
301     actionTimeout: 300000
302     dmapp:
303       readTopic: SDNC-LCM-WRITE
304       writeTopic: SDNC-LCM-READ
305 appc:
306   client:
307     topic:
308       read:
309         name: APPC-LCM-WRITE
310         timeout: 360000
311       write: APPC-LCM-READ
312       sdnc:
313         read: SDNC-LCM-WRITE
314         write: SDNC-LCM-READ
315     response:
316       timeout: 360000
317     key: VIlbtVl6YLhNUrtU
318     secret: 64AG2hF4pYeG2pq7CT6XwUOT
319     service: ueb
320     poolMembers: message-router.{{ include "common.namespace" . }}:3904,message-router.{{ include "common.namespace" . }}:3904
321 sniro:
322   conductor:
323     enabled: true
324     host: http://sniro-emulator:80
325     uri: /v1/release-orders
326     headers.auth: Basic dGVzdDp0ZXN0cHdk
327   manager:
328     timeout: PT30M
329     host: http://sniro-emulator:80
330     uri.v1: /sniro/api/v2/placement
331     uri.v2: /sniro/api/placement/v2
332     headers.auth: Basic dGVzdDp0ZXN0cHdk
333     headers.patchVersion: 1
334     headers.minorVersion: 1
335     headers.latestVersion: 2
336 server:
337   port: {{ index .Values.containerPort }}
338   tomcat:
339     max-threads: 50
340 spring:
341   datasource:
342     hikari:
343       jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/camundabpmn
344       username: ${DB_USERNAME}
345       password: ${DB_PASSWORD}
346       driver-class-name: org.mariadb.jdbc.Driver
347       pool-name: bpmn-pool
348       registerMbeans: true
349   security:
350     usercredentials:
351     -
352       username: apihBpmn
353       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
354       role: BPMN-Client
355     -
356       username: sdncaBpmn
357       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
358       role: BPMN-Client
359     -
360       username: poBpmn
361       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
362       role: BPMN-Client
363     -
364       username: wmaBpmn
365       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
366       role: BPMN-Client
367     -
368       username: sniro
369       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
370       role: SNIRO-Client
371     -
372       username: mso_admin
373       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
374       role: ACTUATOR
375 so:
376   vnfm:
377     adapter:
378       url: https://so-vnfm-adapter.{{ include "common.namespace" . }}:9092/so/vnfm-adapter/v1/
379       auth: {{ .Values.so.vnfm.adapter.auth }}
380 org:
381   onap:
382     so:
383       cloud-owner: CloudOwner