ezhil | 945c2ac | 2019-01-08 20:18:45 +0530 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
ezhil | 6e3418c | 2019-01-17 21:12:57 +0530 | [diff] [blame] | 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | .. Copyright (C) 2019 IBM. |
ezhil | 945c2ac | 2019-01-08 20:18:45 +0530 | [diff] [blame] | 4 | |
| 5 | CCSDK APPS DOCUMENTATION REPOSITORY |
| 6 | ------------------------------------------------ |
| 7 | .. toctree:: |
| 8 | :maxdepth: 1 |
| 9 | |
ezhil | 6e3418c | 2019-01-17 21:12:57 +0530 | [diff] [blame] | 10 | Introduction: |
| 11 | ============= |
| 12 | APPS repository which contains all micro services for CCSDK module. |
| 13 | Also these are application that are intended to run outside of OpenDaylight |
| 14 | container.Modular feature implementation that is reusable across all controllers. |
| 15 | |
| 16 | Microservices: |
| 17 | ============= |
| 18 | |
| 19 | Controller BluePrints Studio Processor |
| 20 | Blueprints processor |
| 21 | NetworkElementNameGen (NENG) |
| 22 | Vlan Tag API |
| 23 | |
| 24 | |
| 25 | Installation: |
| 26 | ============= |
| 27 | |
| 28 | Steps |
| 29 | ----- |
| 30 | To compile this code: |
| 31 | |
| 32 | 1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains |
| 33 | references to the ONAP repositories and OpenDaylight repositories. |
| 34 | |
| 35 | 2. 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 | |
| 41 | Logging: |
| 42 | ============= |
| 43 | CCSDK uses slf4j to log messages to the standard OpenDaylight karaf.log |
| 44 | log file. |
| 45 | |
| 46 | Where to Access Information |
| 47 | --------------------------- |
| 48 | Logs are found within the SDNC docker container, in the directory |
| 49 | /opt/opendaylight/current/data/logs. |
| 50 | Release Notes |