This is an inverse of my question Install a custom feature or module in Opendaylight?. I am looking to take the Hello World app and add the ability to do a feature:install
for the following features:
feature:install
- odl-restconf
- odl-mdsal-apidocs
- odl-openflowplugin-flow-services
- odl-openflowplugin-app-table-miss-enforcer
- odl-openflowplugin-nxm-extensions
- odl-restconf-all
- odl-openflowplugin-flow-services
I assume it comes down to listing these features properly in one of the many pom files.
For the record, currently we run the ODL 0.12.1 by downloading the .tar.gz from ODL's nexus server, shell into karaf, and run the feature:install
command against all the above features and I am able to do the install.
I'd like to be able to run that same feature:install
for all those features as well, but in the Hello World example, karaf can't find those features.
There are some similar questions out there (such as this How to add new features to OpenDayLight Karaf?) however the answers weren't specific enough and seem generic to Karaf. For example, the answer there seems to be about modifying the values of org.ops4j.pax.url.mvn.repositories
however when I look at the ODL 0.12.1 integration/distribution repo, I do not see this value being used at all.