My team is using OpenDaylight 0.11.0 as the basis for a SDN controller. I am wondering how that .tar.gz is built?
I.e., is there a base project on github and a maven command that creates that .tar.gz file?
I am finding so many different opendaylight related modules, features and code bases that I simply can't find the full source code from which the above noted tar.gz is built from. I am thinking it is a combination of many different opendaylight modules, however I am sure there is a parent project that bundles them all together.
My end goal is to build a custom feature for our team that can be feature:installed
in ODL 0.11.0's karaf console.
We have already followed the dev guide here, however that base project doesn't contain many of the features available on the ODL 0.11.0 linked at the top. I.e., when you build out that sample project, it doesn't come with the same set of features as the ODL 0.11.0 tar.gz linked above.