Ultimate OpenDaylight Guide | Part 1: Documentation & Testing

19/11/2020

by Samuel Kontriš, Robert Varga, Filip Čúzy | Leave us your feedback on this post!


Welcome to Part 1 of the PANTHEON.tech Ultimate Guide to OpenDaylight! We will start off lightly with some tips & tricks regarding the tricky documentation, as well as some testing & building tips to speed up development!


Documentation

1. Website, Docs & Wiki

The differences between these three sources can be staggering. But no worries, we have got you covered!

2. Dependencies between projects & distributions

3. Contributing to OpenDaylight

4. Useful Mailing Lists

There are tens (up to hundreds) of mailing lists you can join, so you are up-to-date with all the important information – even dev talks, thoughts, and discussions!

Testing & Building

1. Maven “Quick” Profile

There’s a “Quick” maven profile in most OpenDaylight projects. This profile skips a lot of tests and checks, which are unnecessary to run with each build.

This way, the build is much faster:

mvn clean install -Pq

2. GitHub x OpenDaylight

The OpenDaylight code is mirrored on GitHub! Since more people are familiar with the GitHub environment, rather than Gerrit, make sure to check out the official GitHub repo of ODL!

3. Gerrit

Working with Gerrit can be challenging and new for newcomers. Here is a great guide on the differences between the two.


You can contact us at https://pantheon.tech/

Explore our Pantheon GitHub.

Watch our YouTube Channel.

Related Articles

[Release] lighty.io 23

lighty.io 23 is here! This release continues to emphasize our commitment to providing a lightweight, high-performance alternative to the standard OpenDaylight distribution, while keeping pace with the latest upstream developments. lighty.io 23 is a comprehensive...

read more

[OpenDaylight] Vanadium Release is Here

We are excited to see the official release of OpenDaylight Vanadium, the 23rd release of the industry’s most pervasive open-source SDN controller. Vanadium continues to improve network automation, scalability, and performance. At PANTHEON.tech, we are proud to...

read more