Merge "Update the clamp url" into frankfurt
authorSébastien Determe <sebastien.determe@intl.att.com>
Wed, 13 May 2020 14:40:45 +0000 (14:40 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 13 May 2020 14:40:45 +0000 (14:40 +0000)
INFO.yaml
docs/images/user-guide/clamp-cds-operation.png [new file with mode: 0755]
docs/images/user-guide/create-loop.png
docs/images/user-guide/loop-menu.png
docs/images/user-guide/open-menu-prop.png
docs/release-notes.rst
docs/user-guide.rst

index b18c42e..e46ab84 100644 (file)
--- a/INFO.yaml
+++ b/INFO.yaml
@@ -51,11 +51,6 @@ committers:
       company: 'ATT'
       id: 'xuegao'
       timezone: 'Europe/Brussels'
-    - name: 'Adam Krysiak'
-      email: 'adam.krysiak@nokia.com'
-      company: 'Nokia'
-      id: 'akrysiak'
-      timezone: 'Europe/Warsaw'
 tsc:
     approval: 'https://lists.onap.org/pipermail/onap-tsc'
     changes:
@@ -71,3 +66,6 @@ tsc:
         - type: 'Removal'
           name: 'Wang Xinyuan1'
           link: 'https://lists.onap.org/g/ONAP-TSC/message/4581'
+        - type: 'Removal'
+          name: 'Adam Krysiak'
+          link: 'https://lists.onap.org/g/ONAP-TSC/message/6306'
diff --git a/docs/images/user-guide/clamp-cds-operation.png b/docs/images/user-guide/clamp-cds-operation.png
new file mode 100755 (executable)
index 0000000..edc4c63
Binary files /dev/null and b/docs/images/user-guide/clamp-cds-operation.png differ
index 20b9f05..40cdb4c 100644 (file)
Binary files a/docs/images/user-guide/create-loop.png and b/docs/images/user-guide/create-loop.png differ
index 658359e..b605634 100644 (file)
Binary files a/docs/images/user-guide/loop-menu.png and b/docs/images/user-guide/loop-menu.png differ
index c07b225..046e2a3 100755 (executable)
Binary files a/docs/images/user-guide/open-menu-prop.png and b/docs/images/user-guide/open-menu-prop.png differ
index 4f9d4af..b426966 100644 (file)
@@ -9,7 +9,7 @@ Release Notes
 Version: 5.0.1
 --------------
 
-:Release Date: 2020-04-02
+:Release Date: 2020-05-12
 
 **New Features**
 
@@ -54,8 +54,8 @@ Quick Links:
 
     New Docker Containers are available. the list of containers composing this release are below:
     - clamp-backend-filebeat-onap: docker.elastic.co/beats/filebeat 5.5.0
-    - clamp-backend: nexus3.onap.org:10001/onap/clamp-backend 5.0.2
-    - clamp-frontend: nexus3.onap.org:10001/onap/clamp-frontend 5.0.2
+    - clamp-backend: nexus3.onap.org:10001/onap/clamp-backend 5.0.6
+    - clamp-frontend: nexus3.onap.org:10001/onap/clamp-frontend 5.0.6
     - clamp-dash-es: nexus3.onap.org:10001/onap/clamp-dashboard-elasticsearch 5.0.3
     - clamp-dash-kibana: nexus3.onap.org:10001/onap/clamp-dashboard-kibana 5.0.3
     - clamp-dash-logstash: nexus3.onap.org:10001/onap/clamp-dashboard-logstash 5.0.3
index bfac885..b3c1535 100644 (file)
@@ -94,7 +94,10 @@ To configure operational policies, user has to click the corresponding operation
 
 |clamp-op-policy-box-policy|
 
+Operations and payload for CDS actor is fetched from CDS.
+Clamp receives CDS blueprint name and version information from sdnc_model_name and sdnc_model_version properties in CSAR distributed by SDC and queries CDS to get list of operations and payload for the corresponding CDS blueprint.
 
+|clamp-cds-operation|
 
 Micro-service policy properties
 -------------------------------
@@ -151,3 +154,4 @@ Once deployed on DCAE the status of DCAE goes to *MICROSERVICE_INSTALLED_SUCCESS
 .. |clamp-policy-submitted| image:: images/user-guide/policy-submitted.png
 .. |clamp-deploy-params| image:: images/user-guide/deploy-params.png
 .. |blueprint-node| image:: images/user-guide/blueprint_node_type.png
+.. |clamp-cds-operation| image:: images/user-guide/clamp-cds-operation.png