39688c30655e077369708450ebc48f5b5b9b0009
[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 ueb.source.topics=${brmsgwTopic},${dcaeTopic},APPC-CL,APPC-LCM-WRITE
24
25 ueb.source.topics.${brmsgwTopic}.servers=${brmsgwServers}
26 ueb.source.topics.${brmsgwTopic}.apiKey=
27 ueb.source.topics.${brmsgwTopic}.apiSecret=
28 ueb.source.topics.${brmsgwTopic}.events=org.onap.policy.controlloop.params.ControlLoopParams
29 ueb.source.topics.${brmsgwTopic}.events.org.onap.policy.controlloop.params.ControlLoopParams.filter=closedLoopControlName=.*,controlLoopYaml=.*
30
31 ueb.source.topics.${dcaeTopic}.servers=${dcaeServers}
32 ueb.source.topics.${dcaeTopic}.apiKey=
33 ueb.source.topics.${dcaeTopic}.apiSecret=
34 ueb.source.topics.${dcaeTopic}.events=org.onap.policy.controlloop.VirtualControlLoopEvent
35 ueb.source.topics.${dcaeTopic}.events.org.onap.policy.controlloop.VirtualControlLoopEvent.filter=closedLoopEventStatus=.*
36 ueb.source.topics.${dcaeTopic}.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gson
37
38 ueb.source.topics.APPC-CL.servers=${dmaapServers}
39 ueb.source.topics.APPC-CL.apiKey=
40 ueb.source.topics.APPC-CL.apiSecret=
41 ueb.source.topics.APPC-CL.events=org.onap.policy.appc.Response
42 ueb.source.topics.APPC-CL.events.org.onap.policy.appc.Response.filter=CommonHeader\=.*,Status\=.*
43 ueb.source.topics.APPC-CL.events.custom.gson=org.onap.policy.appc.util.Serialization,gsonPretty
44
45 ueb.source.topics.APPC-LCM-WRITE.servers=${dmaapServers}
46 ueb.source.topics.APPC-LCM-WRITE.apiKey=
47 ueb.source.topics.APPC-LCM-WRITE.apiSecret=
48 ueb.source.topics.APPC-LCM-WRITE.events=org.onap.policy.appclcm.LCMResponseWrapper
49 ueb.source.topics.APPC-LCM-WRITE.events.org.onap.policy.appclcm.LCMResponseWrapper.filter=type\=response
50 ueb.source.topics.APPC-LCM-WRITE.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
51
52 noop.sink.topics=APPC-CL,APPC-LCM-READ,POLICY-CL-MGT
53
54 noop.sink.topics.APPC-CL.servers=${dmaapServers}
55 noop.sink.topics.APPC-CL.apiKey=
56 noop.sink.topics.APPC-CL.apiSecret=
57 noop.sink.topics.APPC-CL.events=org.onap.policy.appc.Request
58 noop.sink.topics.APPC-CL.events.custom.gson=org.onap.policy.appc.util.Serialization,gsonPretty
59
60 noop.sink.topics.APPC-LCM-READ.servers=${dmaapServers}
61 noop.sink.topics.APPC-LCM-READ.apiKey=
62 noop.sink.topics.APPC-LCM-READ.apiSecret=
63 noop.sink.topics.APPC-LCM-READ.events=org.onap.policy.appclcm.LCMRequestWrapper
64 noop.sink.topics.APPC-LCM-READ.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
65
66 noop.sink.topics.POLICY-CL-MGT.servers=${dmaapServers}
67 noop.sink.topics.POLICY-CL-MGT.apiKey=
68 noop.sink.topics.POLICY-CL-MGT.apiSecret=
69 noop.sink.topics.POLICY-CL-MGT.events=org.onap.policy.controlloop.VirtualControlLoopNotification
70 noop.sink.topics.POLICY-CL-MGT.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gsonPretty
71
72 rules.groupId=${groupId}
73 rules.artifactId=${artifactId}
74 rules.version=${version}