Add new feature to register cmhandle in CPS 14/123614/2
authorNiranjana <niranjana.y60@wipro.com>
Thu, 26 Aug 2021 16:34:02 +0000 (16:34 +0000)
committerNiranjana <niranjana.y60@wipro.com>
Thu, 26 Aug 2021 17:36:08 +0000 (17:36 +0000)
commit8e683ffdb67a8c9e254c7f6dafa857b903d7dffb
tree77d1cd7d540592f550f3ecd5a2d45acea4a81ed6
parentd4ccb1d0e0fc5a82d03cccc56dbd3c547eca5ad7
Add new feature to register cmhandle in CPS

Issue-ID: CCSDK-3342
Signed-off-by: Niranjana <niranjana.y60@wipro.com>
Change-Id: If8fd65c090f6396a85b61261e0febd3333b66778
16 files changed:
sdnr/northbound/addCMHandle/feature/pom.xml [new file with mode: 0644]
sdnr/northbound/addCMHandle/installer/pom.xml [new file with mode: 0755]
sdnr/northbound/addCMHandle/installer/src/assembly/assemble_installer_zip.xml [new file with mode: 0644]
sdnr/northbound/addCMHandle/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
sdnr/northbound/addCMHandle/installer/src/main/resources/scripts/install-feature.sh [new file with mode: 0644]
sdnr/northbound/addCMHandle/model/pom.xml [new file with mode: 0644]
sdnr/northbound/addCMHandle/model/src/main/yang/cm-handle.yang [new file with mode: 0644]
sdnr/northbound/addCMHandle/pom.xml [new file with mode: 0644]
sdnr/northbound/addCMHandle/provider/pom.xml [new file with mode: 0644]
sdnr/northbound/addCMHandle/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/addCMHandle/AddCMHandleProvider.java [new file with mode: 0644]
sdnr/northbound/addCMHandle/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/impl/AddCMHandleProvider.java [new file with mode: 0644]
sdnr/northbound/addCMHandle/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml [new file with mode: 0644]
sdnr/northbound/addCMHandle/provider/src/main/resources/cm-handle.properties [new file with mode: 0644]
sdnr/northbound/addCMHandle/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
sdnr/northbound/addCMHandle/provider/src/test/java/org/onap/ccsdk/features/sdnr/northbound/addCMHandle/AddCMHandleProviderTest.java [new file with mode: 0644]
sdnr/northbound/pom.xml