Versions Compared

Key

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

...

docker run --detach --publish 8181:8181 --name sdnr "$IMAGE"

Version references

Import during compile is to have the same mdsal version inuse that is also provided by the Opendaylight/Karaf OSGi system.

If the Opendaylight Version name is known, e.g. Flourine/SR2 the related mdsal api information can be found by github opendaylight repository in the pom that is creating this API. This repository contains the names of the opendaylight versoin as Tag or Branch. It is located here: https://github.com/opendaylight/mdsal/blob/release/fluorine-sr3/binding/mdsal-binding-api/pom.xml . The artifact <version> is the version number that is also visible with karaf/opendaylight/client under feature:list and used by a specific ODL Version.

In ONAP/ccsdk the same versoin number is specified in via parent pom.xml by the  <odl.mdsal.version>2.5.2</odl.mdsal.version> parameter.

In the example above all this version numbers should show 2.5.2 and the world is OK.