blob: 713955366535bf37db120972d5de5d96c9f3f9d5 [file] [log] [blame]
aravind.est644f9002022-12-01 07:54:35 +00001spring:
saul.gillbbf5f962024-06-25 17:42:22 +01002 application:
3 name: a1pms-ppnt
aravind.est644f9002022-12-01 07:54:35 +00004 security:
5 user:
6 name: participantUser
7 password: zb!XztG34
8 autoconfigure:
9 exclude:
10 - org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
11 - org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
12 - org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
13 - org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
14security:
15 enable-csrf: false
16
17a1pms:
18 baseUrl: http://a1policymanagement.onap:8081
19 headers:
20 content-type: application/json
21 endpoints:
22 health: /a1-policy/v2/rics
23 services: /a1-policy/v2/services
24 service: /a1-policy/v2/services/{service_id}
25
26participant:
27 intermediaryParameters:
28 reportingTimeIntervalMs: 120000
29 description: Participant Description
FrancescoFioraEst4e2f85f2023-07-18 15:08:13 +010030 participantId: 101c62b3-8918-41b9-a747-d21eb79c6c00
rameshiyer277bfa0fd2024-06-11 16:51:57 +000031 topics:
32 operationTopic: policy-acruntime-participant
33 syncTopic: acm-ppnt-sync
aravind.est644f9002022-12-01 07:54:35 +000034 clampAutomationCompositionTopics:
35 topicSources:
rameshiyer277bfa0fd2024-06-11 16:51:57 +000036 - topic: ${participant.intermediaryParameters.topics.operationTopic}
aravind.est644f9002022-12-01 07:54:35 +000037 servers:
rameshiyer27f2609a32023-12-14 14:17:35 +000038 - ${topicServer:kafka:9092}
39 topicCommInfrastructure: kafka
aravind.est644f9002022-12-01 07:54:35 +000040 fetchTimeout: 15000
saul.gillbbf5f962024-06-25 17:42:22 +010041 allowTracing: true
rameshiyer274f25dde2024-06-13 13:52:16 +000042 additionalProps:
43 group.id: policy-clamp-ac-a1pms-ppnt
rameshiyer277bfa0fd2024-06-11 16:51:57 +000044
45 - topic: ${participant.intermediaryParameters.topics.syncTopic}
46 servers:
47 - ${topicServer:kafka:9092}
48 topicCommInfrastructure: kafka
49 fetchTimeout: 15000
50 useHttps: false
saul.gillbbf5f962024-06-25 17:42:22 +010051 allowTracing: true
aravind.est644f9002022-12-01 07:54:35 +000052 topicSinks:
rameshiyer277bfa0fd2024-06-11 16:51:57 +000053 - topic: ${participant.intermediaryParameters.topics.operationTopic}
aravind.est644f9002022-12-01 07:54:35 +000054 servers:
rameshiyer27f2609a32023-12-14 14:17:35 +000055 - ${topicServer:kafka:9092}
56 topicCommInfrastructure: kafka
saul.gillbbf5f962024-06-25 17:42:22 +010057 allowTracing: true
aravind.est644f9002022-12-01 07:54:35 +000058
59
60management:
saul.gillbbf5f962024-06-25 17:42:22 +010061 tracing:
62 propagation:
63 produce: B3
64 sampling:
65 probability: 1.0
aravind.est644f9002022-12-01 07:54:35 +000066 endpoints:
67 web:
68 base-path: /
69 exposure:
70 include: health, metrics, prometheus
71server:
72 port: 6969
73 ssl:
74 enabled: false
75 servlet:
rameshiyer277bfa0fd2024-06-11 16:51:57 +000076 context-path: /onap/policy/clamp/acm/a1pmsparticipant
saul.gillbbf5f962024-06-25 17:42:22 +010077
78tracing:
79 enabled: true
80 exporter:
81 endpoint: http://jaeger:4318/v1/traces
82 protocol: http
83 sampler:
84 jaeger-remote:
85 endpoint: http://jaeger:14250