X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=52bd1835aac04808211ed03fee2b9ae2f8d69f40;hb=72dabc9f2dd9627ba19716312c922fdc129aaa50;hp=bdac6604110ce907cad4bd688d6874e174223762;hpb=ada9d6d375f83e3b038f5775fa09402e478db7a9;p=cli.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index bdac6604..52bd1835 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -8,34 +8,45 @@ Version: 1.1.0 :Release Date: 2017-11-16 -ONAP CLI helps user to perform any operations over ONAP from command line, Linux console and web-console. +:ref:`cli_index` helps user to operate ONAP from Linux command console and web command console. -NOTE: ONAP portal does not support following features, so user could use CLI for these features: +**New Features** + +In ONAP Amsterdam release, CLI provides following ONAP operations as command: + +* ONAP micro-service discovery +* External system on-boarding (VIM, VNFM, EMS & SDNC) +* Customer and Subscription management (Only available thru CLI) +* Cloud and Tenant on-boarding (Only available thru CLI) +* Design-time artifacts (VSP, VF, Service model) management +* Network-service (vFW, vLB, etc) life-cycle management + +Version: 2.0.0 +-------------- -* Customer and subscription management -* VNF Cloud on-boarding -* VNF tenant on-boarding +:Release Date: 2018-05-24 **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). - 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_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, 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 +In this release, CLI provides all those features supported in previous release. In addition, +following features are enabled: + +* Policy management +* VNF/PNF management +* OCLIP SNMP profile support +* OCLIP CLI verification support + +Similar to earlier release, user can perform customer, subscription, cloud and tenant management only +by using CLI as portal does not support. + +**Bug Fixes** + +* CLI-105 Ignore those yamls which does not have open cli schema version +* CLI-103 Support HTTP delete with http body (SO, AAI requires) +* CLI-101 Add context parameter for ignoring empty json nodes in http body +* CLI-99 Optional parameter's default value is set to blank +* CLI-95 Add profile support for multiple sessions +* CLI-94 EOL openecomp CLIs +* CLI-86 Create documentation for end to end cli commands for onap +* CLI-74 Setup Mock environment for a command +* CLI-61 Add validation for results section in yaml