Details
-
Bug
-
Status: Confirmed
-
Resolution: Unresolved
-
unspecified
-
None
-
None
-
Operating System: All
Platform: All
-
5465
Description
I am following the Toaster tutorial as defined on the Wiki:
https://wiki.opendaylight.org/view/Co...CoreFunctionalityTutorials:Tutorials:StartingA_Project
First issue: In some cases the Java code and XML file examples on the wiki no longer follow what is stored in github.
Second issue: Someone has commented out the repository and feature dependencies for odl-restconf in features.xml. As a result the web container is not starting and you cannot access the toaster though HTTP queries. I am not sure if some other dependency should be starting the web container.
Third issue: Working through the Chapter 3 project (after adding the odl-restconf dependency) I am not getting any of the toaster logging statements output to the karaf logs. The HTTP POST to change the darknessFactor is successful, and a query shows it was updated, but no logs from Toaster are being generated. I noticed that the toaster-impl-config.xml on the wiki was different from the one in github, but changing to match made no difference. I can only assume the toaster feature is not properly installed/configured in karaf.