Introduce the OpenDaylight Toaster Edition
authorRobert Varga <rovarga@cisco.com>
Mon, 31 Mar 2014 23:01:22 +0000 (01:01 +0200)
committerRobert Varga <rovarga@cisco.com>
Wed, 11 Jun 2014 10:11:27 +0000 (12:11 +0200)
commitec7231b4a52b15fc2cbf381107bedaa5c0237dc5
tree8c4dc2d51b80c5c117fa029e6e714e44da4a56fc
parentf1c8f44b0ffdf3a3e7000a2b7693e866ddfc0eed
Introduce the OpenDaylight Toaster Edition

This introduces a minimal packaging of the OpenDaylight project, aimed
at providing just enough infrastructure to support a single useful
application -- or appliance, really -- the venerable Toaster.

Change-Id: I8502482d3083f95715ea9b96b7546fa66cf3daf0
Signed-off-by: Robert Varga <rovarga@cisco.com>
17 files changed:
distributions/extra/toaster/pom.xml [new file with mode: 0644]
distributions/extra/toaster/src/assemble/bin.xml [new file with mode: 0644]
distributions/extra/toaster/src/main/resources/TOASTER.txt [new file with mode: 0644]
distributions/extra/toaster/src/main/resources/configuration/RSA.pk [new file with mode: 0644]
distributions/extra/toaster/src/main/resources/configuration/config.ini [new file with mode: 0644]
distributions/extra/toaster/src/main/resources/configuration/context.xml [new file with mode: 0644]
distributions/extra/toaster/src/main/resources/configuration/initial/00-netty.xml [new file with mode: 0644]
distributions/extra/toaster/src/main/resources/configuration/initial/01-md-sal.xml [new file with mode: 0644]
distributions/extra/toaster/src/main/resources/configuration/initial/02-toaster.xml [new file with mode: 0644]
distributions/extra/toaster/src/main/resources/configuration/logback.xml [new file with mode: 0644]
distributions/extra/toaster/src/main/resources/configuration/startup/README [new file with mode: 0644]
distributions/extra/toaster/src/main/resources/configuration/tomcat-logging.properties [new file with mode: 0644]
distributions/extra/toaster/src/main/resources/configuration/tomcat-server.xml [new file with mode: 0644]
distributions/extra/toaster/src/main/resources/run.bat [new file with mode: 0644]
distributions/extra/toaster/src/main/resources/run.sh [new file with mode: 0755]
distributions/extra/toaster/src/main/resources/version.properties [new file with mode: 0644]
distributions/pom.xml