From fd4b0250dff870a0861de47208365baa2abfe2a0 Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Wed, 2 Sep 2020 21:31:55 -0500 Subject: DMAAP Listener properties for RANSlice feature DMAAP Listener properties for RANSlice feature to include DMAAP topic to listen to and SDNC end point to execute RPC's against Issue-ID: SDNC-1344 Signed-off-by: SandeepLinux Change-Id: Ifbaf5816d0a20e98014329236b86cc48fa830c11 Former-commit-id: f0a8b38da48328bda7464b4b70abe7c5dfb6fad4 --- .../dmaap-listener/src/main/properties/dmaap-listener.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installation/dmaap-listener/src/main/properties/dmaap-listener.properties') diff --git a/installation/dmaap-listener/src/main/properties/dmaap-listener.properties b/installation/dmaap-listener/src/main/properties/dmaap-listener.properties index 5101c275..d7885cf6 100755 --- a/installation/dmaap-listener/src/main/properties/dmaap-listener.properties +++ b/installation/dmaap-listener/src/main/properties/dmaap-listener.properties @@ -1 +1 @@ -subscriptions=org.onap.ccsdk.sli.northbound.dmaapclient.SdncDhcpEventConsumer:dhcpalert.properties;org.onap.ccsdk.sli.northbound.dmaapclient.SdncLcmDmaapConsumer:lcm.properties;org.onap.ccsdk.sli.northbound.dmaapclient.SdncAaiDmaapConsumer:aai.properties;org.onap.ccsdk.sli.northbound.dmaapclient.OofPciPocDmaapConsumers:dmaap-consumer-oofpcipoc.properties;org.onap.ccsdk.sli.northbound.dmaapclient.A1AdapterPolicyDmaapConsumer:dmaap-consumer-a1Adapter-policy.properties;org.onap.ccsdk.sli.northbound.dmaapclient.CMNotifyDmaapConsumer:dmaap-consumer-CMNotify.properties +subscriptions=org.onap.ccsdk.sli.northbound.dmaapclient.SdncDhcpEventConsumer:dhcpalert.properties;org.onap.ccsdk.sli.northbound.dmaapclient.SdncLcmDmaapConsumer:lcm.properties;org.onap.ccsdk.sli.northbound.dmaapclient.SdncAaiDmaapConsumer:aai.properties;org.onap.ccsdk.sli.northbound.dmaapclient.OofPciPocDmaapConsumers:dmaap-consumer-oofpcipoc.properties;org.onap.ccsdk.sli.northbound.dmaapclient.A1AdapterPolicyDmaapConsumer:dmaap-consumer-a1Adapter-policy.properties;org.onap.ccsdk.sli.northbound.dmaapclient.CMNotifyDmaapConsumer:dmaap-consumer-CMNotify.properties;org.onap.ccsdk.sli.northbound.dmaapclient.SdncRANSliceDmaapConsumer:dmaap-consumer-RANSlice.properties -- cgit 1.2.3-korg