d9c3326fd2e06aec462dfa85816111ef5abb2385
[policy/docker.git] / compose / config / clamp / KubernetesParticipantParameters.yaml
1 spring:
2   security:
3     user:
4       name: participantUser
5       password: zb!XztG34
6   autoconfigure:
7     exclude: >
8       org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,
9       org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration,
10       org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
11 security:
12   enable-csrf: false
13
14 participant:
15   localChartDirectory: /home/policy/local-charts
16   infoFileName: CHART_INFO.json
17   intermediaryParameters:
18     reportingTimeIntervalMs: 120000
19     description: Participant Description
20     participantId:
21       name: K8sParticipant0
22       version: 1.0.0
23     participantType:
24       name: org.onap.policy.clamp.acm.KubernetesParticipant
25       version: 2.3.4
26     clampAutomationCompositionTopics:
27       topicSources:
28         -
29           topic: POLICY-ACRUNTIME-PARTICIPANT
30           servers:
31             - ${topicServer:message-router}
32           topicCommInfrastructure: dmaap
33           fetchTimeout: 15000
34           useHttps: false
35       topicSinks:
36         -
37           topic: POLICY-ACRUNTIME-PARTICIPANT
38           servers:
39             - ${topicServer:message-router}
40           topicCommInfrastructure: dmaap
41           useHttps: false
42
43 management:
44   endpoints:
45     web:
46       exposure:
47         include: health, metrics, prometheus
48 server:
49   port: 6969
50   ssl:
51     enabled: false
52   servlet:
53     context-path: /onap/policy/clamp/acm/k8sparticipant
54
55 logging:
56   # Configuration of logging
57   level:
58     ROOT: ERROR
59     org.springframework: ERROR
60     org.springframework.data: ERROR
61     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
62     org.onap.policy.clamp.acm.participant.kubernetes: INFO
63   file:
64     name: /var/log/onap/policy/clamp/application.log
65
66 chart:
67   api:
68     enabled: false