Add kafka docker container for policy CSITs
[policy/docker.git] / compose / config / clamp / A1pmsParticipantParameters.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 a1pms:
16   baseUrl: http://a1policymanagement.onap:8081
17   headers:
18     content-type: application/json
19   endpoints:
20     health: /a1-policy/v2/rics
21     services: /a1-policy/v2/services
22     service: /a1-policy/v2/services/{service_id}
23
24 participant:
25   intermediaryParameters:
26     reportingTimeIntervalMs: 120000
27     description: Participant Description
28     participantId: 101c62b3-8918-41b9-a747-d21eb79c6c00
29     clampAutomationCompositionTopics:
30       topicSources:
31         - topic: policy-acruntime-participant
32           servers:
33             - ${topicServer:kafka:9092}
34           topicCommInfrastructure: kafka
35           fetchTimeout: 15000
36       topicSinks:
37         - topic: policy-acruntime-participant
38           servers:
39             - ${topicServer:kafka:9092}
40           topicCommInfrastructure: kafka
41
42
43 management:
44   endpoints:
45     web:
46       base-path: /
47       exposure:
48         include: health, metrics, prometheus
49 server:
50   port: 6969
51   ssl:
52     enabled: false
53   servlet:
54     context-path: /onap/policy/clamp/acm/a1pmsparticipant