1 # ============LICENSE_START=======================================================
2 # Copyright (C) 2021 Pantheon.tech
3 # Modifications Copyright (C) 2021-2022 Bell Canada
4 # Modifications Copyright (C) 2024 TechMahindra Ltd
5 # Modifications Copyright (C) 2021-2025 OpenInfra Foundation Europe. All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
11 # http://www.apache.org/licenses/LICENSE-2.0
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
19 # SPDX-License-Identifier: Apache-2.0
20 # ============LICENSE_END=========================================================
27 cps-base-path: /cps/api
29 ncmp-inventory-base-path: /ncmpInventory
35 name: "cps-application"
41 hibernate.enable_lazy_load_no_trans: true
42 hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect
43 # Please ensure these values match those used in integration-test/src/test/resources/application.yml
44 hibernate.id.new_generator_mappings: true
45 hibernate.jdbc.batch_size: 100
48 url: jdbc:postgresql://${DB_HOST:localhost}:${DB_PORT:5432}/cpsdb
49 username: ${DB_USERNAME}
50 password: ${DB_PASSWORD}
51 driverClassName: org.postgresql.Driver
56 connectionTimeout: 30000
57 leakDetectionThreshold: 30000
58 pool-name: CpsDatabasePool
62 cache-names: yangSchema
64 spec: maximumSize=10000,expireAfterAccess=10m
67 change-log: classpath:changelog/changelog-master.yaml
68 label-filter: ${LIQUIBASE_LABELS}
74 max-request-size: 100MB
77 bootstrap-servers: ${KAFKA_BOOTSTRAP_SERVER:localhost:9092}
81 value-serializer: io.cloudevents.kafka.CloudEventSerializer
84 group-id: ${NCMP_CONSUMER_GROUP_ID:ncmp-group}
85 key-deserializer: org.springframework.kafka.support.serializer.ErrorHandlingDeserializer
86 value-deserializer: org.springframework.kafka.support.serializer.ErrorHandlingDeserializer
88 spring.deserializer.key.delegate.class: org.apache.kafka.common.serialization.StringDeserializer
89 spring.deserializer.value.delegate.class: io.cloudevents.kafka.CloudEventDeserializer
90 spring.json.use.type.headers: false
93 default-property-inclusion: NON_NULL
95 FAIL_ON_EMPTY_BEANS: false
102 topic: ${NCMP_ASYNC_M2M_TOPIC:ncmp-async-m2m}
104 cm-subscription-ncmp-in: ${CM_SUBSCRIPTION_NCMP_IN_TOPIC:subscription}
105 cm-subscription-dmi-in: ${CM_SUBSCRIPTION_DMI_IN_TOPIC:ncmp-dmi-cm-avc-subscription}
106 cm-subscription-dmi-out: ${CM_SUBSCRIPTION_DMI_OUT_TOPIC:dmi-ncmp-cm-avc-subscription}
107 cm-subscription-ncmp-out: ${CM_SUBSCRIPTION_NCMP_OUT_TOPIC:subscription-response}
108 cm-events-topic: ${NCMP_CM_EVENTS_TOPIC:cm-events}
109 inventory-events-topic: ncmp-inventory-events
112 topic: ${LCM_EVENTS_TOPIC:ncmp-events}
115 topic: ${DMI_CM_EVENTS_TOPIC:dmi-cm-events}
117 topic: ${DMI_DEVICE_HEARTBEAT_TOPIC:dmi-device-heartbeat}
120 change-event-notifications-enabled: ${CPS_CHANGE_EVENT_NOTIFICATIONS_ENABLED:false}
121 topic: ${CPS_CHANGE_EVENT_TOPIC:cps-data-updated-events}
130 wait-for-tasks-to-complete-on-shutdown: true
131 thread-name-prefix: Async-
132 time-out-value-in-ms: 60000
136 disable-swagger-default-url: true
137 urlsPrimaryName: cps-core
140 url: /api-docs/cps-core/openapi.yaml
142 url: /api-docs/cps-ncmp/openapi.yaml
143 - name: cps-ncmp-inventory
144 url: /api-docs/cps-ncmp/openapi-inventory.yaml
148 micrometer-jvm-extras: false
152 endpoint: ${ONAP_OTEL_SAMPLER_JAEGER_REMOTE_ENDPOINT:http://onap-otel-collector:14250}
154 endpoint: ${ONAP_OTEL_EXPORTER_ENDPOINT:http://onap-otel-collector:4317}
155 protocol: ${ONAP_OTEL_EXPORTER_PROTOCOL:grpc}
156 enabled: ${ONAP_TRACING_ENABLED:false}
157 excluded-observation-names: ${ONAP_EXCLUDED_OBSERVATION_NAMES:tasks.scheduled.execution}
163 produce: ${ONAP_PROPAGATOR_PRODUCE:[W3C]}
169 include: info,health,loggers,prometheus,metrics,heapdump,threaddump
173 # kubernetes probes: liveness and readiness
186 springframework: INFO
191 enabled: ${POLICY_SERVICE_ENABLED:false}
192 defaultDecision: ${POLICY_SERVICE_DEFAULT_DECISION:"allow"}
194 address: ${POLICY_SERVICE_URL:http://policy-executor-stub}
195 port: ${POLICY_SERVICE_PORT:8093}
198 maximumInMemorySizeInMegabytes: 16
199 maximumConnectionsTotal: 100
200 pendingAcquireMaxCount: 50
201 connectionTimeoutInSeconds: 30
202 readTimeoutInSeconds: 30
203 writeTimeoutInSeconds: 30
204 responseTimeoutInSeconds: 60
208 maximumInMemorySizeInMegabytes: 16
209 maximumConnectionsTotal: 100
210 pendingAcquireMaxCount: 50
211 connectionTimeoutInSeconds: 30
212 readTimeoutInSeconds: 30
213 writeTimeoutInSeconds: 30
214 responseTimeoutInSeconds: 60
216 maximumInMemorySizeInMegabytes: 16
217 maximumConnectionsTotal: 100
218 pendingAcquireMaxCount: 50
219 connectionTimeoutInSeconds: 30
220 readTimeoutInSeconds: 30
221 writeTimeoutInSeconds: 30
222 responseTimeoutInSeconds: 60
224 username: ${DMI_USERNAME:cpsuser}
225 password: ${DMI_PASSWORD:cpsr0cks!}
226 enabled: ${DMI_AUTH_ENABLED:true}
231 advised-modules-sync:
232 initial-delay-ms: 40000
235 initial-delay-ms: 40000
237 subscription-forwarding:
238 dmi-response-timeout-ms: 30000
242 dmi-availability-watchdog-ms: 30000
245 maximum-attempt-count: 20
247 # Custom Hazelcast Config.
249 cluster-name: ${CPS_NCMP_CACHES_CLUSTER_NAME:"cps-and-ncmp-common-cache-cluster"}
250 instance-config-name: ${CPS_NCMP_INSTANCE_CONFIG_NAME:"cps-and-ncmp-hazelcast-instance-config"}
253 enabled: ${HAZELCAST_MODE_KUBERNETES_ENABLED:false}
254 service-name: ${CPS_NCMP_SERVICE_NAME:"cps-and-ncmp-service"}
260 protocol: ${ONAP_OTEL_EXPORTER_OTLP_TRACES_PROTOCOL:grpc}