X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fdmeparticipant%2Fresources%2Fconfig%2Fapplication.yaml;fp=nonrtric%2Fhelm%2Fdmeparticipant%2Fresources%2Fconfig%2Fapplication.yaml;h=648a0fc2534be42f1a75d3408f481aefd8fe3470;hb=7a8f974a3815cc8a17041dbba4154cd2c799ac4e;hp=0000000000000000000000000000000000000000;hpb=f36dc4aa083d3feecc84293860cc598ccac116a0;p=it%2Fdep.git diff --git a/nonrtric/helm/dmeparticipant/resources/config/application.yaml b/nonrtric/helm/dmeparticipant/resources/config/application.yaml new file mode 100644 index 00000000..648a0fc2 --- /dev/null +++ b/nonrtric/helm/dmeparticipant/resources/config/application.yaml @@ -0,0 +1,45 @@ +spring: + autoconfigure: + exclude: + - org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration + - org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration + - org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration + - org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration +security: + enable-csrf: false + +dme: + baseUrl: http://informationservice:9082 + +participant: + intermediaryParameters: + reportingTimeIntervalMs: 120000 + description: Participant Description + participantId: 101c62b3-8918-41b9-a747-d21eb79c6c08 + clampAutomationCompositionTopics: + topicSources: + - topic: POLICY-ACRUNTIME-PARTICIPANT + servers: + - ${topicServer:message-router.default} + topicCommInfrastructure: dmaap + fetchTimeout: 15000 + topicSinks: + - topic: POLICY-ACRUNTIME-PARTICIPANT + servers: + - ${topicServer:message-router.default} + topicCommInfrastructure: dmaap + participantSupportedElementTypes: + - + typeName: org.onap.policy.clamp.acm.DMEAutomationCompositionElement + typeVersion: 1.0.1 + +management: + endpoints: + web: + base-path: / + exposure: + include: health, metrics, prometheus +server: + port: 8080 + servlet: + context-path: /nonrtric/dmeparticipant