opennetworkinglab / ngsdn-tutorial

Hands-on tutorial to learn the building blocks of the Next-Gen SDN architecture
https://www.opennetworking.org/ng-sdn/
Apache License 2.0
317 stars 186 forks source link

How to experiment with other app codebases (e.g. Trellis) using ngsdn-tutorial tools? #71

Closed asydney closed 3 years ago

asydney commented 3 years ago

Hi NGSDN folks, This tutorial has been awesome! I got to use the Trellis app in exercise 7, but not the actual code base (e.g. to see/experiment with components such as segmentrouting, build changes and load the updated app into onos). How can I interact with the trellis code base (or any of the applications listed in ~/onos/apps within the onos container) using the same Intellij setup that ships with the tutorial?

Thanks, -Syd

charlesmcchan commented 3 years ago

You can find the answer here: Development Environment Setup ONOS is using Bazel as the build system so please follow Using an IDE with ONOS 1.14 or higher (Bazel build) Trellis apps is using Maven instead so please follow Use an IDE with Maven