Bug 1112, Bug 629: Migrated toaster to use BindingDataBroker 68/8168/9
authorTony Tkacik <ttkacik@cisco.com>
Wed, 25 Jun 2014 15:47:36 +0000 (17:47 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Tue, 1 Jul 2014 07:11:27 +0000 (07:11 +0000)
commit7ff26dc32c812b10a928fdd30a77b557ee9e2844
tree5de924a23ae9e4953c6e4b732d26b546f06a5636
parentda6ca13e3f8ecb73a62f7e8f9ae3bdcae9d851f8
Bug 1112, Bug 629: Migrated toaster to use BindingDataBroker

Migrated toaster example from using DataProviderService
(Hydrogen APIs) to use new BindingDataBroker service.
Patchset did not introduce any other changes,
only the minimal required set of changes,
in order to illustrate steps needed to migrate API.

 - toaster-provider-impl.yang - Changed dependency definition
 - controller.xml - Changed configuration in test
 - 03-toaster.xml - Changed configuration in distribution
 - ToasterProviderModule.java and OpendaylightToaster.java
 - OpendaylightToaster - updated to use BindingDataBroker

Change-Id: Iff0e2877b1061d10000a1e68c8ab5504cfb6c81c
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/03-toaster-sample.xml
opendaylight/md-sal/samples/toaster-it/src/test/resources/controller.xml
opendaylight/md-sal/samples/toaster-provider/src/main/java/org/opendaylight/controller/config/yang/config/toaster_provider/impl/ToasterProviderModule.java
opendaylight/md-sal/samples/toaster-provider/src/main/java/org/opendaylight/controller/sample/toaster/provider/OpendaylightToaster.java
opendaylight/md-sal/samples/toaster-provider/src/main/yang/toaster-provider-impl.yang