[POLICY-72] replace openecomp for drools-pdp
[policy/drools-pdp.git] / policy-management / src / main / server / config / policy-engine.properties
1 ###
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
25 ueb.source.topics=${{PDPD_CONFIGURATION_TOPIC}}
26 ueb.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.servers=${{PDPD_CONFIGURATION_SERVERS}}
27 ueb.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiKey=${{PDPD_CONFIGURATION_API_KEY}}
28 ueb.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiSecret=${{PDPD_CONFIGURATION_API_SECRET}}
29 ueb.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.consumerGroup=${{PDPD_CONFIGURATION_CONSUMER_GROUP}}
30 ueb.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.consumerInstance=${{PDPD_CONFIGURATION_CONSUMER_INSTANCE}}
31 ueb.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.managed=false
32
33 ueb.sink.topics=${{PDPD_CONFIGURATION_TOPIC}}
34 ueb.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.servers=${{PDPD_CONFIGURATION_SERVERS}}
35 ueb.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiKey=${{PDPD_CONFIGURATION_API_KEY}}
36 ueb.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiSecret=${{PDPD_CONFIGURATION_API_SECRET}}
37 ueb.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.partitionKey=${{PDPD_CONFIGURATION_PARTITION_KEY}}
38 ueb.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.managed=false
39
40 http.server.services=CONFIG
41 http.server.services.CONFIG.host=${{ENGINE_MANAGEMENT_HOST}}
42 http.server.services.CONFIG.port=${{ENGINE_MANAGEMENT_PORT}}
43 http.server.services.CONFIG.userName=${{ENGINE_MANAGEMENT_USER}}
44 http.server.services.CONFIG.password=${{ENGINE_MANAGEMENT_PASSWORD}}
45 http.server.services.CONFIG.restPackages=org.onap.policy.drools.server.restful
46 http.server.services.CONFIG.managed=false
47 http.server.services.CONFIG.swagger=true