1 #  ============LICENSE_START=======================================================
 
   2 #   Copyright (C) 2021-2022 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
 
   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       name: ${RESTSERVER_USER}
 
  23       password: ${RESTSERVER_PASSWORD}
 
  28   localChartDirectory: /home/policy/local-charts
 
  29   infoFileName: CHART_INFO.json
 
  30   intermediaryParameters:
 
  31     reportingTimeIntervalMs: 120000
 
  32     description: Participant Description
 
  37       name: org.onap.policy.clamp.acm.KubernetesParticipant
 
  39     clampAutomationCompositionTopics:
 
  42           topic: POLICY-ACRUNTIME-PARTICIPANT
 
  44             - ${topicServer:message-router}
 
  45           topicCommInfrastructure: dmaap
 
  50           topic: POLICY-ACRUNTIME-PARTICIPANT
 
  52             - ${topicServer:message-router}
 
  53           topicCommInfrastructure: dmaap
 
  60         include: health, metrics, prometheus
 
  63   # Configuration of the HTTP/REST server. The parameters are defined and handled by the springboot framework.
 
  64   # See springboot documentation.
 
  67     context-path: /onap/policy/clamp/acm/k8sparticipant
 
  70   # Configuration of logging
 
  73     org.springframework: ERROR
 
  74     org.springframework.data: ERROR
 
  75     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
 
  76     org.onap.policy.clamp.controlloop.participant.kubernetes: INFO
 
  79     name: /var/log/onap/policy/clamp/application.log
 
  85 # Permitted list of helm repositories. Values are updated from values.yaml