aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/cookbook.rst2
-rw-r--r--docs/release-notes.rst12
2 files changed, 11 insertions, 3 deletions
diff --git a/docs/cookbook.rst b/docs/cookbook.rst
index d5692b6f..55f88a1f 100644
--- a/docs/cookbook.rst
+++ b/docs/cookbook.rst
@@ -16,7 +16,7 @@ To Run OCLIP on local docker machine
2. Pull cli docker image and run locally::
- docker run -d --name oclip -e OPEN_CLI_MODE=daemon -p 8080:9090 -p 8080:80 nexus3.onap.org:10001/onap/cli:2.0-STAGING-latest
+ docker run -d --name oclip -e OPEN_CLI_MODE=daemon -p 9090:8080 -p 8080:80 nexus3.onap.org:10001/onap/cli:2.0-STAGING-latest
Access the CLI console
~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 7709143b..cdd1f676 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -7,11 +7,19 @@ CLI Release Notes
Version: 4.0.0
--------------
-:Release Date: 2019-059-30
+:Release Date: 2019-10-24
**New Features**
-- End to End VNF provisioning and termination using ONAP CLI commands
+1. ONAP CLI is used to end-end automation of VNF service provision and termination for both HEAT and TOSCA based VNF service.
+
+2. Multi-level orchestration capability is made available to use and user could use python, or similar scripting/workflow engine for the same
+
+3. VNF Test Platform(VTP) has used the Open Command Platform (OCOMP) – part of ONAP CLI project, for VNF life cycle testing (create and delete)
+
+4. ONAP CLI for ONAP Dublin version is stabilized to use it for both service provisioning and testing purpose
+
+5. ONAP CLI for el alto is enabled as experimental (dev) mode
**Security Notes**