1 # ============LICENSE_START===============================================
2 # Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
3 # Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
4 # ========================================================================
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
9 # http://www.apache.org/licenses/LICENSE-2.0
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 # ============LICENSE_END=================================================
18 # Default values for Policy Management Service.
19 # This is a YAML-formatted file.
20 # Declare variables to be passed into your templates.
22 imagePullPolicy: IfNotPresent
24 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
25 name: nonrtric-plt-a1policymanagementservice
35 internalPort_tls: "8433"
36 targetPort_tls: "8433"
39 initialDelaySeconds: 20
42 initialDelaySeconds: 20
46 storageClassName: standard
54 baseUrl: https://a1controller:8383
56 password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
59 baseUrl: https://a1-sim-osc-0:8185
60 controller: controller1
65 baseUrl: https://a1-sim-osc-1:8185
66 controller: controller1
71 baseUrl: https://a1-sim-std-0:8185
72 controller: controller1
77 baseUrl: https://a1-sim-std-1:8185
78 controller: controller1
83 baseUrl: https://a1-sim-std2-0:8185
84 controller: controller1
89 baseUrl: https://a1-sim-std2-1:8185
90 controller: controller1
98 topic_url: http://message-router.onap:3904/events/A1-POLICY-AGENT-WRITE
103 topic_url: http://message-router.onap:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100
111 allow-bean-definition-overriding: true
118 # Enabling of springboot actuator features. See springboot documentation.
119 include: "loggers,logfile,health,info,metrics,threaddump,heapdump"
122 # Configuration of logging
125 org.springframework: ERROR
126 org.springframework.data: ERROR
127 org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
128 org.onap.ccsdk.oran.a1policymanagementservice: INFO
130 name: /var/log/policy-agent/application.log
133 # Configuration of the HTTP/REST server. The parameters are defined and handeled by the springboot framework.
134 # See springboot documentation.
139 key-store-password: policy_agent
140 key-store: /opt/app/policy-agent/etc/cert/keystore.jks
141 key-password: policy_agent
142 key-alias: policy_agent
144 # Location of the component configuration file. The file will only be used if the Consul database is not used;
145 # configuration from the Consul will override the file.
146 filepath: /var/policy-management-service/application_configuration.json
148 # Configuration of the trust store used for the HTTP client (outgoing requests)
149 # The file location and the password for the truststore is only relevant if trust-store-used == true
150 # Note that the same keystore as for the server is used.
151 trust-store-used: false
152 trust-store-password: policy_agent
153 trust-store: /opt/app/policy-agent/etc/cert/truststore.jks
154 # Configuration of usage of HTTP Proxy for the southbound accesses.
155 # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s
158 http.proxy-type: HTTP
159 # path where the service can store data
160 vardata-directory: /var/policy-management-service
161 # the config-file-schema-path referres to a location in the jar file. If this property is empty or missing,
162 # no schema validation will be executed.
163 config-file-schema-path: /application_configuration_schema.json
164 # A file containing an authorization token, which shall be inserted in each HTTP header (authorization).
165 # If the file name is empty, no authorization token is sent.