From ada9d6d375f83e3b038f5775fa09402e478db7a9 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Tue, 7 Nov 2017 13:26:38 +0530 Subject: Make release rediness Issue-Id: CLI-57 Change-Id: I7fbfece3464f3b6b3db9f6b41fcca96986d97866 Signed-off-by: Kanagaraj Manickam k00365106 --- docs/release-notes.rst | 10 +++++----- docs/user_guide.rst | 10 +++++++++- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 49e4b7aa..bdac6604 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,7 +10,7 @@ Version: 1.1.0 ONAP CLI helps user to perform any operations over ONAP from command line, Linux console and web-console. -NOTE: ONAP portal does not support following features, so user is recommended to use them over CLI: +NOTE: ONAP portal does not support following features, so user could use CLI for these features: * Customer and subscription management * VNF Cloud on-boarding @@ -29,13 +29,13 @@ NOTE: ONAP portal does not support following features, so user is recommended to * 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_cmd_sample`. + For more details, :ref:`cli_cmd_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) +* VF customizationUUID is not available over SDC REST API, so user is recommended to refer it from SDC portal, while creating VF. +* CLI impersonate VID as source while creating service, VF and VF module, 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 - +* service-delete, vf-delete, vfmodule-create and vfmodule-delete commands are not verified (CLI-63) \ No newline at end of file diff --git a/docs/user_guide.rst b/docs/user_guide.rst index 919bb66c..27644cd7 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -64,10 +64,18 @@ https://wiki.onap.org Command usage guide ------------------- -Following document provides the help message and samples for commands supported in this release. +Following document provides the help message for commands supported in this release. .. toctree:: :maxdepth: 1 cmd_help.rst + +Command Samples +--------------- +Following document provides the samples for commands supported in this release. + +.. toctree:: + :maxdepth: 1 + cmd_sample.rst -- cgit 1.2.3-korg