From: Vratko Polak Date: Mon, 7 Sep 2015 10:42:07 +0000 (+0200) Subject: Use NETCONF project features instead of Controller ones X-Git-Tag: release/beryllium~79 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=2968f3a3652627c2897ebb3ade1004d90d5a671e;p=integration%2Fdistribution.git Use NETCONF project features instead of Controller ones NETCONF is a standalone project in Beryllium. Controller project still hosts netconf features, but those are stale. This makes integration/distribution to depend on features from NETCONF project. Change-Id: I5862ef3c7ebfb23858891ad16dee45d1ea99b00a Signed-off-by: Vratko Polak --- diff --git a/features/index/pom.xml b/features/index/pom.xml index e7e1d72a..30613ee7 100644 --- a/features/index/pom.xml +++ b/features/index/pom.xml @@ -102,13 +102,6 @@ features xml - - org.opendaylight.controller - features-netconf-connector - ${feature.mdsal.version} - features - xml - org.opendaylight.controller features-nsf @@ -116,13 +109,6 @@ features xml - - org.opendaylight.controller - features-restconf - ${feature.mdsal.version} - features - xml - org.opendaylight.coretutorials dsbenchmark-features @@ -179,6 +165,27 @@ features xml + + org.opendaylight.netconf + features-netconf + ${feature.netconf.version} + features + xml + + + org.opendaylight.netconf + features-netconf-connector + ${feature.netconf.version} + features + xml + + + org.opendaylight.netconf + features-restconf + ${feature.restconf.version} + features + xml + org.opendaylight.neutron features-neutron diff --git a/features/index/src/main/resources/features.xml b/features/index/src/main/resources/features.xml index 18c41bb1..4b4beae3 100644 --- a/features/index/src/main/resources/features.xml +++ b/features/index/src/main/resources/features.xml @@ -43,9 +43,7 @@ mvn:org.opendaylight.capwap/capwap-features/${feature.capwap.version}/xml/features mvn:org.opendaylight.controller/features-adsal/${feature.adsal.version}/xml/features mvn:org.opendaylight.controller/features-mdsal/${feature.mdsal.version}/xml/features - mvn:org.opendaylight.controller/features-netconf-connector/${feature.mdsal.version}/xml/features mvn:org.opendaylight.controller/features-nsf/${feature.nsf.version}/xml/features - mvn:org.opendaylight.controller/features-restconf/${feature.mdsal.version}/xml/features mvn:org.opendaylight.coretutorials/dsbenchmark-features/${feature.coretutorials.version}/xml/features mvn:org.opendaylight.didm/didm-features/${didm.version}/xml/features mvn:org.opendaylight.dlux/features-dlux/${feature.dlux.version}/xml/features @@ -54,6 +52,9 @@ mvn:org.opendaylight.l2switch/features-l2switch/0.3.0-SNAPSHOT/xml/features mvn:org.opendaylight.lacp/features-lacp/${feature.lacp.version}/xml/features mvn:org.opendaylight.lispflowmapping/features-lispflowmapping/${feature.lispflowmapping.version}/xml/features + mvn:org.opendaylight.netconf/features-netconf/${feature.netconf.version}/xml/features + mvn:org.opendaylight.netconf/features-netconf-connector/${feature.netconf.version}/xml/features + mvn:org.opendaylight.netconf/features-restconf/${feature.restconf.version}/xml/features mvn:org.opendaylight.neutron/features-neutron/${feature.neutron.version}/xml/features mvn:org.opendaylight.nic/features-nic/${feature.nic.version}/xml/features mvn:org.opendaylight.openflowplugin/features-openflowplugin/${feature.openflowplugin.version}/xml/features diff --git a/features/test/src/main/resources/features.xml b/features/test/src/main/resources/features.xml index 17de110e..afae4ed9 100644 --- a/features/test/src/main/resources/features.xml +++ b/features/test/src/main/resources/features.xml @@ -60,7 +60,7 @@ odl-aaa-api odl-aaa-authn odl-aaa-authz - odl-aaa-netconf-plugin + odl-aaa-netconf-plugin odl-aaa-sssd-plugin odl-adsal-all