Add kafka docker container for policy CSITs
[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: 101c62b3-8918-41b9-a747-d21eb79c6c02
21     clampAutomationCompositionTopics:
22       topicSources:
23         -
24           topic: policy-acruntime-participant
25           servers:
26             - ${topicServer:kafka:9092}
27           topicCommInfrastructure: kafka
28           fetchTimeout: 15000
29           useHttps: false
30       topicSinks:
31         -
32           topic: policy-acruntime-participant
33           servers:
34             - ${topicServer:kafka:9092}
35           topicCommInfrastructure: kafka
36           useHttps: false
37     participantSupportedElementTypes:
38       - typeName: org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement
39         typeVersion: 1.0.0
40
41 management:
42   endpoints:
43     web:
44       exposure:
45         include: health, metrics, prometheus
46 server:
47   port: 6969
48   ssl:
49     enabled: false
50   servlet:
51     context-path: /onap/policy/clamp/acm/k8sparticipant
52
53 logging:
54   # Configuration of logging
55   level:
56     ROOT: ERROR
57     org.springframework: ERROR
58     org.springframework.data: ERROR
59     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
60     org.onap.policy.clamp.acm.participant.kubernetes: INFO
61   file:
62     name: /var/log/onap/policy/clamp/application.log
63
64 chart:
65   api:
66     enabled: false