blob: 06a5f4f4f271087c11697abf87eec6fed3de9bef [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
6------------------------------------------------
7.. 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
Ezhilarasi57ca3f52019-02-08 16:35:11 +053017 microservices/controllerBlueprintStudioProcessor
18 microservices/bluePrintsProcessor
19 microservices/neng
20 microservices/vlanTag
ezhil6e3418c2019-01-17 21:12:57 +053021
22
23Installation:
24=============
25
ezhil8d9676b2019-01-30 11:26:47 +053026 To compile this code:
ezhil6e3418c2019-01-17 21:12:57 +053027
ezhil8d9676b2019-01-30 11:26:47 +053028 1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains
29 references to the ONAP repositories and OpenDaylight repositories.
ezhil6e3418c2019-01-17 21:12:57 +053030
ezhil8d9676b2019-01-30 11:26:47 +053031 2. To compile all of CCSDK apps code
ezhil6e3418c2019-01-17 21:12:57 +053032 - git clone https://(LFID)@gerrit.onap.org/r/a/ccsdk/apps
33 - cd apps ; mvn clean install ; cd ..
34
35
36
37Logging:
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
Ezhilarasi313280b2019-02-21 22:38:47 +053042 Where to Access Information
43 ============================
44 Logs are found within the SDNC docker container, in the directory
45 /opt/opendaylight/current/data/logs.
Ezhilarasi57ca3f52019-02-08 16:35:11 +053046
47Release Notes:
48==============
49 release-notes