Timoney, Dan (dt5972) | 056e82a | 2018-06-13 11:11:29 -0400 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
LF Jenkins CI | baa3c12 | 2020-04-08 20:23:51 +0000 | [diff] [blame] | 3 | .. _architecture: |
Timoney, Dan (dt5972) | 056e82a | 2018-06-13 11:11:29 -0400 | [diff] [blame] | 4 | |
| 5 | Architecture |
| 6 | ============ |
| 7 | |
| 8 | Repositories |
| 9 | ------------ |
| 10 | CCSDK contains the following repositories to support service logic (aka directed graph) |
| 11 | development: |
| 12 | |
| 13 | - ccsdk/parent : contains parent poms, which contain common properties, plugin settings, etc |
| 14 | - ccsdk/sli/core : contains the core components needed to compile and execute directed graphs |
| 15 | - ccsdk/sli/adaptors : contains adaptors to provide access to resources from within directed graphs |
| 16 | - ccsdk/sli/northbound : contains code for northbound interfaces that maybe used by CCSDK clients |
| 17 | - ccsdk/sli/plugins : contains code to be called from directed graph "execute" nodes |
| 18 | |
| 19 | Capabilities |
| 20 | ------------ |
| 21 | Provides the core Service Logic Interpreter (SLI) functionality, used to execute directed graphs (DGs). Directed graphs allow service designers to define the |
| 22 | logic to be executed within the SDN controller in a graphical format which can be |
| 23 | updated in real time, without a need to restart the controller. |
| 24 | |
| 25 | .. toctree:: |
| 26 | :maxdepth: 1 |
| 27 | |
| 28 | nodes.rst |
| 29 | |
| 30 | |