From: Sébastien Determe Date: Wed, 13 May 2020 14:40:45 +0000 (+0000) Subject: Merge "Update the clamp url" into frankfurt X-Git-Tag: 5.0.7~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=bdaceb89621e188a7a94717fc4febbde174cde63;hp=6833cb634c13b78de22e8ded8c6afb6970aa8b22;p=clamp.git Merge "Update the clamp url" into frankfurt --- diff --git a/INFO.yaml b/INFO.yaml index b18c42ee..e46ab847 100644 --- 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 index 00000000..edc4c63a Binary files /dev/null and b/docs/images/user-guide/clamp-cds-operation.png differ diff --git a/docs/images/user-guide/create-loop.png b/docs/images/user-guide/create-loop.png index 20b9f05d..40cdb4c3 100644 Binary files a/docs/images/user-guide/create-loop.png and b/docs/images/user-guide/create-loop.png differ diff --git a/docs/images/user-guide/loop-menu.png b/docs/images/user-guide/loop-menu.png index 658359e0..b6056349 100644 Binary files a/docs/images/user-guide/loop-menu.png and b/docs/images/user-guide/loop-menu.png differ diff --git a/docs/images/user-guide/open-menu-prop.png b/docs/images/user-guide/open-menu-prop.png index c07b2256..046e2a3d 100755 Binary files a/docs/images/user-guide/open-menu-prop.png and b/docs/images/user-guide/open-menu-prop.png differ diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 4f9d4afa..b4269664 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 bfac885d..b3c1535b 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