blob: 14ddb77830fffedccb92c09f7bfec35b6216b617 [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.
LF Jenkins CI9ad26092020-04-07 17:38:01 +00004.. _master_index:
ezhil945c2ac2019-01-08 20:18:45 +05305
6CCSDK APPS DOCUMENTATION REPOSITORY
Dan Timoney5e3c84f2020-05-08 09:27:11 -04007-----------------------------------
ezhil945c2ac2019-01-08 20:18:45 +05308.. toctree::
9 :maxdepth: 1
10
ezhil6e3418c2019-01-17 21:12:57 +053011Introduction:
12=============
Ezhilarasi57ca3f52019-02-08 16:35:11 +053013 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 +053014
15Microservices:
Dan Timoney5e3c84f2020-05-08 09:27:11 -040016==============
ezhil6e3418c2019-01-17 21:12:57 +053017
Ezhilarasi1ed69c32019-03-20 21:30:26 +053018.. toctree::
19 :maxdepth: 1
20
Ezhilarasi57ca3f52019-02-08 16:35:11 +053021 microservices/neng
22 microservices/vlanTag
ezhil6e3418c2019-01-17 21:12:57 +053023
24
25Installation:
26=============
27
ezhil8d9676b2019-01-30 11:26:47 +053028 To compile this code:
ezhil6e3418c2019-01-17 21:12:57 +053029
Dan Timoney5e3c84f2020-05-08 09:27:11 -040030 1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains 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
Dan Timoney5e3c84f2020-05-08 09:27:11 -040033 - git clone https://(LFID)@gerrit.onap.org/r/a/ccsdk/apps
34 - cd apps ; mvn clean install ; cd ..
ezhil6e3418c2019-01-17 21:12:57 +053035
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