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