Remove bad url
[clamp.git] / docs / 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 .. Copyright (c) 2017-2018 AT&T Intellectual Property.  All rights reserved.
4
5 Clamp in ONAP Architecture
6 --------------------------
7
8 CLAMP is a platform for designing and managing control loops. It is used to visualize
9 a control loop, configure it with specific parameters for a particular network
10 service, then deploying and undeploying it.  Once deployed, the user can also
11 update the loop with new parameters during runtime, as well as suspending and
12 restarting it.
13
14 It interacts with other systems to deploy and execute the control loop. For
15 example, it extracts the control loop blueprint and Policy Model(Model Driven Control Loop) 
16 from CSAR distributed by SDC/DCAE-DS.
17 It requests from DCAE the instantiation of microservices
18 to manage the control loop flow.  Furthermore, it creates and updates multiple
19 policies (for DCAE mS configuration and actual Control Operations) in the Policy Engine 
20 that define the closed loop flow.
21
22 |clamp-flow|
23
24 The ONAP CLAMP platform abstracts the details of these systems under the concept
25 of a control loop model.  The design of a control loop and its management is
26 represented by a workflow in which all relevant system interactions take
27 place.  This is essential for a self-service model of creating and managing
28 control loops, where no low-level user interaction with other components is
29 required.
30
31 CLAMP also allows to visualize control loop metrics through a dashboard, in order
32 to help operations understand how and when a control loop is triggered and takes action.
33
34 |dashboard-flow|
35
36 At a higher level, CLAMP is about supporting and managing the broad operational
37 life cycle of VNFs/VMs and ultimately ONAP components itself. It will offer the
38 ability to design, test, deploy and update control loop automation - both closed
39 and open. Automating these functions would represent a significant saving on
40 operational costs compared to traditional methods.
41
42 |closed-loop|
43
44 .. |clamp-flow| image:: images/architecture/distdepl.png
45 .. |dashboard-flow| image:: images/architecture/monitoring.png
46 .. |closed-loop| image:: images/architecture/ONAP-closedloop.png