2 # ============LICENSE_START=======================================================
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
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=casablanca
23 dmaap.source.topics=${{PDPD_CONFIGURATION_TOPIC}},${{DCAE_TOPIC}},APPC-CL,APPC-LCM-WRITE,SDNR-CL-RSP
25 dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.servers=${{PDPD_CONFIGURATION_SERVERS}}
26 dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiKey=
27 dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.apiSecret=
28 dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.events=org.onap.policy.controlloop.params.ControlLoopParams
29 dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.events.org.onap.policy.controlloop.params.ControlLoopParams.filter=[?($.closedLoopControlName =~ /.*/ && $.controlLoopYaml =~ /.*/)]
30 dmaap.source.topics.${{PDPD_CONFIGURATION_TOPIC}}.https=true
32 dmaap.source.topics.${{DCAE_TOPIC}}.servers=${{DCAE_SERVERS}}
33 dmaap.source.topics.${{DCAE_TOPIC}}.apiKey=
34 dmaap.source.topics.${{DCAE_TOPIC}}.apiSecret=
35 dmaap.source.topics.${{DCAE_TOPIC}}.consumerGroup=${{DCAE_CONSUMER_GROUP}}
36 dmaap.source.topics.${{DCAE_TOPIC}}.events=org.onap.policy.controlloop.VirtualControlLoopEvent
37 dmaap.source.topics.${{DCAE_TOPIC}}.events.org.onap.policy.controlloop.VirtualControlLoopEvent.filter=[?($.closedLoopEventStatus =~ /.*/)]
38 dmaap.source.topics.${{DCAE_TOPIC}}.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gson
39 dmaap.source.topics.${{DCAE_TOPIC}}.https=true
41 dmaap.source.topics.APPC-CL.servers=${{DMAAP_SERVERS}}
42 dmaap.source.topics.APPC-CL.apiKey=
43 dmaap.source.topics.APPC-CL.apiSecret=
44 dmaap.source.topics.APPC-CL.events=org.onap.policy.appc.Response
45 dmaap.source.topics.APPC-CL.events.org.onap.policy.appc.Response.filter=[?($.CommonHeader =~ /.*/ && $.Status =~ /.*/)]
46 dmaap.source.topics.APPC-CL.events.custom.gson=org.onap.policy.appc.util.Serialization,gsonPretty
47 dmaap.source.topics.APPC-CL.https=true
49 dmaap.source.topics.APPC-LCM-WRITE.servers=${{DMAAP_SERVERS}}
50 dmaap.source.topics.APPC-LCM-WRITE.apiKey=
51 dmaap.source.topics.APPC-LCM-WRITE.apiSecret=
52 dmaap.source.topics.APPC-LCM-WRITE.events=org.onap.policy.appclcm.LcmResponseWrapper
53 dmaap.source.topics.APPC-LCM-WRITE.events.org.onap.policy.appclcm.LcmResponseWrapper.filter=[?($.type == 'response')]
54 dmaap.source.topics.APPC-LCM-WRITE.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
55 dmaap.source.topics.APPC-LCM-WRITE.https=true
57 dmaap.sink.topics=APPC-CL,APPC-LCM-READ,POLICY-CL-MGT,SDNR-CL
59 dmaap.sink.topics.APPC-CL.servers=${{DMAAP_SERVERS}}
60 dmaap.sink.topics.APPC-CL.apiKey=
61 dmaap.sink.topics.APPC-CL.apiSecret=
62 dmaap.sink.topics.APPC-CL.events=org.onap.policy.appc.Request
63 dmaap.sink.topics.APPC-CL.events.custom.gson=org.onap.policy.appc.util.Serialization,gsonPretty
64 dmaap.sink.topics.APPC-CL.https=true
66 dmaap.sink.topics.APPC-LCM-READ.servers=${{DMAAP_SERVERS}}
67 dmaap.sink.topics.APPC-LCM-READ.apiKey=
68 dmaap.sink.topics.APPC-LCM-READ.apiSecret=
69 dmaap.sink.topics.APPC-LCM-READ.events=org.onap.policy.appclcm.LcmRequestWrapper
70 dmaap.sink.topics.APPC-LCM-READ.events.custom.gson=org.onap.policy.appclcm.util.Serialization,gson
71 dmaap.sink.topics.APPC-LCM-READ.https=true
73 dmaap.sink.topics.POLICY-CL-MGT.servers=${{DMAAP_SERVERS}}
74 dmaap.sink.topics.POLICY-CL-MGT.apiKey=
75 dmaap.sink.topics.POLICY-CL-MGT.apiSecret=
76 dmaap.sink.topics.POLICY-CL-MGT.events=org.onap.policy.controlloop.VirtualControlLoopNotification
77 dmaap.sink.topics.POLICY-CL-MGT.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gsonPretty
78 dmaap.sink.topics.POLICY-CL-MGT.https=true
80 rules.groupId=${project.groupId}
81 rules.artifactId=controller-casablanca
82 rules.version=${project.version}
84 dmaap.sink.topics.SDNR-CL.servers=${{DMAAP_SERVERS}}
85 dmaap.sink.topics.SDNR-CL.apiKey=
86 dmaap.sink.topics.SDNR-CL.apiSecret=
87 dmaap.sink.topics.SDNR-CL.events=org.onap.policy.sdnr.PciRequestWrapper
88 dmaap.sink.topics.SDNR-CL.events.custom.gson=org.onap.policy.sdnr.util.Serialization,gson
89 dmaap.sink.topics.SDNR-CL.https=true
91 dmaap.source.topics.SDNR-CL-RSP.servers=${{DMAAP_SERVERS}}
92 dmaap.source.topics.SDNR-CL-RSP.apiKey=
93 dmaap.source.topics.SDNR-CL-RSP.apiSecret=
94 dmaap.source.topics.SDNR-CL-RSP.events=org.onap.policy.sdnr.PciResponseWrapper
95 dmaap.source.topics.SDNR-CL-RSP.events.org.onap.policy.sdnr.PciResponseWrapper.filter=[?($.type == 'response')]
96 dmaap.source.topics.SDNR-CL-RSP.events.custom.gson=org.onap.policy.sdnr.util.Serialization,gson
97 dmaap.source.topics.SDNR-CL-RSP.https=true