Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 1 | ### |
| 2 | # ============LICENSE_START======================================================= |
| 3 | # policy-management |
| 4 | # ================================================================================ |
Jim Hahn | 4b9341b | 2019-02-15 17:33:49 -0500 | [diff] [blame^] | 5 | # Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 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 | |
Jorge Hernandez | 6400483 | 2018-09-10 23:27:53 -0500 | [diff] [blame] | 25 | dmaap.source.topics=${{PDPD_CONFIGURATION_TOPIC}} |
| 26 | dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.servers=${{PDPD_CONFIGURATION_SERVERS}} |
| 27 | dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiKey=${{PDPD_CONFIGURATION_API_KEY}} |
| 28 | dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiSecret=${{PDPD_CONFIGURATION_API_SECRET}} |
| 29 | dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.consumerGroup=${{PDPD_CONFIGURATION_CONSUMER_GROUP}} |
| 30 | dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.consumerInstance=${{PDPD_CONFIGURATION_CONSUMER_INSTANCE}} |
| 31 | dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.managed=false |
| 32 | dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.https=true |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 33 | |
Jorge Hernandez | 6400483 | 2018-09-10 23:27:53 -0500 | [diff] [blame] | 34 | dmaap.sink.topics=${{PDPD_CONFIGURATION_TOPIC}} |
| 35 | dmaap.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.servers=${{PDPD_CONFIGURATION_SERVERS}} |
| 36 | dmaap.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiKey=${{PDPD_CONFIGURATION_API_KEY}} |
| 37 | dmaap.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiSecret=${{PDPD_CONFIGURATION_API_SECRET}} |
| 38 | dmaap.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.partitionKey=${{PDPD_CONFIGURATION_PARTITION_KEY}} |
| 39 | dmaap.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.managed=false |
| 40 | dmaap.sink.topics.${{PDPD_CONFIGURATION_TOPIC}}.https=true |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 41 | |
Jorge Hernandez | 6400483 | 2018-09-10 23:27:53 -0500 | [diff] [blame] | 42 | http.server.services=SECURED-CONFIG |
Jorge Hernandez | 3bbdb23 | 2018-08-17 16:40:58 -0500 | [diff] [blame] | 43 | |
Jorge Hernandez | 777131d | 2019-01-04 14:43:44 -0600 | [diff] [blame] | 44 | http.server.services.SECURED-CONFIG.host=${{TELEMETRY_HOST}} |
Jorge Hernandez | 6400483 | 2018-09-10 23:27:53 -0500 | [diff] [blame] | 45 | http.server.services.SECURED-CONFIG.port=9696 |
Jorge Hernandez | 777131d | 2019-01-04 14:43:44 -0600 | [diff] [blame] | 46 | http.server.services.SECURED-CONFIG.userName=${{TELEMETRY_USER}} |
| 47 | http.server.services.SECURED-CONFIG.password=${{TELEMETRY_PASSWORD}} |
Jorge Hernandez | 3bbdb23 | 2018-08-17 16:40:58 -0500 | [diff] [blame] | 48 | http.server.services.SECURED-CONFIG.restPackages=org.onap.policy.drools.server.restful |
| 49 | http.server.services.SECURED-CONFIG.managed=false |
| 50 | http.server.services.SECURED-CONFIG.swagger=true |
| 51 | http.server.services.SECURED-CONFIG.https=true |
Jorge Hernandez | 7f98342 | 2018-10-26 09:27:05 -0500 | [diff] [blame] | 52 | http.server.services.SECURED-CONFIG.aaf=${{AAF}} |
Jim Hahn | 4b9341b | 2019-02-15 17:33:49 -0500 | [diff] [blame^] | 53 | http.server.services.SECURED-CONFIG.serialization.provider=org.onap.policy.common.gson.JacksonHandler |
Jorge Hernandez | 88d1b6c | 2018-09-19 14:35:22 -0500 | [diff] [blame] | 54 | |
| 55 | aaf.namespace=${{AAF_NAMESPACE}} |
| 56 | aaf.root.permission=${{AAF_NAMESPACE}}.pdpd |