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 |
| 28 | participantId: |
| 29 | name: A1PMSParticipant0 |
| 30 | version: 1.0.0 |
| 31 | participantType: |
| 32 | name: org.onap.policy.clamp.acm.A1PMSParticipant |
| 33 | version: 2.3.4 |
| 34 | clampAutomationCompositionTopics: |
| 35 | topicSources: |
| 36 | - topic: POLICY-ACRUNTIME-PARTICIPANT |
| 37 | servers: |
| 38 | - ${topicServer:message-router} |
| 39 | topicCommInfrastructure: dmaap |
| 40 | fetchTimeout: 15000 |
| 41 | topicSinks: |
| 42 | - topic: POLICY-ACRUNTIME-PARTICIPANT |
| 43 | servers: |
| 44 | - ${topicServer:message-router} |
| 45 | topicCommInfrastructure: dmaap |
| 46 | |
| 47 | |
| 48 | management: |
| 49 | endpoints: |
| 50 | web: |
| 51 | base-path: / |
| 52 | exposure: |
| 53 | include: health, metrics, prometheus |
| 54 | server: |
| 55 | port: 6969 |
| 56 | ssl: |
| 57 | enabled: false |
| 58 | servlet: |
| 59 | context-path: /onap/policy/clamp/acm/a1pmsparticipant |