Add ODL + SLI container 97/8197/1
authorDan Timoney <dtimoney@att.com>
Mon, 21 Aug 2017 18:44:05 +0000 (14:44 -0400)
committerDan Timoney <dtimoney@att.com>
Mon, 21 Aug 2017 18:44:05 +0000 (14:44 -0400)
commit471dafabda15677d67b5ef11ce2f4060b8c81f5b
treefb1db237449fb8a2299b2cc83e6bbb89e9c684cf
parent24a1a1b4a46330e9c5fa54ddabe3d01c3c60571f
Add ODL + SLI container

Add docker container that starts up OpenDaylight with SLI preinstalled

Change-Id: Iffbc21e0437108608fc35fc573d8ef47e413eca8
Issue-ID: CCSDK-27
Signed-off-by: Dan Timoney <dtimoney@att.com>
17 files changed:
odlsli/pom.xml [new file with mode: 0644]
odlsli/src/main/docker/Dockerfile [new file with mode: 0644]
odlsli/src/main/properties/aaiclient.properties [new file with mode: 0644]
odlsli/src/main/properties/admportal.json [new file with mode: 0755]
odlsli/src/main/properties/admportal.log4js.json [new file with mode: 0755]
odlsli/src/main/properties/dblib.properties [new file with mode: 0644]
odlsli/src/main/properties/mdsal-resource.properties [new file with mode: 0644]
odlsli/src/main/properties/sql-resource.properties [new file with mode: 0644]
odlsli/src/main/properties/svclogic.properties [new file with mode: 0644]
odlsli/src/main/properties/svclogic.properties.sdnctldb01 [new file with mode: 0755]
odlsli/src/main/resources/idmlight.db.mv.db [new file with mode: 0644]
odlsli/src/main/resources/sdnctl.dump [new file with mode: 0644]
odlsli/src/main/scripts/installFeatures.sh [new file with mode: 0644]
odlsli/src/main/scripts/installSdncDb.sh [new file with mode: 0644]
odlsli/src/main/scripts/installZips.sh [new file with mode: 0644]
odlsli/src/main/scripts/startODL.sh [new file with mode: 0644]
pom.xml