blob: 2c7d9ab92b13af9ed57c229246c29360f8aff8d6 [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=============
12APPS repository which contains all micro services for CCSDK module.
13Also these are application that are intended to run outside of OpenDaylight
14container.Modular feature implementation that is reusable across all controllers.
15
16Microservices:
17=============
18
19Controller BluePrints Studio Processor
20Blueprints processor
21NetworkElementNameGen (NENG)
22Vlan Tag API
23
24
25Installation:
26=============
27
28Steps
29-----
30To compile this code:
31
321. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains
33references to the ONAP repositories and OpenDaylight repositories.
34
352. To compile all of CCSDK apps code
36 - git clone https://(LFID)@gerrit.onap.org/r/a/ccsdk/apps
37 - cd apps ; mvn clean install ; cd ..
38
39
40
41Logging:
42=============
43CCSDK uses slf4j to log messages to the standard OpenDaylight karaf.log
44log file.
45
46Where to Access Information
47---------------------------
48Logs are found within the SDNC docker container, in the directory
49/opt/opendaylight/current/data/logs.
50Release Notes