Remove Information Coordinator Service
[nonrtric.git] / helm-manager / config / application.yaml
1 #  ============LICENSE_START===============================================
2 #  Copyright (C) 2020 Nordix Foundation. 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 #  ============LICENSE_END=================================================
16 #
17
18 spring:
19   profiles:
20     active: prod
21   security:
22     user:
23       name: helmadmin
24       password: itisasecret
25 security:
26   enable-csrf: false
27
28
29 participant:
30   localChartDirectory: /var/helm-manager-service
31   # This below is not used but need to be here to make the app work
32   infoFileName: CHART_INFO.json
33   intermediaryParameters:
34     reportingTimeIntervalMs: 120000
35     description: Dummy Description
36     participantId:
37       name: noname
38       version: 0.0.1
39     participantType:
40       name: noname
41       version: 0.0.1
42     clampControlLoopTopics:
43       topicSources:
44       topicSinks:
45         -
46           topic: NOTOPIC
47           servers:
48             - localhost
49           topicCommInfrastructure: dmaap
50
51 management:
52   endpoints:
53     web:
54       exposure:
55         include: "loggers,logfile,health,info,metrics,threaddump,heapdump"
56 server:
57   # Configuration of the HTTP/REST server. The parameters are defined and handled by the springboot framework.
58   # See springboot documentation.
59   port: 8083
60   servlet:
61     context-path:
62
63 logging:
64   # Configuration of logging
65   level:
66     ROOT: INFO
67     org.springframework: ERROR
68     org.springframework.data: ERROR
69     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
70     com.att.nsa.cambria.client.impl: OFF
71     com.att.nsa.apiClient.http: OFF
72   file:
73     name: /var/log/onap/policy/clamp/application.log