HostTracker Fixes 81/481/2
authorKalvin Hom <kahom@cisco.com>
Thu, 13 Jun 2013 21:12:31 +0000 (14:12 -0700)
committerKalvin Hom <kahom@cisco.com>
Thu, 13 Jun 2013 22:17:53 +0000 (15:17 -0700)
commitc90c2ca43006e023005a5dddbbb477f80329e45c
treedd61b2ef39e7fcf5a4a148cf4d726e1379b32fcc
parent7c3362df780f30a47d0f6a7b7695360bbb5513bc
HostTracker Fixes

Fixes the following:
Hosts not being added due to SwitchManager
not being set and NullPointerException

Conversion added from Device to HostNodeConnector

REST Service nb/v2/host/default will show hosts

Known problems still need fixing:
- hosts cannot ping each other.
- When mininet is already running and switches are there,
  startup for controller is fine.  If controller already
  running, then mininet started and new switches added,
  controller is throwing errors.
- GUI isn't showing hosts in the diagram.

Change-Id: I16290feb269f4bfff8bb0f28e9d5601f0d9b1386
Signed-off-by: Kalvin Hom <kahom@cisco.com>
opendaylight/hosttracker_new/api/pom.xml
opendaylight/hosttracker_new/api/src/main/java/org/opendaylight/controller/hosttracker/IDevice.java
opendaylight/hosttracker_new/implementation/pom.xml
opendaylight/hosttracker_new/implementation/src/main/java/org/opendaylight/controller/hosttracker/internal/Activator.java
opendaylight/hosttracker_new/implementation/src/main/java/org/opendaylight/controller/hosttracker/internal/Device.java
opendaylight/hosttracker_new/implementation/src/main/java/org/opendaylight/controller/hosttracker/internal/DeviceManagerImpl.java
opendaylight/hosttracker_new/implementation/src/test/resources/logback.xml [new file with mode: 0644]