spring: application: name: acm-r security: user: name: runtimeUser password: zb!XztG34 mvc: converters: preferred-json-mapper: gson datasource: url: jdbc:mariadb://${mariadb.host:mariadb}:${mariadb.port:3306}/clampacm driverClassName: org.mariadb.jdbc.Driver username: policy_user password: policy_user hikari: connectionTimeout: 30000 idleTimeout: 600000 maxLifetime: 1800000 maximumPoolSize: 10 jpa: hibernate: ddl-auto: none naming: physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy properties: hibernate: format_sql: true security: enable-csrf: false server: servlet: context-path: /onap/policy/clamp/acm port: 6969 ssl: enabled: false error: path: /error runtime: topics: operationTopic: policy-acruntime-participant syncTopic: acm-ppnt-sync participantParameters: heartBeatMs: 20000 maxStatusWaitMs: 200000 topicParameterGroup: topicSources: - topic: ${runtime.topics.operationTopic} servers: - ${topicServer:kafka:9092} topicCommInfrastructure: kafka fetchTimeout: 15000 useHttps: false additionalProps: group.id: policy-clamp-runtime-acm allowTracing: true topicSinks: - topic: ${runtime.topics.operationTopic} servers: - ${topicServer:kafka:9092} topicCommInfrastructure: kafka allowTracing: true useHttps: false - topic: ${runtime.topics.syncTopic} servers: - ${topicServer:kafka:9092} topicCommInfrastructure: kafka useHttps: false allowTracing: true acmParameters: toscaElementName: org.onap.policy.clamp.acm.AutomationCompositionElement toscaCompositionName: org.onap.policy.clamp.acm.AutomationComposition management: tracing: propagation: produce: B3 sampling: probability: 1.0 endpoints: web: base-path: / exposure: include: health, metrics, prometheus metrics: security: disabled: false # Tracing can be configured for grpc or http - default is http #tracing: # enabled: true # exporter: # endpoint: http://jaeger:4317 # protocol: grpc # sampler: # jaeger-remote: # endpoint: http://jaeger:14250 tracing: enabled: true exporter: endpoint: http://jaeger:4318/v1/traces protocol: http sampler: jaeger-remote: endpoint: http://jaeger:14250