e61f10fe4d4b8bfe6293231d85b451d12a5d8d36
[it/dep.git] / nonrtric / helm / rappmanager / resources / config / application.yaml
1 ################################################################################
2 #   Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved.  #
3 #                                                                              #
4 #   Licensed under the Apache License, Version 2.0 (the "License");            #
5 #   you may not use this file except in compliance with the License.           #
6 #   You may obtain a copy of the License at                                    #
7 #                                                                              #
8 #       http://www.apache.org/licenses/LICENSE-2.0                             #
9 #                                                                              #
10 #   Unless required by applicable law or agreed to in writing, software        #
11 #   distributed under the License is distributed on an "AS IS" BASIS,          #
12 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
13 #   See the License for the specific language governing permissions and        #
14 #   limitations under the License.                                             #
15 ################################################################################
16
17 rappmanager:
18   csarlocation: /opt/app/rappmanager/csar
19   acm:
20     baseurl: http://policy-clamp-runtime-acm.default:6969/onap/policy/clamp/acm/v2/
21     maxRetries: 10
22     retryInterval: 2 #seconds
23   sme:
24     baseurl: http://servicemanager:8095
25     providerBasePath: /api-provider-management/v1/
26     invokerBasePath: /api-invoker-management/v1/
27     publishApiBasePath: /published-apis/v1/
28     maxRetries: 3
29     retryInterval: 2 #seconds
30   dme:
31     baseurl: http://informationservice:9082
32
33   rapps:
34     env:
35       smeDiscoveryEndpoint: http://servicemanager:8095/service-apis/v1/allServiceAPIs
36
37 spring:
38   jackson:
39     default-property-inclusion: non_null
40
41 logging:
42   level:
43     root: INFO
44     com.oransc: DEBUG
45     org.apache.http: DEBUG
46     httpclient.wire: DEBUG
47     org.springframework.web.client.RestTemplate: TRACE
48
49 management:
50   endpoints:
51     web:
52       exposure:
53         include: "*"