From: Colin Dixon Date: Wed, 3 Sep 2014 14:50:27 +0000 (-0500) Subject: Adding ttp features X-Git-Tag: release/lithium-sr2~113^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=ea8ffdaf91d37bac05cd13ea1e37675c5e419e66;p=integration%2Fdistribution.git Adding ttp features 1) Feature Tests Pass: https://jenkins.opendaylight.org/ttp/job/ttp-merge/org.opendaylight.ttp$features-ttp/lastCompletedBuild/testReport/ 2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=ttp.git;a=blob;f=features/src/main/resources/features.xml;hb=HEAD 3) Features Tested: Features have been tested for functionality with a) feature:install odl-ttp-all b) feature:install odl-integration-compatible-with-all 4) Integration Test Impact: none that we are aware of Change-Id: Ic9d5e54c9298b0121df7a4040a482884c80d257a Signed-off-by: Colin Dixon --- diff --git a/features/pom.xml b/features/pom.xml index bb5ecdf8..b9bf7f3c 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -90,6 +90,13 @@ features xml + + org.opendaylight.ttp + features-ttp + ${feature.ttp.version} + features + xml + org.opendaylight.lispflowmapping features-lispflowmapping diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index c98a65b0..d5f7ae13 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -60,6 +60,7 @@ mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.0.3-SNAPSHOT/xml/features mvn:org.opendaylight.ovsdb/features-openflow-nxm/0.0.3-SNAPSHOT/xml/features mvn:org.opendaylight.ovsdb/features-ovsdb/${feature.ovsdb.version}/xml/features + mvn:org.opendaylight.ttp/features-ttp/${feature.ttp.version}/xml/features mvn:org.opendaylight.vtn/features-vtn-manager/${feature.vtn-manager.version}/xml/features mvn:org.opendaylight.bgpcep/features-bgp/${feature.bgp.version}/xml/features @@ -75,6 +76,7 @@ odl-aaa-all odl-bgpcep-all odl-lispflowmapping-all + odl-ttp-all