From 41da129120db44a1600028df683d5f1b72ed118e Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Sun, 21 Sep 2014 14:27:27 -0500 Subject: [PATCH] Bug 1948: separating features-restconf from features-mdsal Needs to wait on merge of: https://git.opendaylight.org/gerrit/#/c/11472/ https://git.opendaylight.org/gerrit/#/c/11423/ Then the stuff below will be filled out. 1) Feature Tests Pass: https://jenkins.opendaylight.org/controller/job/controller-merge/org.opendaylight.controller$features-restconf/2850/testReport/ 2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blob;f=features/restconf/src/main/resources/features.xml;h=4d17b48cadece860c8f25364c49e8bc4cad93b22;hb=HEAD a) Feature Names: Prefixed with 'odl-' : https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Naming b) Features Descriptions: Present https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description c) Features Start-Levels: No start-levels on elements or elements 3) Features Tested: Features have been tested for functionality with a) feature:install odl-toaster-ui (pulls in odl-restconf-new) 4) Integration Test Impact: All restconf tests will need to use HTTP Basic Auth for Username and password (I believe they already do) Change-Id: I858abdd8f2fb6954b49451f5294ea0828bfe3169 Signed-off-by: Ed Warnicke --- features/pom.xml | 14 ++++++++++++++ features/src/main/resources/features.xml | 3 +++ 2 files changed, 17 insertions(+) diff --git a/features/pom.xml b/features/pom.xml index 9930bea6..47963f18 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -37,6 +37,13 @@ features xml + + org.opendaylight.controller + features-restconf + ${feature.mdsal.version} + features + xml + org.opendaylight.controller features-adsal @@ -113,6 +120,13 @@ features xml + + org.opendaylight.aaa + features-authz + 0.1.0-SNAPSHOT + features + xml + org.opendaylight.ttp features-ttp diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index ca425f9a..602727d4 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -51,6 +51,7 @@ mvn:org.opendaylight.aaa/features-aaa/0.1.0-SNAPSHOT/xml/features + mvn:org.opendaylight.aaa/features-authz/0.1.0-SNAPSHOT/xml/features mvn:org.opendaylight.bgpcep/features-bgp/${feature.bgp.version}/xml/features mvn:org.opendaylight.controller/features-adsal/${feature.adsal.version}/xml/features mvn:org.opendaylight.controller/features-adsal-compatibility/1.4.2-SNAPSHOT/xml/features @@ -67,6 +68,7 @@ mvn:org.opendaylight.ovsdb/features-ovs-sfc/0.0.1-SNAPSHOT/xml/features mvn:org.opendaylight.packetcable/features-packetcable/${feature.packetcable.version}/xml/features mvn:org.opendaylight.plugin2oc/features-plugin2oc/0.1-SNAPSHOT/xml/features + mvn:org.opendaylight.controller/features-restconf/${feature.mdsal.version}/xml/features mvn:org.opendaylight.sdninterfaceapp/features-sdninterfaceapp/1.4.2-SNAPSHOT/xml/features mvn:org.opendaylight.sfc/features-sfc/0.0.1-SNAPSHOT/xml/features mvn:org.opendaylight.sfc/features-sfclisp/0.0.1-SNAPSHOT/xml/features @@ -79,6 +81,7 @@ odl-aaa-all + odl-aaa-authz odl-adsal-all odl-adsal-compatibility odl-bgpcep-all -- 2.36.6