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