summaryrefslogtreecommitdiffstats
path: root/opendaylight/src
AgeCommit message (Collapse)AuthorFilesLines
2017-09-18Fix typo in opendaylight DockerfileDan Timoney1-1/+1
Opendaylight container Dockerfile contains reference to variable that is no longer defined (mysql instead of mariadb). Change-Id: I8c159547a9e502471a75e6b4fd41d45cca41c954 Issue-ID: CCSDK-95 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-18Use mariadb JDBC connectorDan Timoney1-2/+2
Update CCSDK container to use MariaDB JDBC connector instead of mysql connector. This is needed to resolve licensing issue. Both connectors are compatible with both MySQL and MariaDB back end databases, but mysql JDBC connector is licensed under GPL 2.0, while MariaDB JDBC is licensed under LGPL 2.0. Change-Id: I919e8463c1e0ef162b9becc5023ebf623423df78 Issue-ID: CCSDK-95 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-11Create base OpenDaylight containerDan Timoney1-0/+19
Create base ODL Carbon docker container, based on base Ubuntu docker container Change-Id: I11873727a6a436ff6ecc6113c927ab07f99a67a3 Issue-ID: CCSDK-27 Signed-off-by: Dan Timoney <dtimoney@att.com>