b52b1f4eb92145dbdea753f8bc225106e5e6f485
[policy/drools-applications.git] / controlloop / common / feature-controlloop-amsterdam / src / main / feature / config / amsterdam-controller.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP
4 # ================================================================================
5 # Copyright (C) 2018-2019 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=amsterdam
22
23 dmaap.source.topics=DCAE_TOPIC,APPC-CL,APPC-LCM-WRITE,SDNR-CL-RSP
24
25 dmaap.source.topics.DCAE_TOPIC.effectiveTopic=${env:DCAE_TOPIC}
26 dmaap.source.topics.DCAE_TOPIC.servers=${env:DMAAP_SERVERS}
27 dmaap.source.topics.DCAE_TOPIC.consumerGroup=${env:DCAE_CONSUMER_GROUP}
28 dmaap.source.topics.DCAE_TOPIC.events=org.onap.policy.controlloop.VirtualControlLoopEvent
29 dmaap.source.topics.DCAE_TOPIC.events.org.onap.policy.controlloop.VirtualControlLoopEvent.filter=[?($.closedLoopEventStatus =~ /.*/)]
30 dmaap.source.topics.DCAE_TOPIC.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gson
31 dmaap.source.topics.DCAE_TOPIC.https=true
32
33 dmaap.source.topics.APPC-CL.servers=${env:DMAAP_SERVERS}
34 dmaap.source.topics.APPC-CL.events=org.onap.policy.appc.Response
35 dmaap.source.topics.APPC-CL.events.org.onap.policy.appc.Response.filter=[?($.CommonHeader =~ /.*/ && $.Status =~ /.*/)]
36 dmaap.source.topics.APPC-CL.events.custom.gson=org.onap.policy.appc.util.Serialization,gsonPretty
37 dmaap.source.topics.APPC-CL.servers.https=true
38
39 dmaap.source.topics.APPC-LCM-WRITE.servers=${env:DMAAP_SERVERS}
40 dmaap.source.topics.APPC-LCM-WRITE.events=org.onap.policy.appclcm.LcmResponseWrapper
41 dmaap.source.topics.APPC-LCM-WRITE.events.org.onap.policy.appclcm.LcmResponseWrapper.filter=[?($.type == 'response')]
42 dmaap.source.topics.APPC-LCM-WRITE.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
43 dmaap.source.topics.APPC-LCM-WRITE.https=true
44
45 dmaap.source.topics.SDNR-CL-RSP.servers=${env:DMAAP_SERVERS}
46 dmaap.source.topics.SDNR-CL-RSP.events=org.onap.policy.sdnr.PciResponseWrapper
47 dmaap.source.topics.SDNR-CL-RSP.events.org.onap.policy.sdnr.PciResponseWrapper.filter=[?($.type == 'response')]
48 dmaap.source.topics.SDNR-CL-RSP.events.custom.gson=org.onap.policy.sdnr.util.Serialization,gson
49 dmaap.source.topics.SDNR-CL-RSP.https=true
50
51 dmaap.sink.topics=APPC-CL,APPC-LCM-READ,POLICY-CL-MGT,SDNR-CL
52
53 dmaap.sink.topics.APPC-CL.servers=${env:DMAAP_SERVERS}
54 dmaap.sink.topics.APPC-CL.events=org.onap.policy.appc.Request
55 dmaap.sink.topics.APPC-CL.events.custom.gson=org.onap.policy.appc.util.Serialization,gsonPretty
56 dmaap.sink.topics.APPC-CL.https=true
57
58 dmaap.sink.topics.APPC-LCM-READ.servers=${env:DMAAP_SERVERS}
59 dmaap.sink.topics.APPC-LCM-READ.events=org.onap.policy.appclcm.LcmRequestWrapper
60 dmaap.sink.topics.APPC-LCM-READ.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
61 dmaap.sink.topics.APPC-LCM-READ.https=true
62
63 dmaap.sink.topics.POLICY-CL-MGT.servers=${env:DMAAP_SERVERS}
64 dmaap.sink.topics.POLICY-CL-MGT.events=org.onap.policy.controlloop.VirtualControlLoopNotification
65 dmaap.sink.topics.POLICY-CL-MGT.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gsonPretty
66 dmaap.sink.topics.POLICY-CL-MGT.https=true
67
68 dmaap.sink.topics.SDNR-CL.servers=${env:DMAAP_SERVERS}
69 dmaap.sink.topics.SDNR-CL.events=org.onap.policy.sdnr.PciRequestWrapper
70 dmaap.sink.topics.SDNR-CL.events.custom.gson=org.onap.policy.sdnr.util.Serialization,gson
71 dmaap.sink.topics.SDNR-CL.https=true
72
73 rules.groupId=
74 rules.artifactId=
75 rules.version=
76