OpenDaylight at its core is a rebranded Apache Karaf 3.0 server. The Karaf community has made rebranding runtime a simple task; let's make our own for the OpenDaylight Cookbook.
Creating your own branded OpenDaylight
Getting ready
The ingredients of this recipe include an OpenDaylight distribution kit, access to a JDK, Maven, and a source code editor. Sample code for this recipe is available at:
https://github.com/jgoodyear/OpenDaylightCookbook/tree/master/chapter10/chapter10-recipe2
How to do it...
Branding Apache Karaf is a five-step process; generating a Maven...