1 # ============LICENSE_START=======================================================
2 # Copyright (C) 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.orm.jpa.HibernateJpaAutoConfiguration
23 - org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
24 - org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
25 - org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
28 name: ${RESTSERVER_USER}
29 password: ${RESTSERVER_PASSWORD}
35 intermediaryParameters:
37 operationTopic: policy-acruntime-participant
38 syncTopic: acm-ppnt-sync
39 reportingTimeIntervalMs: 120000
40 description: Participant Description
41 participantId: 101c62b3-8918-41b9-a747-d21eb79c6c90
42 clampAutomationCompositionTopics:
44 - topic: ${participant.intermediaryParameters.topics.operationTopic}
46 - "{{ .Values.global.kafkaServer }}:9092"
47 topicCommInfrastructure: kafka
50 - topic: ${participant.intermediaryParameters.topics.syncTopic}
52 - "{{ .Values.global.kafkaServer }}:9092"
53 topicCommInfrastructure: kafka
57 - topic: ${participant.intermediaryParameters.topics.operationTopic}
59 - "{{ .Values.global.kafkaServer }}:9092"
60 topicCommInfrastructure: kafka
62 participantSupportedElementTypes:
64 typeName: org.onap.policy.clamp.acm.SimAutomationCompositionElement
72 include: health, metrics, prometheus
76 context-path: /onap/policy/simparticipant