Sirisha_Manchikanti | 826d9ed | 2021-09-17 17:33:11 +0100 | [diff] [blame^] | 1 | spring: |
| 2 | security: |
| 3 | user: |
| 4 | name: healthcheck |
| 5 | password: zb!XztG34 |
| 6 | security: |
| 7 | enable-csrf: false |
| 8 | |
| 9 | participant: |
| 10 | localChartDirectory: /home/policy/local-charts |
| 11 | infoFileName: CHART_INFO.json |
| 12 | intermediaryParameters: |
| 13 | reportingTimeIntervalMs: 120000 |
| 14 | description: Participant Description |
| 15 | participantId: |
| 16 | name: K8sParticipant0 |
| 17 | version: 1.0.0 |
| 18 | participantType: |
| 19 | name: org.onap.k8s.controlloop.K8SControlLoopParticipant |
| 20 | version: 2.3.4 |
| 21 | clampControlLoopTopics: |
| 22 | topicSources: |
| 23 | - |
| 24 | topic: POLICY-CLRUNTIME-PARTICIPANT |
| 25 | servers: |
| 26 | - ${topicServer:message-router} |
| 27 | topicCommInfrastructure: dmaap |
| 28 | fetchTimeout: 15000 |
| 29 | useHttps: true |
| 30 | topicSinks: |
| 31 | - |
| 32 | topic: POLICY-CLRUNTIME-PARTICIPANT |
| 33 | servers: |
| 34 | - ${topicServer:message-router} |
| 35 | topicCommInfrastructure: dmaap |
| 36 | useHttps: true |
| 37 | |
| 38 | management: |
| 39 | endpoints: |
| 40 | web: |
| 41 | exposure: |
| 42 | include: "loggers,logfile,health,info,metrics,threaddump,heapdump" |
| 43 | server: |
| 44 | # Configuration of the HTTP/REST server. The parameters are defined and handled by the springboot framework. |
| 45 | # See springboot documentation. |
| 46 | port: 8083 |
| 47 | servlet: |
| 48 | context-path: /onap/k8sparticipant |
| 49 | |
| 50 | logging: |
| 51 | # Configuration of logging |
| 52 | level: |
| 53 | ROOT: INFO |
| 54 | org.springframework: ERROR |
| 55 | org.springframework.data: ERROR |
| 56 | org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR |
| 57 | file: |
| 58 | name: /var/log/onap/policy/clamp/application.log |