summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2018-10-22 14:38:15 -0400
committerMark Beierl <mark.beierl@dell.com>2018-11-09 21:50:47 +0000
commit0b32a412a994e9f068695bcd34e2a94d8d7684a8 (patch)
tree94762e691bbbb1dd3c866d0f5fa6769211b5fe07
parentb3dd4cdfc6ed5e4f6670eb577391d12710322a8c (diff)
Adding release notesopnfv-7.0.0stable/gambia
Change-Id: I1a7f6a09ff66744fbf1031d98ebf36f884c1039c Signed-off-by: mbeierl <mark.beierl@dell.com> (cherry picked from commit cec9e5cc9930f971144f22e3872e9356f48e7312)
-rw-r--r--docs/release/release-notes/release-notes.rst68
1 files changed, 30 insertions, 38 deletions
diff --git a/docs/release/release-notes/release-notes.rst b/docs/release/release-notes/release-notes.rst
index 91e5666..9064094 100644
--- a/docs/release/release-notes/release-notes.rst
+++ b/docs/release/release-notes/release-notes.rst
@@ -2,7 +2,7 @@
.. http://creativecommons.org/licenses/by/4.0
-This document provides the release notes for Fraser 2.0 of StorPerf.
+This document provides the release notes for Gambia 1.0 of StorPerf.
.. contents::
:depth: 3
@@ -17,7 +17,7 @@ Version history
| **Date** | **Ver.** | **Author** | **Comment** |
| | | | |
+--------------------+--------------------+--------------------+--------------------+
-| 2018-06-29 | Fraser 3.0 | Mark Beierl | |
+| 2018-11-09 | Gambia 1.0 | Mark Beierl | |
| | | | |
+--------------------+--------------------+--------------------+--------------------+
@@ -25,11 +25,9 @@ Version history
Important notes
----------------
-StorPerf has added the ability to specify the number of Cinder Volumes per
-agent VM to test. The name of the device that the volume is attached to
-has been appended to the host IP address in the metrics so that it can be
-tracked independently.
-
+It is now possible to specify custom arguments to FIO. Different engines
+such as libaio, posixaio or psync can be specified, as well as different
+mixes for read/write, or any other FIO parameter.
Summary
--------
@@ -38,22 +36,10 @@ 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.
-This release allows for changing of stack attributes from the OpenStack CLI.
-Using a command such as
-
-.. code-block::
- heat stack-update StorPerfAgentGroup --existing -P "agent_count=6"
-
-will change the existing stack to use 6 agents. Note that StorPerf can take
-up to 1 minute after the stack update is complete before detecting the new
-values. Please use a GET of the configurations API to test for updated
-values prior to submitting a new test.
-
-The following command changes the number of volumes per agent:
-
-.. code-block::
- heat stack-update StorPerfAgentGroup --existing -P "volume_count=2"
-
+This release provides enhancements to job execution, including being able
+to specify volume types and subnet CIDRs to stack creation, and being able
+to specify additional FIO parameters to expand the types of tests that can
+be run.
Release Data
-------------
@@ -62,17 +48,17 @@ Release Data
| **Project** | StorPerf |
| | |
+--------------------------------------+--------------------------------------+
-| **Repo/tag** | opnfv-6.2.0 |
+| **Repo/tag** | opnfv-7.0.0 |
| | |
+--------------------------------------+--------------------------------------+
-| **Release designation** | Fraser 6.2 |
+| **Release designation** | Gambia.7 |
| | |
+--------------------------------------+--------------------------------------+
-| **Release date** | June 29 2018 |
+| **Release date** | November 9 2018 |
| | |
+--------------------------------------+--------------------------------------+
-| **Purpose of the delivery** | Improvements to stack detection |
-| | speed. |
+| **Purpose of the delivery** | |
+| | |
+--------------------------------------+--------------------------------------+
Version change
@@ -86,19 +72,25 @@ No changes to any modules.
Reason for version
===================
-* Loading stack properties from OpenStack could take minutes or longer
- depending on the stack size. This version includes changes from SNAPS
- to take advantage of parallel OpenStack object lookups.
+* Timed release schedule
Features additions
-------------------
-* STORPERF-239 - Add IP addresses of slaves to configurations API
-* STORPERF-245 - Change to use multithreaded SNAPS
+* STORPERF-263 Support for multiple jobs
+* STORPERF-254 Create new API for Warm Up job
+* STORPERF-253 Add uname from each agent to metadata
+* STORPERF-250 Update containers to upstream
+* STORPERF-246 Add support for custom R/W mix
+* STORPERF-239 Add IP addresses of slaves to configurations API
+* STORPERF-217 Allow user to specify cinder volume type on stack create
+* STORPERF-176 Testing strategy overview document
Bug Fixes
----------
+* STORPERF-258 Reporting module does not display any graphs
+
Deliverables
=============
@@ -106,19 +98,19 @@ Software
---------
- `StorPerf master image <https://hub.docker.com/r/opnfv/storperf-master/>`_
- (tag: x86_64-fraser.2.0 or aarch64-fraser.2.0)
+ (tag: x86_64-opnfv-7.0.0 or aarch64-opnfv-7.0.0)
- `StorPerf swaggerui <https://hub.docker.com/r/opnfv/storperf-swaggerui/>`_
- (tag: x86_64-fraser.2.0 or aarch64-fraser.2.0)
+ (tag: x86_64-opnfv-7.0.0 or aarch64-opnfv-7.0.0)
- `StorPerf graphite image <https://hub.docker.com/r/opnfv/storperf-graphite/>`_
- (tag: x86_64-fraser.2.0 or aarch64-fraser.2.0)
+ (tag: x86_64-opnfv-7.0.0 or aarch64-opnfv-7.0.0)
- `StorPerf reporting image <https://hub.docker.com/r/opnfv/storperf-reporting/>`_
- (tag: x86_64-fraser.2.0 or aarch64-fraser.2.0)
+ (tag: x86_64-opnfv-7.0.0 or aarch64-opnfv-7.0.0)
- `StorPerf Http-Frontend image <https://hub.docker.com/r/opnfv/storperf-httpfrontend/>`_
- (tag: x86_64-fraser.2.0 or aarch64-fraser.2.0)
+ (tag: x86_64-opnfv-7.0.0 or aarch64-opnfv-7.0.0)
Documentation
--------------