ORAN CMNotify Karaf Feature Development 57/102757/1
authorSandeep Shah <sandeeplinux1068@gmail.com>
Mon, 2 Mar 2020 16:31:48 +0000 (10:31 -0600)
committerSandeep Shah <sandeeplinux1068@gmail.com>
Mon, 2 Mar 2020 16:31:48 +0000 (10:31 -0600)
commit4fdab1fe391c2ecf3ea8bcb0fefb563ba8af042c
tree5f82e1a690f6600023a400ef899c49e47ea87016
parentc6f4d650f2652a30aa4d951459e294e37394c559
ORAN CMNotify Karaf Feature Development

CMNotify Karaf feature development as part of SDNR
meta-feature. This feature relates to receiving
VES message for nbrListChangeNotification via
DMAAP and making updates to RuntimeDB/ConfigDB

Issue-ID: CCSDK-2130
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: Iad5f0bfe855986a202a264b50e1a0591c7015fce
14 files changed:
sdnr/northbound/CMNotify/feature/pom.xml [new file with mode: 0644]
sdnr/northbound/CMNotify/installer/pom.xml [new file with mode: 0644]
sdnr/northbound/CMNotify/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
sdnr/northbound/CMNotify/model/pom.xml [new file with mode: 0644]
sdnr/northbound/CMNotify/model/src/main/yang/CM-NOTIFY-API.yang [new file with mode: 0644]
sdnr/northbound/CMNotify/pom.xml [new file with mode: 0644]
sdnr/northbound/CMNotify/provider/pom.xml [new file with mode: 0644]
sdnr/northbound/CMNotify/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/CMNotifyClient.java [new file with mode: 0644]
sdnr/northbound/CMNotify/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/CMNotifyProvider.java [new file with mode: 0644]
sdnr/northbound/CMNotify/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml [new file with mode: 0644]
sdnr/northbound/CMNotify/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
sdnr/northbound/CMNotify/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/CMNotifyClientTest.java [new file with mode: 0644]
sdnr/northbound/CMNotify/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/CMNotify/TestCMNotify.java [new file with mode: 0644]
sdnr/northbound/pom.xml