a6df015a8be6c8b148f671c22e3c5714cf067703
[policy/drools-applications.git] /
1 ###
2 # ============LICENSE_START=======================================================
3 # archetype-closed-loop-demo-rules
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=${artifactId}
22
23 dmaap.source.topics=${brmsgwTopic},${dcaeTopic},APPC-CL,APPC-LCM-WRITE
24
25 dmaap.source.topics.${brmsgwTopic}.servers=${brmsgwServers}
26 dmaap.source.topics.${brmsgwTopic}.apiKey=
27 dmaap.source.topics.${brmsgwTopic}.apiSecret=
28 dmaap.source.topics.${brmsgwTopic}.events=org.onap.policy.controlloop.params.ControlLoopParams
29 dmaap.source.topics.${brmsgwTopic}.events.org.onap.policy.controlloop.params.ControlLoopParams.filter=closedLoopControlName=.*,controlLoopYaml=.*
30 dmaap.source.topics.${brmsgwTopic}.https=true
31
32 dmaap.source.topics.${dcaeTopic}.servers=${dcaeServers}
33 dmaap.source.topics.${dcaeTopic}.apiKey=
34 dmaap.source.topics.${dcaeTopic}.apiSecret=
35 dmaap.source.topics.${dcaeTopic}.events=org.onap.policy.controlloop.VirtualControlLoopEvent
36 dmaap.source.topics.${dcaeTopic}.events.org.onap.policy.controlloop.VirtualControlLoopEvent.filter=closedLoopEventStatus=.*
37 dmaap.source.topics.${dcaeTopic}.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gson
38 dmaap.source.topics.${dcaeTopic}.https=true
39
40 dmaap.source.topics.APPC-CL.servers=${dmaapServers}
41 dmaap.source.topics.APPC-CL.apiKey=
42 dmaap.source.topics.APPC-CL.apiSecret=
43 dmaap.source.topics.APPC-CL.events=org.onap.policy.appc.Response
44 dmaap.source.topics.APPC-CL.events.org.onap.policy.appc.Response.filter=CommonHeader\=.*,Status\=.*
45 dmaap.source.topics.APPC-CL.events.custom.gson=org.onap.policy.appc.util.Serialization,gsonPretty
46 dmaap.source.topics.APPC-CL.https=true
47
48 dmaap.source.topics.APPC-LCM-WRITE.servers=${dmaapServers}
49 dmaap.source.topics.APPC-LCM-WRITE.apiKey=
50 dmaap.source.topics.APPC-LCM-WRITE.apiSecret=
51 dmaap.source.topics.APPC-LCM-WRITE.events=org.onap.policy.appclcm.LcmResponseWrapper
52 dmaap.source.topics.APPC-LCM-WRITE.events.org.onap.policy.appclcm.LcmResponseWrapper.filter=type\=response
53 dmaap.source.topics.APPC-LCM-WRITE.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
54 dmaap.source.topics.APPC-LCM-WRITE.https=true
55
56 noop.sink.topics=APPC-CL,APPC-LCM-READ,POLICY-CL-MGT
57
58 noop.sink.topics.APPC-CL.servers=${dmaapServers}
59 noop.sink.topics.APPC-CL.apiKey=
60 noop.sink.topics.APPC-CL.apiSecret=
61 noop.sink.topics.APPC-CL.events=org.onap.policy.appc.Request
62 noop.sink.topics.APPC-CL.events.custom.gson=org.onap.policy.appc.util.Serialization,gsonPretty
63
64 noop.sink.topics.APPC-LCM-READ.servers=${dmaapServers}
65 noop.sink.topics.APPC-LCM-READ.apiKey=
66 noop.sink.topics.APPC-LCM-READ.apiSecret=
67 noop.sink.topics.APPC-LCM-READ.events=org.onap.policy.appclcm.LcmRequestWrapper
68 noop.sink.topics.APPC-LCM-READ.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
69
70 noop.sink.topics.POLICY-CL-MGT.servers=${dmaapServers}
71 noop.sink.topics.POLICY-CL-MGT.apiKey=
72 noop.sink.topics.POLICY-CL-MGT.apiSecret=
73 noop.sink.topics.POLICY-CL-MGT.events=org.onap.policy.controlloop.VirtualControlLoopNotification
74 noop.sink.topics.POLICY-CL-MGT.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gsonPretty
75
76 rules.groupId=${groupId}
77 rules.artifactId=${artifactId}
78 rules.version=${version}