Automation adds ccsdk-distribution-architecture.rst
[ccsdk/distribution.git] / docs / sli / architecture.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. _architecture:
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