blob: fd3c1d443822af72b2563ba656c17e65a44611c9 [file] [log] [blame]
rameshiyer273c3402d2021-09-21 15:14:39 +01001# ============LICENSE_START=======================================================
2# Copyright (C) 2021 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#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
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.
15#
16# SPDX-License-Identifier: Apache-2.0
17# ============LICENSE_END=========================================================
18
19participant:
20 intermediaryParameters:
21 reportingTimeIntervalMs: 120000
22 description: Participant Description
23 participantId:
24 name: HttpParticipant0
25 version: 1.0.0
26 participantType:
27 name: org.onap.k8s.controlloop.HttpControlLoopParticipant
28 version: 2.3.4
29 clampControlLoopTopics:
30 topicSources:
31 - topic: POLICY-CLRUNTIME-PARTICIPANT
32 servers:
33 - ${topicServer:message-router}
34 topicCommInfrastructure: dmaap
35 fetchTimeout: 15000
36 useHttps: true
37 topicSinks:
38 - topic: POLICY-CLRUNTIME-PARTICIPANT
39 servers:
40 - ${topicServer:message-router}
41 topicCommInfrastructure: dmaap
42 useHttps: true