aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-09-14 11:41:00 +0100
committerliamfallon <liam.fallon@est.tech>2021-09-14 11:41:04 +0100
commit451fc82820bc898ac9c90b98fa3c632430a235d9 (patch)
tree00a121c5957a1ac7866be90e163b6d05bd5d560f
parentb91eaa3549b4c04b0cec84d5d78a6b8b2c9e6c46 (diff)
Add CLAMP/Controlloop doc placeholder
For M4, the structure of new documentation must be in place. This review brings in the documentation structure for the CLAMP and TOSCA ControlLoop documentation. Issue-ID: POLICY-3595 Change-Id: I64b3ba05ebd51b8a86334df4adb36c91a42a0bc6 Signed-off-by: liamfallon <liam.fallon@est.tech>
-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