aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2021-09-14 20:17:53 +0000
committerGerrit Code Review <gerrit@onap.org>2021-09-14 20:17:53 +0000
commit5cdb204185a6240f71264d123dc93b35313c1a48 (patch)
tree5d8dd70725186df994ca577594e8ce2c31b1fa35
parent24063f918df9837c54643377154fee77798d9d03 (diff)
parent451fc82820bc898ac9c90b98fa3c632430a235d9 (diff)
Merge "Add CLAMP/Controlloop doc placeholder"
-rw-r--r--docs/clamp/clamp.rst15
-rw-r--r--docs/clamp/clamp/clamp.rst6
-rw-r--r--docs/clamp/controlloop/controlloop.rst6
-rw-r--r--docs/index.rst1
4 files changed, 28 insertions, 0 deletions
diff --git a/docs/clamp/clamp.rst b/docs/clamp/clamp.rst
new file mode 100644
index 00000000..0b270d3e
--- /dev/null
+++ b/docs/clamp/clamp.rst
@@ -0,0 +1,15 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+
+.. _clamp-label:
+
+Policy/CLAMP - Control Loop Automation Management Platform
+##########################################################
+
+CLAMP handles control loops in two ways, either using built in ONAP Control Loop support or using Control Loops defined in metadata using TOSCA. The sections below describe both ways of managing control loops.
+
+.. toctree::
+ :maxdepth: 1
+
+ clamp/clamp
+ controlloop/controlloop
+
diff --git a/docs/clamp/clamp/clamp.rst b/docs/clamp/clamp/clamp.rst
new file mode 100644
index 00000000..b9853f88
--- /dev/null
+++ b/docs/clamp/clamp/clamp.rst
@@ -0,0 +1,6 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+
+.. _clamp-builtin-label:
+
+Placeholder for CLAMP Built In Control Loop Automation Management
+#################################################################
diff --git a/docs/clamp/controlloop/controlloop.rst b/docs/clamp/controlloop/controlloop.rst
new file mode 100644
index 00000000..a6782ec1
--- /dev/null
+++ b/docs/clamp/controlloop/controlloop.rst
@@ -0,0 +1,6 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+
+.. _clamp-builtin-label:
+
+Placeholder for CLAMP Metadata Control Loop Automation Management using TOSCA
+#############################################################################
diff --git a/docs/index.rst b/docs/index.rst
index 5a421400..8c49f0d3 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -21,5 +21,6 @@ Policy Framework Architecture
xacml/xacml
apex/apex
distribution/distribution
+ clamp/clamp
gui/Monitoring-GUI-Demo-Guide
release-notes