Skip to content

Instantly share code, notes, and snippets.

@icarocamelo
Created November 17, 2015 16:38
Show Gist options
  • Select an option

  • Save icarocamelo/b956a4e74c95dbc046e3 to your computer and use it in GitHub Desktop.

Select an option

Save icarocamelo/b956a4e74c95dbc046e3 to your computer and use it in GitHub Desktop.
<!-- Mapping Service feature -->
<feature name="odl-nic-core-service" version="${project.version}" description='OpenDaylight :: Network Intent Composition :: Mapping service'>
<feature version="${hazelcast.version}">hazelcast</feature>
<feature version="${mdsal.version}">odl-mdsal-broker</feature>
<bundle>mvn:org.opendaylight.nic/intent-mapping/{{VERSION}}</bundle>
<configfile finalname="etc/opendaylight/karaf/87-intent-mapping.xml">
mvn:org.opendaylight.nic/intent-mapping/{{VERSION}}/xml/config
</configfile>
</feature>
<!-- Mapping Service feature for MDSAL -->
<feature name="odl-nic-core-service-mdsal" version="${project.version}" description='OpenDaylight :: Network Intent Composition :: MDSAL based mapping service'>
<feature version="${mdsal.version}">odl-mdsal-broker</feature>
<bundle>mvn:org.opendaylight.nic/intent-mapping-mdsal/{{VERSION}}</bundle>
<configfile finalname="etc/opendaylight/karaf/87-intent-mapping-mdsal.xml">
mvn:org.opendaylight.nic/intent-mapping-mdsal/{{VERSION}}/xml/config
</configfile>
</feature>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment