aboutsummaryrefslogtreecommitdiffstats
path: root/docs/architecture.rst
diff options
context:
space:
mode:
authorChrisC <cc697w@intl.att.com>2018-03-27 03:12:59 -0700
committerChrisC <cc697w@intl.att.com>2018-03-27 04:27:31 -0700
commit8ec1b9175c825aaf96a6b84cfdfbd6eabe15c1d0 (patch)
tree56f8010773a585f18622331bd52a07fbe8046d2c /docs/architecture.rst
parent802241ababb30a19d8c1b364c7697f991a9b9754 (diff)
Update Documentation
Update Architecture and main Beijing Release Documentation. Change-Id: I896739dbbeaab500d738e3176290f1a31275811d Issue-ID: CLAMP-128 Signed-off-by: ChrisC <cc697w@intl.att.com>
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r--docs/architecture.rst17
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 6211f121..19c9b705 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -1,21 +1,21 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
-.. Copyright 2017 AT&T Intellectual Property. All rights reserved.
+.. Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
Clamp in ONAP Architecture
--------------------------
-CLAMP is a platform for designing and managing control loops. It is used to design
-a closed loop, configure it with specific parameters for a particular network
+CLAMP is a platform for designing and managing control loops. It is used to visualize
+a control loop, configure it with specific parameters for a particular network
service, then deploying and undeploying it. Once deployed, the user can also
update the loop with new parameters during runtime, as well as suspending and
restarting it.
-It interacts with other systems to deploy and execute the closed loop. For
-example, it pushes the control loop design to the SDC catalog, associating it
-with the VF resource. It requests from DCAE the instantiation of microservices
-to manage the closed loop flow. Further, it creates and updates multiple
+It interacts with other systems to deploy and execute the control loop. For
+example, it gets the control loop blueprint from SDC - DCAE-D.
+It requests from DCAE the instantiation of microservices
+to manage the control loop flow. Furthermore, it creates and updates multiple
policies in the Policy Engine that define the closed loop flow.
The ONAP CLAMP platform abstracts the details of these systems under the concept
@@ -25,6 +25,9 @@ place. This is essential for a self-service model of creating and managing
control loops, where no low-level user interaction with other components is
required.
+CLAMP also allows to visualize control loop metrics through a dashboard, in order
+to help operations understand how and when a control loop is triggered and takes action.
+
At a higher level, CLAMP is about supporting and managing the broad operational
life cycle of VNFs/VMs and ultimately ONAP components itself. It will offer the
ability to design, test, deploy and update control loop automation - both closed