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