From 0465e0fe7fc689fd3ffc1be0633107a40c9a8652 Mon Sep 17 00:00:00 2001 From: mbeierl Date: Thu, 4 May 2017 15:39:04 -0400 Subject: Adding Release Notes Change-Id: I904e995fa8fb8088053a556ddaf0d243a378098f JIRA: STORPERF-111 Signed-off-by: mbeierl (cherry picked from commit a214a59f9ca7e9b7503a4042b496417e76d8510c) --- docs/release/release-notes/index.rst | 15 ++++ docs/release/release-notes/release-notes.rst | 109 +++++++++++++++++++++++++++ 2 files changed, 124 insertions(+) create mode 100644 docs/release/release-notes/index.rst create mode 100644 docs/release/release-notes/release-notes.rst (limited to 'docs/release') diff --git a/docs/release/release-notes/index.rst b/docs/release/release-notes/index.rst new file mode 100644 index 0000000..206e941 --- /dev/null +++ b/docs/release/release-notes/index.rst @@ -0,0 +1,15 @@ +.. _storperf-releasenotes: + +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) OPNFV, Ericsson AB and others. + +====================== +StorPerf Release Notes +====================== + +.. toctree:: + :maxdepth: 2 + + release-notes diff --git a/docs/release/release-notes/release-notes.rst b/docs/release/release-notes/release-notes.rst new file mode 100644 index 0000000..0ec3cfb --- /dev/null +++ b/docs/release/release-notes/release-notes.rst @@ -0,0 +1,109 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +****** +Danube +****** + +This document provides the release notes for Danube of StorPerf. + +.. contents:: + :depth: 3 + :local: + +Version history +=============== + ++--------------------+--------------------+--------------------+--------------------+ +| **Date** | **Ver.** | **Author** | **Comment** | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ +| 2017-05-04 | Danube 2.0 | Mark Beierl | | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ +| 2017-03-30 | Danube 1.0 | Mark Beierl | | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ + + +Summary +======= + +StorPerf is a standalone framework that uses OpenStack to measure Cinder volume +performance. If desired, it can push results to the OPNFV Test Results DB, or +the embedded Graphite web interface can be used to perform ad hoc queries. + +Release Data +============ + ++--------------------------------------+--------------------------------------+ +| **Project** | StorPerf | +| | | ++--------------------------------------+--------------------------------------+ +| **Repo/commit-ID** | storperf/danube.2.0 | +| | | ++--------------------------------------+--------------------------------------+ +| **Release designation** | Danube base release | +| | | ++--------------------------------------+--------------------------------------+ +| **Release date** | 2017-05-04 | +| | | ++--------------------------------------+--------------------------------------+ +| **Purpose of the delivery** | OPNFV Danube release 2.0 | +| | | ++--------------------------------------+--------------------------------------+ + +Version change +-------------- + +Module version changes +^^^^^^^^^^^^^^^^^^^^^^ + +No changes to any modules. + +Reason for version +------------------ + +Features additions +^^^^^^^^^^^^^^^^^^ + +None + +Bug Fixes +^^^^^^^^^ + +The following minor bugs have been fixed + +* STORPERF-111 +* STORPERF-123 +* STORPERF-124 + +See JIRA for full `change log `_ + +Deliverables +------------ + +Software +^^^^^^^^ + +- `StorPerf Docker image `_ (tag: danube.2.0) + +Documentation +^^^^^^^^^^^^^ + +- `User Guide `_ + +Known Limitations, Issues and Workarounds +========================================= + +Limitations +----------- + + +Known issues +------------ +* STORPERF-56 Cannot delete stack if create failed + +Test Result +=========== + -- cgit 1.2.3-korg