Add blueprint wiring to the toaster sample 67/35867/26
authorTom Pantelis <tpanteli@brocade.com>
Mon, 7 Mar 2016 01:46:38 +0000 (20:46 -0500)
committerAnil Vishnoi <vishnoianil@gmail.com>
Wed, 13 Apr 2016 20:09:48 +0000 (20:09 +0000)
commit44b5dbe52783a3a558b3eae619b01baf613f82e0
tree39e4f49143e17a48ee47fae31920133f99b4015d
parentc49614c73007a6b20b0903dd77a61f5102f82e0b
Add blueprint wiring to the toaster sample

Change-Id: I79922dd24847fd8682a0f2133e6effae9b608a0c
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
opendaylight/md-sal/samples/toaster-config/src/main/resources/initial/03-toaster-sample.xml
opendaylight/md-sal/samples/toaster-consumer/src/main/java/org/opendaylight/controller/sample/kitchen/impl/KitchenServiceImpl.java
opendaylight/md-sal/samples/toaster-consumer/src/main/resources/org/opendaylight/blueprint/toaster-consumer.xml [new file with mode: 0644]
opendaylight/md-sal/samples/toaster-consumer/src/main/yang/kitchen-service-impl.yang
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/resources/org/opendaylight/blueprint/toaster-provider.xml [new file with mode: 0644]
opendaylight/md-sal/samples/toaster-provider/src/main/yang/toaster-provider-impl.yang
opendaylight/md-sal/samples/toaster-provider/src/test/java/org/opendaylight/controller/sample/toaster/provider/OpenDaylightToasterTest.java