18daf6a50dde1cea7a303bb50a464cc8f9e34ae9
[policy/drools-applications.git] /
1 ###
2 # ============LICENSE_START=======================================================
3 # archetype-closed-loop-demo-rules
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 controller.name=${artifactId}
22
23 ueb.source.topics=${dcaeTopic},APPC-CL
24
25 ueb.source.topics.${dcaeTopic}.servers=${dcaeServers}
26 ueb.source.topics.${dcaeTopic}.apiKey=
27 ueb.source.topics.${dcaeTopic}.apiSecret=
28 ueb.source.topics.${dcaeTopic}.events=org.onap.policy.controlloop.VirtualControlLoopEvent
29 ueb.source.topics.${dcaeTopic}.events.org.onap.policy.controlloop.VirtualControlLoopEvent.filter=closedLoopEventStatus=.*
30 ueb.source.topics.${dcaeTopic}.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gson
31
32 ueb.source.topics.APPC-CL.servers=${dmaapServers}
33 ueb.source.topics.APPC-CL.apiKey=
34 ueb.source.topics.APPC-CL.apiSecret=
35 ueb.source.topics.APPC-CL.events=org.onap.policy.appclcm.LCMResponseWrapper
36 ueb.source.topics.APPC-CL.events.org.onap.policy.appclcm.LCMResponseWrapper.filter=type\=response
37 ueb.source.topics.APPC-CL.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
38
39 noop.sink.topics=APPC-CL,POLICY-CL-MGT
40
41 noop.sink.topics.APPC-CL.servers=${dmaapServers}
42 noop.sink.topics.APPC-CL.apiKey=
43 noop.sink.topics.APPC-CL.apiSecret=
44 noop.sink.topics.APPC-CL.events=org.onap.policy.appclcm.LCMRequestWrapper
45 noop.sink.topics.APPC-CL.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
46
47 noop.sink.topics.POLICY-CL-MGT.servers=${dmaapServers}
48 noop.sink.topics.POLICY-CL-MGT.apiKey=
49 noop.sink.topics.POLICY-CL-MGT.apiSecret=
50 noop.sink.topics.POLICY-CL-MGT.events=org.onap.policy.controlloop.VirtualControlLoopNotification
51 noop.sink.topics.POLICY-CL-MGT.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gsonPretty
52
53 rules.groupId=${groupId}
54 rules.artifactId=${artifactId}
55 rules.version=${version}