Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the wiki page Creating and Installing an Instance of SDNR we saw how the docker container is constructed and how features are prepared for installationinstalled into OpenDaylight.  We now discuss how to create and add a new feature to SDNR.  As an example, we will create a Hello World feature in the ccsdk/features repository using the subdirectory sdnr/northboundHere This is the initial file structure.

...

The final steps are to add helloworld to the dependencies in ccsdk/distributikon/odlsli/pom.xml and then rebuild the docker image.

As before, to rebuild, execute 'mvn --activate-profile docker clean package' in ccsdk/distribution/odlsli.