aravind.est | 644f900 | 2022-12-01 07:54:35 +0000 | [diff] [blame] | 1 | spring: |
saul.gill | bbf5f96 | 2024-06-25 17:42:22 +0100 | [diff] [blame] | 2 | application: |
| 3 | name: a1pms-ppnt |
aravind.est | 644f900 | 2022-12-01 07:54:35 +0000 | [diff] [blame] | 4 | 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 |
| 14 | security: |
| 15 | enable-csrf: false |
| 16 | |
| 17 | a1pms: |
| 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 | |
| 26 | participant: |
| 27 | intermediaryParameters: |
| 28 | reportingTimeIntervalMs: 120000 |
| 29 | description: Participant Description |
FrancescoFioraEst | 4e2f85f | 2023-07-18 15:08:13 +0100 | [diff] [blame] | 30 | participantId: 101c62b3-8918-41b9-a747-d21eb79c6c00 |
rameshiyer27 | 7bfa0fd | 2024-06-11 16:51:57 +0000 | [diff] [blame] | 31 | topics: |
| 32 | operationTopic: policy-acruntime-participant |
| 33 | syncTopic: acm-ppnt-sync |
aravind.est | 644f900 | 2022-12-01 07:54:35 +0000 | [diff] [blame] | 34 | clampAutomationCompositionTopics: |
| 35 | topicSources: |
rameshiyer27 | 7bfa0fd | 2024-06-11 16:51:57 +0000 | [diff] [blame] | 36 | - topic: ${participant.intermediaryParameters.topics.operationTopic} |
aravind.est | 644f900 | 2022-12-01 07:54:35 +0000 | [diff] [blame] | 37 | servers: |
rameshiyer27 | f2609a3 | 2023-12-14 14:17:35 +0000 | [diff] [blame] | 38 | - ${topicServer:kafka:9092} |
| 39 | topicCommInfrastructure: kafka |
aravind.est | 644f900 | 2022-12-01 07:54:35 +0000 | [diff] [blame] | 40 | fetchTimeout: 15000 |
saul.gill | bbf5f96 | 2024-06-25 17:42:22 +0100 | [diff] [blame] | 41 | allowTracing: true |
rameshiyer27 | 4f25dde | 2024-06-13 13:52:16 +0000 | [diff] [blame] | 42 | additionalProps: |
| 43 | group.id: policy-clamp-ac-a1pms-ppnt |
rameshiyer27 | 7bfa0fd | 2024-06-11 16:51:57 +0000 | [diff] [blame] | 44 | |
| 45 | - topic: ${participant.intermediaryParameters.topics.syncTopic} |
| 46 | servers: |
| 47 | - ${topicServer:kafka:9092} |
| 48 | topicCommInfrastructure: kafka |
| 49 | fetchTimeout: 15000 |
| 50 | useHttps: false |
saul.gill | bbf5f96 | 2024-06-25 17:42:22 +0100 | [diff] [blame] | 51 | allowTracing: true |
aravind.est | 644f900 | 2022-12-01 07:54:35 +0000 | [diff] [blame] | 52 | topicSinks: |
rameshiyer27 | 7bfa0fd | 2024-06-11 16:51:57 +0000 | [diff] [blame] | 53 | - topic: ${participant.intermediaryParameters.topics.operationTopic} |
aravind.est | 644f900 | 2022-12-01 07:54:35 +0000 | [diff] [blame] | 54 | servers: |
rameshiyer27 | f2609a3 | 2023-12-14 14:17:35 +0000 | [diff] [blame] | 55 | - ${topicServer:kafka:9092} |
| 56 | topicCommInfrastructure: kafka |
saul.gill | bbf5f96 | 2024-06-25 17:42:22 +0100 | [diff] [blame] | 57 | allowTracing: true |
aravind.est | 644f900 | 2022-12-01 07:54:35 +0000 | [diff] [blame] | 58 | |
| 59 | |
| 60 | management: |
saul.gill | bbf5f96 | 2024-06-25 17:42:22 +0100 | [diff] [blame] | 61 | tracing: |
| 62 | propagation: |
| 63 | produce: B3 |
| 64 | sampling: |
| 65 | probability: 1.0 |
aravind.est | 644f900 | 2022-12-01 07:54:35 +0000 | [diff] [blame] | 66 | endpoints: |
| 67 | web: |
| 68 | base-path: / |
| 69 | exposure: |
| 70 | include: health, metrics, prometheus |
| 71 | server: |
| 72 | port: 6969 |
| 73 | ssl: |
| 74 | enabled: false |
| 75 | servlet: |
rameshiyer27 | 7bfa0fd | 2024-06-11 16:51:57 +0000 | [diff] [blame] | 76 | context-path: /onap/policy/clamp/acm/a1pmsparticipant |
saul.gill | bbf5f96 | 2024-06-25 17:42:22 +0100 | [diff] [blame] | 77 | |
| 78 | tracing: |
| 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 |