1 # ============LICENSE_START=======================================================
2 # Copyright (C) 2022,2024 Nordix Foundation. All rights reserved.
3 # ================================================================================
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 # http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
15 # SPDX-License-Identifier: Apache-2.0
16 # ============LICENSE_END=========================================================
21 - org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
22 - org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
23 - org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
24 - org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
27 name: ${RESTSERVER_USER}
28 password: ${RESTSERVER_PASSWORD}
34 intermediaryParameters:
36 operationTopic: {{ .Values.global.kafkaTopics.acRuntimeOperationTopic.name }}
37 syncTopic: {{ .Values.global.kafkaTopics.acRuntimeSyncTopic.name }}
38 reportingTimeIntervalMs: 120000
39 description: Participant Description
40 participantId: 101c62b3-8918-41b9-a747-d21eb79c6c00
41 clampAutomationCompositionTopics:
46 topic: {{ .Values.global.kafkaTopics.acRuntimeOperationTopic.name }}
47 topicCommInfrastructure: kafka
49 - {{ include "common.release" . }}-{{ .Values.global.kafkaBootstrap }}
51 group.id: {{ (first .Values.kafkaUser.acls).name }}
52 allow.auto.create.topics: false
53 security.protocol: SASL_PLAINTEXT
54 sasl.mechanism: {{ .Values.kafkaUser.authenticationType | upper }}
55 sasl.jaas.config: ${SASL_JAAS_CONFIG}
59 topic: {{ .Values.global.kafkaTopics.acRuntimeSyncTopic.name }}
60 topicCommInfrastructure: kafka
62 - {{ include "common.release" . }}-{{ .Values.global.kafkaBootstrap }}
64 allow.auto.create.topics: false
65 security.protocol: SASL_PLAINTEXT
66 sasl.mechanism: {{ .Values.kafkaUser.authenticationType | upper }}
67 sasl.jaas.config: ${SASL_JAAS_CONFIG}
72 topic: {{ .Values.global.kafkaTopics.acRuntimeOperationTopic.name }}
73 topicCommInfrastructure: kafka
75 - {{ include "common.release" . }}-{{ .Values.global.kafkaBootstrap }}
77 client.id: {{ (first .Values.kafkaUser.acls).name }}-client-id
78 security.protocol: SASL_PLAINTEXT
79 sasl.mechanism: {{ .Values.kafkaUser.authenticationType | upper }}
80 sasl.jaas.config: ${SASL_JAAS_CONFIG}
81 participantSupportedElementTypes:
83 typeName: org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement
92 include: health, metrics, prometheus
96 context-path: /onap/policy/clamp/acm/a1pmsparticipant