d7dc0c1c07fefb2beec96e85654efe9e1fb528f7
[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 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}}.servers=${{DCAE_SERVERS}}
26 dmaap.source.topics.${{DCAE_TOPIC}}.apiKey=
27 dmaap.source.topics.${{DCAE_TOPIC}}.apiSecret=
28 dmaap.source.topics.${{DCAE_TOPIC}}.consumerGroup=${{DCAE_CONSUMER_GROUP}}
29 dmaap.source.topics.${{DCAE_TOPIC}}.events=org.onap.policy.controlloop.VirtualControlLoopEvent
30 dmaap.source.topics.${{DCAE_TOPIC}}.events.org.onap.policy.controlloop.VirtualControlLoopEvent.filter=closedLoopEventStatus=.*
31 dmaap.source.topics.${{DCAE_TOPIC}}.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gson
32 dmaap.source.topics.${{DCAE_TOPIC}}.https=true
33
34 dmaap.source.topics.APPC-CL.servers=${{DMAAP_SERVERS}}
35 dmaap.source.topics.APPC-CL.apiKey=
36 dmaap.source.topics.APPC-CL.apiSecret=
37 dmaap.source.topics.APPC-CL.events=org.onap.policy.appc.Response
38 dmaap.source.topics.APPC-CL.events.org.onap.policy.appc.Response.filter=CommonHeader\=.*,Status\=.*
39 dmaap.source.topics.APPC-CL.events.custom.gson=org.onap.policy.appc.util.Serialization,gsonPretty
40 dmaap.source.topics.APPC-CL.servers.https=true
41
42 dmaap.source.topics.APPC-LCM-WRITE.servers=${{DMAAP_SERVERS}}
43 dmaap.source.topics.APPC-LCM-WRITE.apiKey=
44 dmaap.source.topics.APPC-LCM-WRITE.apiSecret=
45 dmaap.source.topics.APPC-LCM-WRITE.events=org.onap.policy.appclcm.LcmResponseWrapper
46 dmaap.source.topics.APPC-LCM-WRITE.events.org.onap.policy.appclcm.LcmResponseWrapper.filter=type\=response
47 dmaap.source.topics.APPC-LCM-WRITE.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
48 dmaap.source.topics.APPC-LCM-WRITE.https=true
49
50 dmaap.source.topics.SDNR-CL-RSP.servers=${{DMAAP_SERVERS}}
51 dmaap.source.topics.SDNR-CL-RSP.apiKey=
52 dmaap.source.topics.SDNR-CL-RSP.apiSecret=
53 dmaap.source.topics.SDNR-CL-RSP.events=org.onap.policy.sdnr.PciResponseWrapper
54 dmaap.source.topics.SDNR-CL-RSP.events.org.onap.policy.sdnr.PciResponseWrapper.filter=type\=response
55 dmaap.source.topics.SDNR-CL-RSP.events.custom.gson=org.onap.policy.sdnr.util.Serialization,gson
56 dmaap.source.topics.SDNR-CL-RSP.https=true
57
58 dmaap.sink.topics=APPC-CL,APPC-LCM-READ,POLICY-CL-MGT,SDNR-CL
59
60 dmaap.sink.topics.APPC-CL.servers=${{DMAAP_SERVERS}}
61 dmaap.sink.topics.APPC-CL.apiKey=
62 dmaap.sink.topics.APPC-CL.apiSecret=
63 dmaap.sink.topics.APPC-CL.events=org.onap.policy.appc.Request
64 dmaap.sink.topics.APPC-CL.events.custom.gson=org.onap.policy.appc.util.Serialization,gsonPretty
65 dmaap.sink.topics.APPC-CL.https=true
66
67 dmaap.sink.topics.APPC-LCM-READ.servers=${{DMAAP_SERVERS}}
68 dmaap.sink.topics.APPC-LCM-READ.apiKey=
69 dmaap.sink.topics.APPC-LCM-READ.apiSecret=
70 dmaap.sink.topics.APPC-LCM-READ.events=org.onap.policy.appclcm.LcmRequestWrapper
71 dmaap.sink.topics.APPC-LCM-READ.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
72 dmaap.sink.topics.APPC-LCM-READ.https=true
73
74 dmaap.sink.topics.POLICY-CL-MGT.servers=${{DMAAP_SERVERS}}
75 dmaap.sink.topics.POLICY-CL-MGT.apiKey=
76 dmaap.sink.topics.POLICY-CL-MGT.apiSecret=
77 dmaap.sink.topics.POLICY-CL-MGT.events=org.onap.policy.controlloop.VirtualControlLoopNotification
78 dmaap.sink.topics.POLICY-CL-MGT.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gsonPretty
79 dmaap.sink.topics.POLICY-CL-MGT.https=true
80
81 dmaap.sink.topics.SDNR-CL.servers=${{DMAAP_SERVERS}}
82 dmaap.sink.topics.SDNR-CL.apiKey=
83 dmaap.sink.topics.SDNR-CL.apiSecret=
84 dmaap.sink.topics.SDNR-CL.events=org.onap.policy.sdnr.PciRequestWrapper
85 dmaap.sink.topics.SDNR-CL.events.custom.gson=org.onap.policy.sdnr.util.Serialization,gson
86 dmaap.sink.topics.SDNR-CL.https=true
87
88 rules.groupId=
89 rules.artifactId=
90 rules.version=
91