Merge "Removing so-monitoring module"
[so.git] / so-etsi-nfvo / so-etsi-nfvo-ns-lcm / so-etsi-nfvo-ns-lcm-application / src / main / resources / application.yaml
1 # Copyright © 2020 Nordix Foundation
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: 2A11B07DB6214A839394AA1EC5844695F5114FC407FF5422625FB00175A3DCB8A1FF745F22867EFA72D5369D599BBD88DA8BED4233CF5586
16    version: v19
17    endpoint: https://aai.onap:8443
18 camunda:
19    bpm:
20       admin-user:
21          id: admin
22          password: admin
23       history-level: full
24       job-execution:
25          max-pool-size: 30
26          core-pool-size: 3
27 spring:
28    security:
29       usercredentials:
30       -  username: so-etsi-nfvo-ns-lcm
31          password: $2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke
32          role: BPEL-Client
33    http:
34       converters:
35          preferred-json-mapper: gson
36    main:
37       allow-bean-definition-overriding: true
38    datasource:
39       hikari:
40          camunda:
41             jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/camundabpmn
42             username: ${DB_USERNAME}
43             password: ${DB_PASSWORD}
44             driver-class-name: org.mariadb.jdbc.Driver
45             pool-name: bpmn-pool
46             registerMbeans: true
47          nfvo:
48             jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/nfvo
49             username: ${NFVO_USERNAME}
50             password: ${NFVO_PASSWORD}
51             driver-class-name: org.mariadb.jdbc.Driver
52             pool-name: nfvo-pool
53             registerMbeans: true
54 server:
55    port: 9095
56    tomcat:
57       max-threads: 50
58 mso:
59    key: 07a7159d3bf51a0e53be7a8f89699be7
60 so:
61    adapters:
62       sol003-adapter:
63          url: https://so-vnfm-adapter.onap:9092/so/vnfm-adapter/v1
64          auth: Basic dm5mbTpwYXNzd29yZDEk
65 etsi-catalog-manager:
66    base:
67       endpoint: http://modeling-etsicatalog.onap:8806/api
68 so-etsi-nfvo-ns-lcm:
69    endpoint: http://so-etsi-nfvo-ns-lcm.onap:9095