Details
-
Bug
-
Status: Resolved
-
High
-
Resolution: Done
-
Nitrogen
-
None
-
None
Description
In the Nitrogen documentation, specifically "OpenDaylight concepts and tools," I see the following:
As a short example of installing a Karaf feature, OpenDaylight offers Application Layer Traffic Optimization (ALTO). The Karaf feature to install ALTO is odl-alto-all. On the Karaf console, the command to install it is:
feature:install odl-alto-all
I have Nitrogen installed, and I can report there is no feature named odl-alto-all.
Hit '<ctrl-d>' or type 'system:shutdown' or 'logout' to shutdown OpenDaylight. opendaylight-user@root>feature:list | grep odl-alto-all opendaylight-user@root>
There is however, a feature named odl-alto-core.
opendaylight-user@root>feature:list | grep odl-alto-core odl-alto-core | 0.5.1 | x | Started | odl-alto-core | OpenDaylight :: alto :: Core
I believe this is the feature the author intended.
In Running XSQL Console Commands and Queries, I see:
Nitrogen reports there is no feature named odl-mdsal-xsql.
opendaylight-user@root>feature:list | grep odl-mdsal-xsql opendaylight-user@root>