diff options
author | liamfallon <liam.fallon@est.tech> | 2022-07-14 15:26:45 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-07-14 15:45:28 +0100 |
commit | 99885a96676d4e2e28cce526cb6336d315e89710 (patch) | |
tree | d339bbe236caff124227fbecc2bbb4eb25a684e2 | |
parent | a09a5ccc8a1f312ad913f6da2f8d449d2a6b0fab (diff) |
Put a note on the CLAMP/PF merge on Honoluluhonolulu
Issue-ID: POLICY-4137
Change-Id: Ic690b2c7e85da7bd4551cbed2fab3da925c4193b
Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r-- | .readthedocs.yaml | 20 | ||||
-rw-r--r-- | README.md | 5 |
2 files changed, 5 insertions, 20 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml deleted file mode 100644 index 3797dc8bb..000000000 --- a/.readthedocs.yaml +++ /dev/null @@ -1,20 +0,0 @@ ---- -# .readthedocs.yml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# Required -version: 2 - -formats: - - htmlzip - -build: - image: latest - -python: - version: 3.7 - install: - - requirements: docs/requirements-docs.txt - -sphinx: - configuration: docs/conf.py @@ -1,5 +1,10 @@ # Summary +--- +**NOTE** +The merge of the CLAMP project with the Policy Framework project started in the Honolulu release. +--- + 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. |