Initial mdsal and config karaf features 53/6753/3
authorEd Warnicke <eaw@cisco.com>
Tue, 6 May 2014 14:57:45 +0000 (09:57 -0500)
committerEd Warnicke <eaw@cisco.com>
Wed, 7 May 2014 15:15:06 +0000 (15:15 +0000)
commitd3ee1db2786e3d239c32d2bc983b5d926939e8b9
tree596cdf7d7193f88086c777f22cd04c497341ac50
parentd3cb37167e6327b4f280e44bdf92ea95fb240fb8
Initial mdsal and config karaf features

This loads cleanly into karaf :)

Instructions for checking:

cd controller/

mvn clean install

cd opendaylight/distributions/opendaylight-karaf/target/assembly/bin
sh karaf

at the karaf prompt

feature:install odl-mdsal-restconf
feature:list -i

(odl-mdsal-restconf will pull everything else through).

PatchSet2:  Fixed failure to use odl- prefix in features for -all

Change-Id: Ib85347eaab7729d1b2723eb7ce59a3c18f2eef0e
Signed-off-by: Ed Warnicke <eaw@cisco.com>
opendaylight/config/feature/pom.xml [new file with mode: 0644]
opendaylight/config/feature/src/main/resources/features.xml [new file with mode: 0644]
opendaylight/config/pom.xml
opendaylight/distribution/opendaylight-karaf/pom.xml
opendaylight/md-sal/feature/pom.xml [new file with mode: 0644]
opendaylight/md-sal/feature/src/main/resources/features.xml [new file with mode: 0644]
opendaylight/md-sal/pom.xml