blob: 583891514b17c53280ee40cad707f470e8269e24 [file] [log] [blame]
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05001###
2# ============LICENSE_START=======================================================
3# policy-management
4# ================================================================================
Jim Hahn4b9341b2019-02-15 17:33:49 -05005# Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05006# ================================================================================
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18# ============LICENSE_END=========================================================
19###
20
21# Policy Engine Configuration
22
23# Configuration Channel Settings: PDPD_CONFIGURATION
24
Jorge Hernandez64004832018-09-10 23:27:53 -050025dmaap.source.topics=${{PDPD_CONFIGURATION_TOPIC}}
26dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.servers=${{PDPD_CONFIGURATION_SERVERS}}
27dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiKey=${{PDPD_CONFIGURATION_API_KEY}}
28dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiSecret=${{PDPD_CONFIGURATION_API_SECRET}}
29dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.consumerGroup=${{PDPD_CONFIGURATION_CONSUMER_GROUP}}
30dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.consumerInstance=${{PDPD_CONFIGURATION_CONSUMER_INSTANCE}}
31dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.managed=false
32dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.https=true
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050033
Jorge Hernandez64004832018-09-10 23:27:53 -050034dmaap.sink.topics=${{PDPD_CONFIGURATION_TOPIC}}
35dmaap.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.servers=${{PDPD_CONFIGURATION_SERVERS}}
36dmaap.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiKey=${{PDPD_CONFIGURATION_API_KEY}}
37dmaap.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiSecret=${{PDPD_CONFIGURATION_API_SECRET}}
38dmaap.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.partitionKey=${{PDPD_CONFIGURATION_PARTITION_KEY}}
39dmaap.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.managed=false
40dmaap.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.https=true
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050041
Jorge Hernandez64004832018-09-10 23:27:53 -050042http.server.services=SECURED-CONFIG
Jorge Hernandez3bbdb232018-08-17 16:40:58 -050043
Jorge Hernandez777131d2019-01-04 14:43:44 -060044http.server.services.SECURED-CONFIG.host=${{TELEMETRY_HOST}}
Jorge Hernandez64004832018-09-10 23:27:53 -050045http.server.services.SECURED-CONFIG.port=9696
Jorge Hernandez777131d2019-01-04 14:43:44 -060046http.server.services.SECURED-CONFIG.userName=${{TELEMETRY_USER}}
47http.server.services.SECURED-CONFIG.password=${{TELEMETRY_PASSWORD}}
Jorge Hernandez3bbdb232018-08-17 16:40:58 -050048http.server.services.SECURED-CONFIG.restPackages=org.onap.policy.drools.server.restful
49http.server.services.SECURED-CONFIG.managed=false
50http.server.services.SECURED-CONFIG.swagger=true
51http.server.services.SECURED-CONFIG.https=true
Jorge Hernandez7f983422018-10-26 09:27:05 -050052http.server.services.SECURED-CONFIG.aaf=${{AAF}}
Jim Hahn4b9341b2019-02-15 17:33:49 -050053http.server.services.SECURED-CONFIG.serialization.provider=org.onap.policy.common.gson.JacksonHandler
Jorge Hernandez88d1b6c2018-09-19 14:35:22 -050054
55aaf.namespace=${{AAF_NAMESPACE}}
56aaf.root.permission=${{AAF_NAMESPACE}}.pdpd