aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-notes.rst
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-11-03 11:00:46 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-11-03 11:10:01 +0530
commita025845d930f2bdf3ca3f514aa66293ce42c9933 (patch)
tree1077265111aa4c43a923550a9ae5b67d39078de0 /docs/release-notes.rst
parent208be2505b56df39aad52df15983d03517b17595 (diff)
Update know issues in release notes
CLI-57 Change-Id: Ie363e35428e4741145709a25411c54920c979804 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r--docs/release-notes.rst28
1 files changed, 24 insertions, 4 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 45d6a773..63b04422 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -6,14 +6,34 @@ CLI Release Notes
Version: 1.1.0
--------------
-:Release Date: 2017-11-16 (DRAFT)
+:Release Date: 2017-11-16
+ONAP CLI helps user to perform any operations over ONAP from command line, Linux console and web-console and following features are only
+available over CLI and portal/vid does not support them:
-**New Features**
+* Customer and subscription management
+* VNF Cloud on-boarding
+* VNF tenant on-boarding
-* Release first version of Open Command Line Interface Platform (OCLIP), an CLI platform for implementing CLI using YAML file without coding
+**New Features**
+* ONAP CLI available as nexus artifacts and docker images.
+ For more details, :ref:`cli_installation_guide`.
+* It is delivered as part of portal installation during HEAT based installation. Also its supported in OOM as well.
+ For more details, :ref:`OOM_and_HEAT_based_deployment`.
+* Released first version of Open Command Line Interface Platform (OCLIP), industry first CLI platform for implementing CLI **just by texting (YAML) and no coding** .
For more details, :ref:`OCLIP`.
-* It provides Open Command Specification (OCS) 1.0 for defining the commands in YAML format, similar to Open API Specification (API).
+* It provides **Open Command Specification (OCS) 1.0** for defining the commands in YAML format, similar to Open API Specification (API).
For more details, :ref:`open_cli_schema_version_1_0`.
* All Onap commands are developed using OCLIP by authoring set of YAML files.
For more details, :ref:`cli_cmd_help`.
+* All commands are tested completely and samples also provided for reference.
+ For more details, :ref:`cli_sample`.
+* User could develop new commands on-the-fly and deploy it and use.
+ For more details, :ref:`cli_developer_guide`.
+
+**Know Issues**
+
+* VF customizationUUID is not available over SDC REST API, so user is recommended to refer it from SDC portal
+* CLI impersonate VID as source while creating service, vf and vf-modules, due to SO limitation (SO-272)
+* vsp-add-artifact command sometime fails to upload the file, in that case, please use option -d to see the debug information
+*