1 # ============LICENSE_START=======================================================
2 # Copyright (C) 2021-2024 Nordix Foundation.
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
8 # http://www.apache.org/licenses/LICENSE-2.0
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
16 # SPDX-License-Identifier: Apache-2.0
17 # ============LICENSE_END=========================================================
22 org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,
23 org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration,
24 org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
27 name: ${RESTSERVER_USER}
28 password: ${RESTSERVER_PASSWORD}
34 pdpGroup: defaultGroup
41 password: ${API_PASSWORD}
43 allowSelfSignedCerts: true
49 password: ${PAP_PASSWORD}
51 allowSelfSignedCerts: true
52 intermediaryParameters:
54 operationTopic: {{ .Values.global.kafkaTopics.acRuntimeOperationTopic.name }}
55 syncTopic: {{ .Values.global.kafkaTopics.acRuntimeSyncTopic.name }}
56 reportingTimeIntervalMs: 120000
57 description: Participant Description
58 participantId: 101c62b3-8918-41b9-a747-d21eb79c6c03
59 clampAutomationCompositionTopics:
64 topic: {{ .Values.global.kafkaTopics.acRuntimeOperationTopic.name }}
65 topicCommInfrastructure: kafka
67 - {{ include "common.release" . }}-{{ .Values.global.kafkaBootstrap }}
69 group.id: {{ (first .Values.kafkaUser.acls).name }}
70 allow.auto.create.topics: false
71 security.protocol: SASL_PLAINTEXT
72 sasl.mechanism: {{ .Values.kafkaUser.authenticationType | upper }}
73 sasl.jaas.config: ${SASL_JAAS_CONFIG}
77 topic: {{ .Values.global.kafkaTopics.acRuntimeSyncTopic.name }}
78 topicCommInfrastructure: kafka
80 - {{ include "common.release" . }}-{{ .Values.global.kafkaBootstrap }}
82 allow.auto.create.topics: false
83 security.protocol: SASL_PLAINTEXT
84 sasl.mechanism: {{ .Values.kafkaUser.authenticationType | upper }}
85 sasl.jaas.config: ${SASL_JAAS_CONFIG}
90 topic: {{ .Values.global.kafkaTopics.acRuntimeOperationTopic.name }}
91 topicCommInfrastructure: kafka
93 - {{ include "common.release" . }}-{{ .Values.global.kafkaBootstrap }}
95 client.id: {{ (first .Values.kafkaUser.acls).name }}-client-id
96 security.protocol: SASL_PLAINTEXT
97 sasl.mechanism: {{ .Values.kafkaUser.authenticationType | upper }}
98 sasl.jaas.config: ${SASL_JAAS_CONFIG}
99 participantSupportedElementTypes:
101 typeName: org.onap.policy.clamp.acm.PolicyAutomationCompositionElement
108 include: health, metrics, prometheus
113 context-path: /onap/policyparticipant