diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2018-04-16 15:14:16 +0800 |
---|---|---|
committer | zhihui wu <wu.zhihui1@zte.com.cn> | 2018-04-25 08:38:07 +0000 |
commit | 2c1f682a9c7216a159f2d6c5b710eaf9bb7ccebe (patch) | |
tree | 5c76dfc08ed7a14d9045221ffc64cc8c2ec7f29d | |
parent | 2097792fbfdca40c0a34c277dfac523911d58909 (diff) |
Fraser release notes
Change-Id: If619c1a8c2154f44cab1f9fe65ee9cf3b21949ac
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
(cherry picked from commit ae6e5c9b016f9a2f8ef78f364904c6f0f577264f)
-rw-r--r-- | docs/release/release-notes/fraser.rst | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/docs/release/release-notes/fraser.rst b/docs/release/release-notes/fraser.rst new file mode 100644 index 00000000..3d7d13a8 --- /dev/null +++ b/docs/release/release-notes/fraser.rst @@ -0,0 +1,97 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +****** +Fraser +****** + +This document provides the release notes of QTIP for OPNFV Fraser release + +.. contents:: + :depth: 3 + :local: + +Version history +=============== + ++--------------------+--------------------+--------------------+--------------------+ +| **Date** | **Ver.** | **Author** | **Comment** | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ +| 2018-04-25 | Fraser 1.0 | Zhihui Wu | | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ + +Summary +======= + +QTIP Fraser release supports the compute QPI(QTIP Performance Index) for **VNF**. In order to +simplify the implementation, a Ubuntu 16.04 virtual machine is regarded as a simple VNF. The +end users can try to run QTIP with a **real** VNF. + +Release Data +============ + ++--------------------------------------+--------------------------------------+ +| **Project** | QTIP | +| | | ++--------------------------------------+--------------------------------------+ +| **Repo/commit-ID** | qtip/opnfv-6.0.0 | +| | | ++--------------------------------------+--------------------------------------+ +| **Release designation** | stable version | +| | | ++--------------------------------------+--------------------------------------+ +| **Release date** | 2018-04-18 | +| | | ++--------------------------------------+--------------------------------------+ +| **Purpose of the delivery** | release with OPNFV cycle | +| | | ++--------------------------------------+--------------------------------------+ + +Version change +-------------- + +Python packaging tool +^^^^^^^^^^^^^^^^^^^^^ + +Pipenv is the officially recommended Python packaging tool from Python.org. + +Pipenv uses the ``Pipfile`` and ``Pipfile.lock`` instead of ``requirements.txt`` to manage +the dependency packages. + +Reason for version +------------------ + +Features additions +^^^^^^^^^^^^^^^^^^ + +* Support the compute QPI for **VNF** + +Deliverables +------------ + +Software +^^^^^^^^ + +- `QTIP Docker image <https://hub.docker.com/r/opnfv/qtip>`_ (tag: opnfv-6.0.0) + +Documentation +^^^^^^^^^^^^^ + +- `Installation & Configuration <http://docs.opnfv.org/en/stable-fraser/qtip/docs/testing/user/configguide>`_ +- `User Guide <http://docs.opnfv.org/en/stable-fraser/submodules/qtip/docs/testing/user/userguide>`_ +- `Developer Guide <http://docs.opnfv.org/en/stable-fraser/submodules/qtip/docs/testing/developer/devguide>`_ + +Known Limitations, Issues and Workarounds +========================================= + +Limitations +----------- + +N/A + +Known issues +------------ + +N/A |