Addition of template-driver. It is a simulated driver to demonstrate key concepts... 78/58178/2
authorBartosz Michalik <Bartosz.Michalik@amartus.com>
Tue, 25 Apr 2017 17:50:45 +0000 (19:50 +0200)
committermarek.ryznar <marek.ryznar@amartus.com>
Mon, 5 Jun 2017 07:47:18 +0000 (09:47 +0200)
commitd22524a896acc102d8888d8f36e0c86e6ed07313
tree29140a8957d6288d5f7fe1b131a91553f5c9445a
parent45a01a358aca88d4f1d8188eb627fd31b110a5a0
Addition of template-driver. It is a simulated driver to demonstrate key concepts for driver developers. Can be used as quick-start for real drivers

Change-Id: I19797fbfe4ae0143ef0bc43b43a1144b481e1541
Signed-off-by: marek.ryznar <marek.ryznar@amartus.com>
13 files changed:
artifacts/pom.xml
features/features-unimgr/pom.xml
features/features-unimgr/src/main/features/features.xml
features/features4-unimgr/pom.xml
features/odl-unimgr-template-driver/pom.xml [new file with mode: 0755]
features/pom.xml
pom.xml
template-driver/pom.xml [new file with mode: 0644]
template-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/template/TemplateConstants.java [new file with mode: 0644]
template-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/template/driver/TemplateDriver.java [new file with mode: 0644]
template-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/template/tapi/TopologyDataHandler.java [new file with mode: 0644]
template-driver/src/main/resources/org/opendaylight/blueprint/template-driver.xml [new file with mode: 0644]
template-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/template/tapi/TopologyDataHandlerTest.java [new file with mode: 0644]