Versions Compared

Key

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

Summary

The development of SDN-R bases on ONAP elements CCSDK, SDNC, OOM and ONAP Documentation.

...

One piece of SDN-R functionality is a microservice. The microservice is running in OSGi (Karaf) context using the Opendaylight platform and provided as a features and OSGi bundles.

Development steps overview

This description is using SDNR WT microservice or feature as example.

...

The github/ccsdk/distributions are designed to allow a simpler setup using docker on a development server.

Provide feature code

In the gerrit ccsdk/feature repository in the path sdnr/wt the sources for all bundles located.

...

  • is packaging all the above sdnr wt feature bundles (apigateway, .. ,odlux) into one ZIP installer to integrate them into a distribution image
  • providing a single karaf feature that can be used to install the complete service "sdnr-wt-feature-aggregator", but also provides the sub-features and its repositories

Provide distribution