diff options
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/images/user-guide/clamp-cds-operation.png | bin | 0 -> 62357 bytes | |||
-rw-r--r-- | docs/images/user-guide/create-loop.png | bin | 46065 -> 54351 bytes | |||
-rw-r--r-- | docs/images/user-guide/loop-menu.png | bin | 43472 -> 38587 bytes | |||
-rwxr-xr-x | docs/images/user-guide/open-menu-prop.png | bin | 37343 -> 59422 bytes | |||
-rw-r--r-- | docs/release-notes.rst | 6 | ||||
-rw-r--r-- | docs/user-guide.rst | 4 |
6 files changed, 7 insertions, 3 deletions
diff --git a/docs/images/user-guide/clamp-cds-operation.png b/docs/images/user-guide/clamp-cds-operation.png Binary files differnew file mode 100755 index 000000000..edc4c63aa --- /dev/null +++ b/docs/images/user-guide/clamp-cds-operation.png diff --git a/docs/images/user-guide/create-loop.png b/docs/images/user-guide/create-loop.png Binary files differindex 20b9f05d0..40cdb4c39 100644 --- a/docs/images/user-guide/create-loop.png +++ b/docs/images/user-guide/create-loop.png diff --git a/docs/images/user-guide/loop-menu.png b/docs/images/user-guide/loop-menu.png Binary files differindex 658359e02..b6056349d 100644 --- a/docs/images/user-guide/loop-menu.png +++ b/docs/images/user-guide/loop-menu.png diff --git a/docs/images/user-guide/open-menu-prop.png b/docs/images/user-guide/open-menu-prop.png Binary files differindex c07b2256a..046e2a3d3 100755 --- a/docs/images/user-guide/open-menu-prop.png +++ b/docs/images/user-guide/open-menu-prop.png diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 4f9d4afa2..b42696644 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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 diff --git a/docs/user-guide.rst b/docs/user-guide.rst index bfac885dc..b3c1535b2 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -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 |