From 518db7be2059e4d153d6d8034b553daafdfcb2c6 Mon Sep 17 00:00:00 2001 From: yangyan Date: Tue, 17 Mar 2020 16:22:37 +0800 Subject: Update release doc of vfc Change-Id: I94c0c7c34f86f615bb8db2ce7b2fe9024d8f6dd6 Issue-ID: VFC-1648 Signed-off-by: yangyan --- docs/release-notes.rst | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) (limited to 'docs') diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 92ca3f5f..5f4137b4 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -12,6 +12,89 @@ VF-C also provides standard southbound interface to VNFMs and can integrate with multi vendor VNFMs via drivers. + +Version: 1.3.7 +-------------- + +:Release Date: 2020-03-17 + +**New Features** + +- Functional Enhancement: + +1. Using the common database (MariaDB) and encrypting the database password. +2. Remove the root permission and change the user of VFC project to ONAP. +3. Add the function of auto register MSB switch for startup project. +4. Increase the communication access form between components through the HTTPS encrypted access form of MSB. +5. SOL005 compliance NS instantiation, query and termination commands have been added to cli. + +- Standard Alignment-SOL005 Alignment + +- Maturity Enhancement: + +1. Enhance the security of database access +2. Enhance the stability of instantiation process and improve efficiency and productivity. +3. Improve the stability of instance termination process and deletion process, and improve the success rate of subscription record deletion. +4. Adapt to MSB https for microservice service registration and access. + + +Released components: + +NFVO + - vfc-nfvo-lcm 1.3.7 + - vfc-nfvo-catalog 1.3.8 + - vfc-nfvo-resmanagement 1.3.1 + - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.3.8 + - vfc-nfvo-driver-gvnfm-juju 1.3.8 + - vfc-nfvo-driver-svnfm-ztedriver 1.3.6 + - vfc-nfvo-driver-svnfm-huawei 1.3.6 + - vfc-nfvo-driver-svnfm-Nokia2 1.3.6 + - vfc-nfvo-db 1.3.3 + - vfc-nfvo-sfc 1.3.1 + - vfc-nfvo-ems 1.3.1 + - vfc-nfvo-multivimproxy 1.3.1 + - vfc-nfvo-wfengine-mgrservice 1.3.3 + - vfc-nfvo-wfengine-activiti 1.3.3 + +GVNFM + - vfc-gvnfm-vnflcm 1.3.7 + - vfc-gvnfm-vnfmgr 1.3.8 + - vfc-gvnfm-vnfres 1.3.7 + +**Bug Fixes** + + - Fix bug for duplication query and delete vserver and network in AAI resource during terminating ns. + - Fix terminate ns API is unstable. + - Fix bug for fail to delete subscription for vnfm during terminating ns. + - Fix the bug for fail parse contextArray, initial it to []. + - Fix the deduplication AAI resource issues. + - Fix the bug of vim_id data type error when creating vnfs. + - Fix the failure of parsing the acquired data format during SFC creation. + +**Known Issues** + + +**Security Notes** + NA + +Quick Links: + +- `VFC project page `_ +- `Passing Badge information for VFC `_ +- `CLI command about VFC operation `_ + +**Upgrade Notes** + NA + +**Deprecation Notes** + NA + +**Other** + NA + + + + Version: 1.3.4 -------------- -- cgit 1.2.3-korg