aravind.est | 644f900 | 2022-12-01 07:54:35 +0000 | [diff] [blame] | 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 |
FrancescoFioraEst | 4e2f85f | 2023-07-18 15:08:13 +0100 | [diff] [blame^] | 28 | participantId: 101c62b3-8918-41b9-a747-d21eb79c6c00 |
aravind.est | 644f900 | 2022-12-01 07:54:35 +0000 | [diff] [blame] | 29 | 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 | |
| 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 |