e1267afa17bd1fa75492194d5e3dc6cd093dfc11
[policy/drools-applications.git] /
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP
4 # ================================================================================
5 # Copyright (C) 2018 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 controller.name=amsterdam
22
23 dmaap.source.topics=${{DCAE_TOPIC}},APPC-CL,APPC-LCM-WRITE
24
25 dmaap.source.topics.${{DCAE_TOPIC}}.servers=${{DCAE_SERVERS}}
26 dmaap.source.topics.${{DCAE_TOPIC}}.apiKey=
27 dmaap.source.topics.${{DCAE_TOPIC}}.apiSecret=
28 dmaap.source.topics.${{DCAE_TOPIC}}.consumerGroup=${{DCAE_CONSUMER_GROUP}}
29 dmaap.source.topics.${{DCAE_TOPIC}}.events=org.onap.policy.controlloop.VirtualControlLoopEvent
30 dmaap.source.topics.${{DCAE_TOPIC}}.events.org.onap.policy.controlloop.VirtualControlLoopEvent.filter=closedLoopEventStatus=.*
31 dmaap.source.topics.${{DCAE_TOPIC}}.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gson
32 dmaap.source.topics.${{DCAE_TOPIC}}.https=false
33
34 dmaap.source.topics.APPC-CL.servers=${{DMAAP_SERVERS}}
35 dmaap.source.topics.APPC-CL.apiKey=
36 dmaap.source.topics.APPC-CL.apiSecret=
37 dmaap.source.topics.APPC-CL.events=org.onap.policy.appc.Response
38 dmaap.source.topics.APPC-CL.events.org.onap.policy.appc.Response.filter=CommonHeader\=.*,Status\=.*
39 dmaap.source.topics.APPC-CL.events.custom.gson=org.onap.policy.appc.util.Serialization,gsonPretty
40 dmaap.source.topics.APPC-CL.servers.https=false
41
42 dmaap.source.topics.APPC-LCM-WRITE.servers=${{DMAAP_SERVERS}}
43 dmaap.source.topics.APPC-LCM-WRITE.apiKey=
44 dmaap.source.topics.APPC-LCM-WRITE.apiSecret=
45 dmaap.source.topics.APPC-LCM-WRITE.events=org.onap.policy.appclcm.LcmResponseWrapper
46 dmaap.source.topics.APPC-LCM-WRITE.events.org.onap.policy.appclcm.LcmResponseWrapper.filter=type\=response
47 dmaap.source.topics.APPC-LCM-WRITE.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
48 dmaap.source.topics.APPC-LCM-WRITE.https=false
49
50 dmaap.sink.topics=APPC-CL,APPC-LCM-READ,POLICY-CL-MGT
51
52 dmaap.sink.topics.APPC-CL.servers=${{DMAAP_SERVERS}}
53 dmaap.sink.topics.APPC-CL.apiKey=
54 dmaap.sink.topics.APPC-CL.apiSecret=
55 dmaap.sink.topics.APPC-CL.events=org.onap.policy.appc.Request
56 dmaap.sink.topics.APPC-CL.events.custom.gson=org.onap.policy.appc.util.Serialization,gsonPretty
57 dmaap.sink.topics.APPC-CL.https=false
58
59 dmaap.sink.topics.APPC-LCM-READ.servers=${{DMAAP_SERVERS}}
60 dmaap.sink.topics.APPC-LCM-READ.apiKey=
61 dmaap.sink.topics.APPC-LCM-READ.apiSecret=
62 dmaap.sink.topics.APPC-LCM-READ.events=org.onap.policy.appclcm.LcmRequestWrapper
63 dmaap.sink.topics.APPC-LCM-READ.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
64 dmaap.sink.topics.APPC-LCM-READ.https=false
65
66 dmaap.sink.topics.POLICY-CL-MGT.servers=${{DMAAP_SERVERS}}
67 dmaap.sink.topics.POLICY-CL-MGT.apiKey=
68 dmaap.sink.topics.POLICY-CL-MGT.apiSecret=
69 dmaap.sink.topics.POLICY-CL-MGT.events=org.onap.policy.controlloop.VirtualControlLoopNotification
70 dmaap.sink.topics.POLICY-CL-MGT.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gsonPretty
71 dmaap.sink.topics.POLICY-CL-MGT.https=false
72
73 rules.groupId=
74 rules.artifactId=
75 rules.version=