Versions Compared

Key

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

...

The next step after Creating an Instance of SDNR and Creating and Installing a New Feature into SDNR is to create a "component meta-feature" that groups the SDNR northbound features together and enables them to be installed into OpenDaylight using a single reference.  The first step is to create a second feature (Goodbye World) in the same repository as Hello World, shown here.  Goodbye World is identical to Hello World except for the name changes.

Image AddedImage Removed

Executing 'mvn clean install' in these two features generates the corresponding features and zip files in the local maven repository.

...

These are the key files used by ccsdk/distribution/odlsli/pom.xml to construct the docker container.

...

The next step is to move up one level in the directory structure and create a features director with this structure and content.

Image Added

We discuss each file and folder in turn, beginning with features/pom.xml.

...