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.

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 when constructing the docker container.

The component meta-feature "features" directory

...