blob: f905484a934c219b0bddaa65118ab145237ac0e6 [file] [log] [blame]
aravind.est644f9002022-12-01 07:54:35 +00001spring:
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
12security:
13 enable-csrf: false
14
15a1pms:
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
24participant:
25 intermediaryParameters:
26 reportingTimeIntervalMs: 120000
27 description: Participant Description
FrancescoFioraEst4e2f85f2023-07-18 15:08:13 +010028 participantId: 101c62b3-8918-41b9-a747-d21eb79c6c00
aravind.est644f9002022-12-01 07:54:35 +000029 clampAutomationCompositionTopics:
30 topicSources:
31 - topic: POLICY-ACRUNTIME-PARTICIPANT
32 servers:
33 - ${topicServer:message-router}
34 topicCommInfrastructure: dmaap
35 fetchTimeout: 15000
36 topicSinks:
37 - topic: POLICY-ACRUNTIME-PARTICIPANT
38 servers:
39 - ${topicServer:message-router}
40 topicCommInfrastructure: dmaap
41
42
43management:
44 endpoints:
45 web:
46 base-path: /
47 exposure:
48 include: health, metrics, prometheus
49server:
50 port: 6969
51 ssl:
52 enabled: false
53 servlet:
54 context-path: /onap/policy/clamp/acm/a1pmsparticipant