Bug 2032: Integrating HostTracker with config subsystem. 36/11436/4
authorAlex Fan <railor33@gmail.com>
Mon, 22 Sep 2014 10:40:27 +0000 (03:40 -0700)
committerAlex Fan <railor33@gmail.com>
Mon, 22 Sep 2014 18:54:18 +0000 (11:54 -0700)
commit64ddf3e4270befbfa2df19327d414e8a1be16b1c
tree2d601d5ba61b67c26df175a5436b26a614400d40
parentc65ce1edf2d137ddf2113e9f09264c88722e7982
Bug 2032: Integrating HostTracker with config subsystem.

Change-Id: I30362f7428e6e9e9d46b0ec6a7d202e643a278ee
Signed-off-by: Alex Fan <railor33@gmail.com>
13 files changed:
distribution/base/pom.xml
features/pom.xml
features/src/main/resources/features.xml
hosttracker/config/pom.xml [new file with mode: 0644]
hosttracker/config/src/main/resources/initial/57-hosttracker.xml [new file with mode: 0644]
hosttracker/implementation/pom.xml
hosttracker/implementation/src/main/java/org/opendaylight/l2switch/hosttracker/plugin/internal/HostTrackerConsumer.java [deleted file]
hosttracker/implementation/src/main/java/org/opendaylight/l2switch/hosttracker/plugin/internal/HostTrackerImpl.java
hosttracker/implementation/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/l2switch/host/tracker/impl/rev140528/HostTrackerModule.java [new file with mode: 0644]
hosttracker/implementation/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/l2switch/host/tracker/impl/rev140528/HostTrackerModuleFactory.java [new file with mode: 0644]
hosttracker/implementation/src/main/yang/host-tracker-impl.yang [new file with mode: 0644]
hosttracker/pom.xml
parent/pom.xml