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
11 # http://www.apache.org/licenses/LICENSE-2.0
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=========================================================
21 controller.name=${artifactId}
23 dmaap.source.topics=${dcaeTopic},APPC-CL,APPC-LCM-WRITE
25 dmaap.source.topics.${dcaeTopic}.servers=${dcaeServers}
26 dmaap.source.topics.${dcaeTopic}.apiKey=
27 dmaap.source.topics.${dcaeTopic}.apiSecret=
28 dmaap.source.topics.${dcaeTopic}.events=org.onap.policy.controlloop.VirtualControlLoopEvent
29 dmaap.source.topics.${dcaeTopic}.events.org.onap.policy.controlloop.VirtualControlLoopEvent.filter=closedLoopEventStatus=.*
30 dmaap.source.topics.${dcaeTopic}.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gson
31 dmaap.source.topics.${dcaeTopic}.https=false
33 dmaap.source.topics.APPC-CL.servers=${dmaapServers}
34 dmaap.source.topics.APPC-CL.apiKey=
35 dmaap.source.topics.APPC-CL.apiSecret=
36 dmaap.source.topics.APPC-CL.events=org.onap.policy.appc.Response
37 dmaap.source.topics.APPC-CL.events.org.onap.policy.appc.Response.filter=CommonHeader\=.*,Status\=.*
38 dmaap.source.topics.APPC-CL.events.custom.gson=org.onap.policy.appc.util.Serialization,gsonPretty
39 dmaap.source.topics.APPC-CL.https=false
41 dmaap.source.topics.APPC-LCM-WRITE.servers=${dmaapServers}
42 dmaap.source.topics.APPC-LCM-WRITE.apiKey=
43 dmaap.source.topics.APPC-LCM-WRITE.apiSecret=
44 dmaap.source.topics.APPC-LCM-WRITE.events=org.onap.policy.appclcm.LcmResponseWrapper
45 dmaap.source.topics.APPC-LCM-WRITE.events.org.onap.policy.appclcm.LcmResponseWrapper.filter=type\=response
46 dmaap.source.topics.APPC-LCM-WRITE.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
47 dmaap.source.topics.APPC-LCM-WRITE.https=false
49 noop.sink.topics=APPC-CL,APPC-LCM-READ,POLICY-CL-MGT
51 noop.sink.topics.APPC-CL.servers=${dmaapServers}
52 noop.sink.topics.APPC-CL.apiKey=
53 noop.sink.topics.APPC-CL.apiSecret=
54 noop.sink.topics.APPC-CL.events=org.onap.policy.appc.Request
55 noop.sink.topics.APPC-CL.events.custom.gson=org.onap.policy.appc.util.Serialization,gsonPretty
56 noop.sink.topics.APPC-CL.https=false
58 noop.sink.topics.APPC-LCM-READ.servers=${dmaapServers}
59 noop.sink.topics.APPC-LCM-READ.apiKey=
60 noop.sink.topics.APPC-LCM-READ.apiSecret=
61 noop.sink.topics.APPC-LCM-READ.events=org.onap.policy.appclcm.LcmRequestWrapper
62 noop.sink.topics.APPC-LCM-READ.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
63 noop.sink.topics.APPC-LCM-READ.https=false
65 noop.sink.topics.POLICY-CL-MGT.servers=${dmaapServers}
66 noop.sink.topics.POLICY-CL-MGT.apiKey=
67 noop.sink.topics.POLICY-CL-MGT.apiSecret=
68 noop.sink.topics.POLICY-CL-MGT.events=org.onap.policy.controlloop.VirtualControlLoopNotification
69 noop.sink.topics.POLICY-CL-MGT.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gsonPretty
70 noop.sink.topics.POLICY-CL-MGT.https=false
72 rules.groupId=${groupId}
73 rules.artifactId=${artifactId}
74 rules.version=${version}