blob: 70a5dcca00b88f8bf824d19aac148ff7a0924637 [file] [log] [blame]
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05001###
2# ============LICENSE_START=======================================================
3# policy-management
4# ================================================================================
5# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6# ================================================================================
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
25ueb.source.topics=${{PDPD_CONFIGURATION_TOPIC}}
26ueb.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.servers=${{PDPD_CONFIGURATION_SERVERS}}
27ueb.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiKey=${{PDPD_CONFIGURATION_API_KEY}}
28ueb.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiSecret=${{PDPD_CONFIGURATION_API_SECRET}}
29ueb.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.consumerGroup=${{PDPD_CONFIGURATION_CONSUMER_GROUP}}
30ueb.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.consumerInstance=${{PDPD_CONFIGURATION_CONSUMER_INSTANCE}}
31ueb.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.managed=false
32
33ueb.sink.topics=${{PDPD_CONFIGURATION_TOPIC}}
34ueb.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.servers=${{PDPD_CONFIGURATION_SERVERS}}
35ueb.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiKey=${{PDPD_CONFIGURATION_API_KEY}}
36ueb.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiSecret=${{PDPD_CONFIGURATION_API_SECRET}}
37ueb.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.partitionKey=${{PDPD_CONFIGURATION_PARTITION_KEY}}
38ueb.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.managed=false
39
40http.server.services=CONFIG
41http.server.services.CONFIG.host=${{ENGINE_MANAGEMENT_HOST}}
42http.server.services.CONFIG.port=${{ENGINE_MANAGEMENT_PORT}}
43http.server.services.CONFIG.userName=${{ENGINE_MANAGEMENT_USER}}
44http.server.services.CONFIG.password=${{ENGINE_MANAGEMENT_PASSWORD}}
Guo Ruijing6abeb292017-07-28 08:23:01 +000045http.server.services.CONFIG.restPackages=org.onap.policy.drools.server.restful
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050046http.server.services.CONFIG.managed=false
Jorge Hernandez881c32e2017-05-25 16:44:15 -050047http.server.services.CONFIG.swagger=true