Created
November 17, 2015 16:38
-
-
Save icarocamelo/b956a4e74c95dbc046e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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