[POLICY-11] Sample Query with variable arguments
[policy/drools-applications.git] / controlloop / templates / template.demo.v1.0.0 / archetype-closedloop-demo-rules / src / main / resources / archetype-resources / src / main / config / __artifactId__-controller.properties
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},${appcTopic}
24
25 ueb.source.topics.${dcaeTopic}.servers=${dcaeServers}
26 ueb.source.topics.${dcaeTopic}.apiKey=${dcaeApiKey}
27 ueb.source.topics.${dcaeTopic}.apiSecret=${dcaeApiSecret}
28 ueb.source.topics.${dcaeTopic}.events=org.openecomp.policy.controlloop.VirtualControlLoopEvent
29 ueb.source.topics.${dcaeTopic}.events.org.openecomp.policy.controlloop.VirtualControlLoopEvent.filter=closedLoopEventStatus=.*
30 ueb.source.topics.${dcaeTopic}.events.custom.gson=org.openecomp.policy.controlloop.util.Serialization,gsonPretty
31
32 ueb.source.topics.${appcTopic}.servers=${appcServers}
33 ueb.source.topics.${appcTopic}.apiKey=${appcApiKey}
34 ueb.source.topics.${appcTopic}.apiSecret=${appcApiSecret}
35 ueb.source.topics.${appcTopic}.events=org.openecomp.policy.appc.Response
36 ueb.source.topics.${appcTopic}.events.org.openecomp.policy.appc.Response.filter=CommonHeader=.*,Status=.*
37 ueb.source.topics.${appcTopic}.events.custom.gson=org.openecomp.policy.appc.util.Serialization,gsonPretty
38
39 ueb.sink.topics=${appcTopic},${notificationTopic}
40
41 ueb.sink.topics.${appcTopic}.servers=${appcServers}
42 ueb.sink.topics.${appcTopic}.apiKey=${appcApiKey}
43 ueb.sink.topics.${appcTopic}.apiSecret=${appcApiSecret}
44 ueb.sink.topics.${appcTopic}.events=org.openecomp.policy.appc.Request
45 ueb.sink.topics.${appcTopic}.events.custom.gson=org.openecomp.policy.appc.util.Serialization,gsonPretty
46
47 ueb.sink.topics.${notificationTopic}.servers=${notificationServers}
48 ueb.sink.topics.${notificationTopic}.apiKey=${notificationApiKey}
49 ueb.sink.topics.${notificationTopic}.apiSecret=${notificationApiSecret}
50 ueb.sink.topics.${notificationTopic}.events=org.openecomp.policy.controlloop.VirtualControlLoopNotification
51 ueb.sink.topics.${notificationTopic}.events.custom.gson=org.openecomp.policy.controlloop.util.Serialization,gsonPretty
52
53 rules.groupId=${groupId}
54 rules.artifactId=${artifactId}
55 rules.version=${version}