summaryrefslogtreecommitdiffstats
path: root/opendaylight
AgeCommit message (Collapse)AuthorFilesLines
2018-04-29Roll versions step 6 : distribution pomsTimoney, Dan (dt5972)2-4/+4
Roll version for next release candidate Change-Id: Ia054f3c88a3df8014083f58e1c1a08a9fb948a61 Issue-ID: CCSDK-257 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-04-13Install host keyTimoney, Dan (dt5972)1-3/+3
Create a new script to install karaf host.key on ODL installation. Also, updated base ODL container to move ODL base distribution directory to /opt/opendaylight/current and create a symlink with the original name. This is done to allow OOM to support an external mount to /opt/opendaylight/current/daexim to preserve backups. Change-Id: I048b7d8002636dcd4ffbdff7242eb40d2a2787da Issue-ID: CCSDK-241 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-03-12Fix odlsli restart issueTimoney, Dan (dt5972)1-1/+0
Instead of restarting container (which seems to fail), just start karaf client in foreground at end of startODL.sh to cause docker container to stay up as long as karaf is up. Also, remove Carbon container which is no longer needed for ONAP Beijing, and produces false positives in security scan. Change-Id: I8ea49769899cea206f46657bf6a3660d6a8a8d97 Issue-ID: CCSDK-208 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-02-27Create nitrogen dockersDan Timoney3-32/+27
Updated dockers to install Nitrogen artifacts. Change-Id: I9710346f064fa5fff0d92b5d6de32cc84d9e1b3d Issue-ID: CCSDK-179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2018-02-12Fix karaf tarball nameDan Timoney2-4/+4
Karaf tarball name format is different in Nitrogen (karaf* instead of distribution-karaf*). Change-Id: I9f28c9f59ff89c061223d5f35dfa8e7df8d8c5b6 Issue-ID: CCSDK-179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2018-02-08Add nitrogen containerDan Timoney5-210/+467
Add new docker container for OpenDaylight Nitrogen Issue-ID: CCSDK-179 Change-Id: Ic44d54785b58a1cbc71a37ae73b31ddfd057856c Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-11-17Bump minor versionJessica Wagantall1-2/+2
Bump minor version in preparation for Amsterdam branching. (prat 2) Issue-ID: CIMAN-120 Change-Id: I221ed1573f8407a22ecd15a8c10aba2c6ca800ec Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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 Timoney2-14/+13
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-22Use docker profileDan Timoney1-71/+82
Docker plugin should be defined in separate profile so that it is only triggered by docker Jenkins jobs, which enable the docker profile via -P docker command line arg. Change-Id: I42826bf5fe1c4cfcf6dd0122b3d889ddd031306a Issue-ID: CCSDK-64 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-21Add platform DGs to distributionDan Timoney1-2/+2
Add platform DGs needed by ODL-SLI docker container to distribution repo. Change-Id: I01c4a466da7bd986447cb44629fee61038664592 Issue-ID: CCSDK-27 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-11Create base OpenDaylight containerDan Timoney2-0/+238
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>