aboutsummaryrefslogtreecommitdiffstats
path: root/docs/architecture.rst
diff options
context:
space:
mode:
authorRich Bennett <rb2745@att.com>2017-10-24 08:26:42 -0400
committerRich Bennett <rb2745@att.com>2017-10-24 08:34:56 -0400
commitc58f8465744f092963c013b101cf6972d481b254 (patch)
tree721aaf08928834d9b7eb246865ca07c5433637de /docs/architecture.rst
parent8ecddd315559babae58e02d2e9a98da11fe54aa3 (diff)
Add architecture and release notes structure
Add release-notes template Move Clamp in ONAP Architecture description a separate file Add seperator lines on list items Issue-ID: DOC-110 Change-Id: Ibe803f4de3d4641b54ff4c2df54c5c3af62e4afc Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r--docs/architecture.rst32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
new file mode 100644
index 00000000..6211f121
--- /dev/null
+++ b/docs/architecture.rst
@@ -0,0 +1,32 @@
+.. 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.
+
+
+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
+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
+policies in the Policy Engine that define the closed loop flow.
+
+The ONAP CLAMP platform abstracts the details of these systems under the concept
+of a control loop model. The design of a control loop and its management is
+represented by a workflow in which all relevant system interactions take
+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.
+
+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
+and open. Automating these functions would represent a significant saving on
+operational costs compared to traditional methods.