Add NONRTRIC rAppmanager HELM charts
[it/dep.git] / nonrtric / helm / rappmanager / resources / config / application.yaml
1 ################################################################################
2 #   Copyright (C) 2023 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://capifcore:8090
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 spring:
34   jackson:
35     default-property-inclusion: non_null
36
37 logging:
38   level:
39     root: INFO
40     com.oransc: DEBUG
41     org.apache.http: DEBUG
42     httpclient.wire: DEBUG
43     org.springframework.web.client.RestTemplate: TRACE
44
45 management:
46   endpoints:
47     web:
48       exposure:
49         include: "*"