Versions Compared

Key

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

...

Context for the installer

Anchor
component-meta-feature
component-meta-feature
OpenDaylight Guidelines and Component Meta-Features

CCSDK is based on OpenDaylight and follows the recommended practices of that group.  There are documented guidelines for karaf features, and another aspect is what OpenDaylight calls "component meta-features," in which several related features are grouped together to simplify their installation.  For example, these features implement NETCONF in OpenDaylight:

  • odl-netconf-api

  • odl-netconf-mapping-api

  • odl-netconf-util

  • odl-netconf-impl

  • odl-netconf-netty-util

  • odl-netconf-client

  • odl-netconf-monitoring

...

Rather than install each feature individually in the karaf client, one can use the component meta-feature "odl-netconf-all" and install all of the features with the single command "feature:install odl-netconf-all."  Recall that the Dockerfile for ccsdk_odlsli_container sets these environment variables:

...