blob: 6de159345cf8d6519bebd1ff84e7c4156ff34498 [file] [log] [blame]
ezhil945c2ac2019-01-08 20:18:45 +05301.. This work is licensed under a Creative Commons Attribution 4.0 International License.
ezhil6e3418c2019-01-17 21:12:57 +05302.. http://creativecommons.org/licenses/by/4.0
3.. Copyright (C) 2019 IBM.
ezhil945c2ac2019-01-08 20:18:45 +05304
5CCSDK APPS DOCUMENTATION REPOSITORY
Ezhilarasi1ed69c32019-03-20 21:30:26 +05306------------------------------------
ezhil945c2ac2019-01-08 20:18:45 +05307.. toctree::
8 :maxdepth: 1
9
ezhil6e3418c2019-01-17 21:12:57 +053010Introduction:
11=============
Ezhilarasi57ca3f52019-02-08 16:35:11 +053012 APPS repository which contains all micro services for CCSDK module. Also these are application that are intended to run outside of OpenDaylight container.Modular feature implementation that is reusable across all controllers.
ezhil6e3418c2019-01-17 21:12:57 +053013
14Microservices:
15=============
16
Ezhilarasi1ed69c32019-03-20 21:30:26 +053017.. toctree::
18 :maxdepth: 1
19
Ezhilarasi57ca3f52019-02-08 16:35:11 +053020 microservices/neng
21 microservices/vlanTag
ezhil6e3418c2019-01-17 21:12:57 +053022
23
24Installation:
25=============
26
ezhil8d9676b2019-01-30 11:26:47 +053027 To compile this code:
ezhil6e3418c2019-01-17 21:12:57 +053028
ezhil8d9676b2019-01-30 11:26:47 +053029 1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains
30 references to the ONAP repositories and OpenDaylight repositories.
ezhil6e3418c2019-01-17 21:12:57 +053031
ezhil8d9676b2019-01-30 11:26:47 +053032 2. To compile all of CCSDK apps code
ezhil6e3418c2019-01-17 21:12:57 +053033 - git clone https://(LFID)@gerrit.onap.org/r/a/ccsdk/apps
34 - cd apps ; mvn clean install ; cd ..
35
36
ezhil6e3418c2019-01-17 21:12:57 +053037Logging:
Ezhilarasi313280b2019-02-21 22:38:47 +053038========
ezhil6e3418c2019-01-17 21:12:57 +053039CCSDK uses slf4j to log messages to the standard OpenDaylight karaf.log
40log file.
41
Ezhilarasi2b5f6fe2019-03-05 16:58:53 +053042Logs are found within the SDNC docker container, in the directory
43/opt/opendaylight/current/data/logs
Ezhilarasi57ca3f52019-02-08 16:35:11 +053044
45Release Notes:
46==============
47 release-notes