Upgrade ACM to latest release version
[nonrtric/plt/rappmanager.git] / participants / participant-impl-dme / src / main / resources / application.yaml
1 spring:
2   security:
3     user:
4       name: participantUser
5       password: zb!XztG34
6   autoconfigure:
7     exclude:
8       - org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
9       - org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
10       - org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
11       - org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
12 security:
13   enable-csrf: false
14
15 dme:
16   baseUrl: http://localhost:63475
17
18 participant:
19   intermediaryParameters:
20     reportingTimeIntervalMs: 120000
21     description: Participant Description
22     participantId: 101c62b3-8918-41b9-a747-d21eb79c6c08
23     clampAutomationCompositionTopics:
24       topicSources:
25         - topic: policy-acruntime-participant
26           servers:
27             - ${topicServer:kafka.default.svc.cluster.local:9092}
28           topicCommInfrastructure: NOOP
29           fetchTimeout: 15000
30       topicSinks:
31         - topic: policy-acruntime-participant
32           servers:
33             - ${topicServer:kafka.default.svc.cluster.local:9092}
34           topicCommInfrastructure: NOOP
35     participantSupportedElementTypes:
36       -
37         typeName: org.onap.policy.clamp.acm.DMEAutomationCompositionElement
38         typeVersion: 1.0.1
39
40 management:
41   endpoints:
42     web:
43       base-path: /
44       exposure:
45         include: health, metrics, prometheus
46 server:
47   port: 8080
48   servlet:
49     context-path: /nonrtric/dmeparticipant