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