Rich Bennett | c58f846 | 2017-10-24 08:26:42 -0400 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
osgn422w | ebc6907 | 2021-03-16 16:27:47 +0100 | [diff] [blame] | 3 | .. Copyright (c) 2017-2021 AT&T Intellectual Property. All rights reserved. |
LF Jenkins CI | d2e5008 | 2020-04-08 20:22:11 +0000 | [diff] [blame] | 4 | .. _architecture: |
Rich Bennett | c58f846 | 2017-10-24 08:26:42 -0400 | [diff] [blame] | 5 | |
osgn422w | ebc6907 | 2021-03-16 16:27:47 +0100 | [diff] [blame] | 6 | Policy/Clamp in ONAP Architecture |
| 7 | --------------------------------- |
Rich Bennett | c58f846 | 2017-10-24 08:26:42 -0400 | [diff] [blame] | 8 | |
osgn422w | ebc6907 | 2021-03-16 16:27:47 +0100 | [diff] [blame] | 9 | CLAMP platform has been integrated into the Policy framework project, starting as a POC during |
| 10 | Honolulu release and as a official feature with Istanbul release. So CLAMP must be seen now |
| 11 | as a function provided by the Policy Framework project. |
| 12 | |
| 13 | CLAMP is a function for designing and managing control loops and a UI to manage Policies. |
| 14 | It is used to visualize a control loop, configure it with specific parameters for a particular network |
Rich Bennett | c58f846 | 2017-10-24 08:26:42 -0400 | [diff] [blame] | 15 | service, then deploying and undeploying it. Once deployed, the user can also |
| 16 | update the loop with new parameters during runtime, as well as suspending and |
| 17 | restarting it. |
| 18 | |
osgn422w | ebc6907 | 2021-03-16 16:27:47 +0100 | [diff] [blame] | 19 | Starting with Istanbul release, CLAMP GUI can also be used to create/read/update/delete/list policies |
| 20 | outside of a control loop, and therefore CLAMP is also the front-end for Policies management in ONAP. |
| 21 | |
| 22 | CLAMP interacts with other systems to deploy and execute the control loop. For |
| 23 | example, it extracts the control loop blueprint from CSAR distributed by SDC. |
| 24 | CLAMP also calls the internal Policy framework API to get the Policy Models(Model Driven Control Loop) |
| 25 | It requests from DCAE the instantiation of microservices. |
| 26 | to manage the control loop flow. Furthermore, it creates and updates multiple |
| 27 | policies (for DCAE mS configuration and actual Control Operations) in the Policy Engine |
osgn422w | ac76315 | 2019-05-28 12:59:41 +0200 | [diff] [blame] | 28 | that define the closed loop flow. |
Rich Bennett | c58f846 | 2017-10-24 08:26:42 -0400 | [diff] [blame] | 29 | |
ChrisC | 2c0ec04 | 2018-06-06 17:11:31 +0200 | [diff] [blame] | 30 | |clamp-flow| |
| 31 | |
osgn422w | ebc6907 | 2021-03-16 16:27:47 +0100 | [diff] [blame] | 32 | The ONAP CLAMP function abstracts the details of these systems under the concept |
Rich Bennett | c58f846 | 2017-10-24 08:26:42 -0400 | [diff] [blame] | 33 | of a control loop model. The design of a control loop and its management is |
| 34 | represented by a workflow in which all relevant system interactions take |
| 35 | place. This is essential for a self-service model of creating and managing |
| 36 | control loops, where no low-level user interaction with other components is |
| 37 | required. |
| 38 | |
Rich Bennett | c58f846 | 2017-10-24 08:26:42 -0400 | [diff] [blame] | 39 | At a higher level, CLAMP is about supporting and managing the broad operational |
| 40 | life cycle of VNFs/VMs and ultimately ONAP components itself. It will offer the |
| 41 | ability to design, test, deploy and update control loop automation - both closed |
| 42 | and open. Automating these functions would represent a significant saving on |
| 43 | operational costs compared to traditional methods. |
ChrisC | 2c0ec04 | 2018-06-06 17:11:31 +0200 | [diff] [blame] | 44 | |
| 45 | |closed-loop| |
| 46 | |
sebdet | 5dea222 | 2019-01-11 13:11:03 +0100 | [diff] [blame] | 47 | .. |clamp-flow| image:: images/architecture/distdepl.png |
LF Jenkins CI | d2e5008 | 2020-04-08 20:22:11 +0000 | [diff] [blame] | 48 | .. |closed-loop| image:: images/architecture/ONAP-closedloop.png |