summaryrefslogtreecommitdiffstats
path: root/opendaylight/nitrogen/src/main/docker/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2019-09-25Create ONAP-specific ODL distroTimoney, Dan (dt5972)1-19/+0
Instead of using OpenDaylight tarball, create custom ONAP ODL distribution that only contains the components used by SDNC and/or APPC Change-Id: I8871326002ab0e51c0271b937c5d91628a3172d9 Issue-ID: CCSDK-1753 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@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-02-12Fix karaf tarball nameDan Timoney1-3/+3
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 Timoney1-0/+19
Add new docker container for OpenDaylight Nitrogen Issue-ID: CCSDK-179 Change-Id: Ic44d54785b58a1cbc71a37ae73b31ddfd057856c Signed-off-by: Dan Timoney <dtimoney@att.com>