summaryrefslogtreecommitdiffstats
path: root/odlsli/src/main/docker
AgeCommit message (Collapse)AuthorFilesLines
2018-03-13Fix config dir nameTimoney, Dan (dt5972)1-1/+1
Config directory (SDNC_CONFIG_DIR) for CCSDK should be /opt/onap/ccsdk/data/properties. Change-Id: Ib9da44e19236414202400033c8ad251b2913f4fd Issue-ID: CCSDK-208 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2017-09-14Add Graph/Node to org.ops4j.pax.logging.cfgMarcus G K Williams1-0/+2
This change adds org.ops4j.pax.logging.cfg file that contains standard ODL logging config with added sections for 'Directed Graph Node Id appender' and 'Directed Graph Name appender'. Addition of these sections should allow current Graph and Node Id to be appended to karaf log using MDC. Issue-Id: CCSDK-71 Change-Id: Id62ba038fbe6bb51e2c58f6a415a860cfa11dd89 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-08-22Use docker profileDan Timoney1-13/+2
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 ODL + SLI containerDan Timoney1-0/+26
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>