Merge "[CPS] Fix statefulset upgrade"
[oom.git] / kubernetes / policy / components / policy-clamp-cl-pf-ppnt / resources / config / PolicyParticipantParameters.yaml
1 #  ============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
19 participant:
20   pdpGroup: defaultGroup
21   pdpType: apex
22   policyApiParameters:
23     clientName: api
24     hostname: policy-api
25     port: 6969
26     userName: ${API_USER}
27     password: ${API_PASSWORD}
28     useHttps: true
29     allowSelfSignedCerts: true
30   policyPapParameters:
31     clientName: pap
32     hostname: policy-pap
33     port: 6969
34     userName: ${PAP_USER}
35     password: ${PAP_PASSWORD}
36     useHttps: true
37     allowSelfSignedCerts: true
38   intermediaryParameters:
39     reportingTimeIntervalMs: 120000
40     description: Participant Description
41     participantId:
42       name: org.onap.PM_Policy
43       version: 1.0.0
44     participantType:
45       name: org.onap.policy.controlloop.PolicyControlLoopParticipant
46       version: 2.3.1
47     clampControlLoopTopics:
48       topicSources:
49         -
50           topic: POLICY-CLRUNTIME-PARTICIPANT
51           servers:
52             - ${topicServer:message-router}
53           topicCommInfrastructure: dmaap
54           fetchTimeout: 15000
55           useHttps: true
56       topicSinks:
57         -
58           topic: POLICY-CLRUNTIME-PARTICIPANT
59           servers:
60             - ${topicServer:message-router}
61           topicCommInfrastructure: dmaap
62           useHttps: true