Implementing Create NS
[so.git] / so-etsi-nfvo / so-etsi-nfvo-ns-lcm / so-etsi-nfvo-ns-lcm-service / src / test / 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 spring:
15    main:
16       allow-bean-definition-overriding: true
17    flyway:
18       baseline-on-migrate: false
19    datasource:
20       hikari:
21          camunda:
22             jdbcUrl: jdbc:h2:mem:example-simple;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
23             driver-class-name: org.h2.Driver
24             pool-name: ns-lcm-bpmn-pool
25             registerMbeans: true
26          nfvo:
27             jdbcUrl: jdbc:h2:mem:NFVO;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;INIT=CREATE SCHEMA IF NOT EXISTS NFVO;
28             driver-class-name: org.h2.Driver
29             pool-name: ns-lcm-bpmn-pool
30             registerMbeans: true
31    jpa:
32       hibernate:
33          ddl-auto: none
34 logging:
35    level:
36       org.reflections.Reflections: ERROR
37 etsi-catalog-manager:
38    base:
39       endpoint: http://modeling-etsicatalog.onap:8806/api
40 etsi-so-ns-lcm-manager:
41    endpoint: http://etsi-so-ns-lcm-manager-service:9095