aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
blob: 2c7d9ab92b13af9ed57c229246c29360f8aff8d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2019 IBM.

CCSDK APPS DOCUMENTATION REPOSITORY
------------------------------------------------
.. toctree::
   :maxdepth: 1

Introduction:
=============
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.

Microservices:
=============

Controller BluePrints Studio Processor
Blueprints processor
NetworkElementNameGen (NENG)
Vlan Tag API


Installation:
=============

Steps
-----
To compile this code:

1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains
references to the ONAP repositories and OpenDaylight repositories.

2. To compile all of CCSDK apps code
    - git clone https://(LFID)@gerrit.onap.org/r/a/ccsdk/apps
    - cd apps ; mvn clean install ; cd ..



Logging:
=============
CCSDK uses slf4j to log messages to the standard OpenDaylight karaf.log
log file.

Where to Access Information
---------------------------
Logs are found within the SDNC docker container, in the directory
/opt/opendaylight/current/data/logs.
Release Notes