Jump to: navigation, search

Difference between revisions of "Rally/Updates"

(19.05.2014)
(June, 2)
Line 1: Line 1:
 
== Weekly updates ==
 
== Weekly updates ==
 +
 +
 +
==== June 2, 2014 ====
 +
 +
Hello stackers,
 +
 +
one of the most pleasant news for the past week is the appearance of a brand new [http://rally.readthedocs.org/en/latest/ Rally ReadTheDocs page], where all the docs from the Rally repository are available in a human-readable format.
 +
 +
As for recent patches merged to Rally, so let's pick up the most interesting ones:
 +
 +
* There is now [https://review.openstack.org/61963 '''the new Deploy Engine for FUEL'''] (that, as other [https://wiki.openstack.org/wiki/Rally/DeployEngines deploy engines], deploys an OpenStack installation using [https://wiki.openstack.org/wiki/Fuel FUEL] and returns endpoints to it).
 +
* A nice [https://review.openstack.org/94143 '''refactoring patch'''] has rewritten much CLI code so that it uses more '''Oslo code'''.
 +
* Following our good tradition to extend the set of benchmark scenarios available in Rally each week, there are now scenarios for [https://review.openstack.org/94143 '''Ceilometer Statistics API'''].
 +
 +
 +
Among new interesting patches being on their way to Rally, let's mention [https://review.openstack.org/97030 a '''filesystem benchmark''' (that will be launched inside created servers)], new '''context classes''' for creating [https://review.openstack.org/95353 images] and [https://review.openstack.org/96300 Neutron networks] before launching becnhmarks, and many others.
 +
 +
 +
We encourage you to take a look at new patches in Rally pending for review and to help us make Rally better.
 +
 +
Source code for Rally is hosted at GitHub: https://github.com/stackforge/rally<br/>
 +
You can track the overall progress in Rally via Stackalytics: http://stackalytics.com/?release=juno&metric=commits&project_type=all&module=rally <br/>
 +
Open reviews for Rally: https://review.openstack.org/#/q/status:open+rally,n,z
 +
 +
 +
Stay tuned.
 +
 +
 +
Regards,<br/>
 +
The Rally team
 +
 +
 +
 +
 +
==== May 26, 2014 ====
 +
 +
Hello stackers,
 +
 +
the interesting contributions to Rally during the past week comprise:
 +
* '''Yet another set of new benchmark scenarios''': this time, for [https://review.openstack.org/90203 Ceilometer Resources GET API];
 +
* [https://review.openstack.org/92364 Documentation] for the recently merged '''plugins functionality''' (let us remind you that this mechanism enables the developers to extend Rally with new scenarios in an easy way, without actually contributing to the Rally code);
 +
* There is now a [https://review.openstack.org/#/c/92800/ new syntax] for marking blocks of benchmark scenarios code that should be timed by Rally as '''atomic actions''' (their runtime statistics is available in the detailed results output after benchmarking completes). This syntax is based on the '''with'''-clause in Python and enables the developers to write constructs like ''with AtomicAction(scenario, "name_of_action"): <do_smth>'', which tends to be much simpler in many cases that marking entire methods with a special '''@atomic_action_timer''' decorator (the previous approach).
 +
 +
 +
This week, our contribution to Rally is going to be continued with new benchmark scenarios (e.g. those for [https://review.openstack.org/91320 Celiometer Statistics]), several refactoring patches (e.g. aimed at [https://review.openstack.org/94143 somewhat more frequent usage of the Oslo code]) and many others.
 +
 +
 +
We encourage you to take a look at new patches in Rally pending for review and to help us make Rally better.
 +
 +
Source code for Rally is hosted at GitHub: https://github.com/stackforge/rally<br/>
 +
You can track the overall progress in Rally via Stackalytics: http://stackalytics.com/?release=juno&metric=commits&project_type=all&module=rally <br/>
 +
Open reviews for Rally: https://review.openstack.org/#/q/status:open+rally,n,z
 +
 +
 +
Stay tuned.
 +
 +
 +
Regards,<br/>
 +
The Rally team
 +
 +
  
  

Revision as of 08:13, 2 June 2014

Weekly updates

June 2, 2014

Hello stackers,

one of the most pleasant news for the past week is the appearance of a brand new Rally ReadTheDocs page, where all the docs from the Rally repository are available in a human-readable format.

As for recent patches merged to Rally, so let's pick up the most interesting ones:


Among new interesting patches being on their way to Rally, let's mention a filesystem benchmark (that will be launched inside created servers), new context classes for creating images and Neutron networks before launching becnhmarks, and many others.


We encourage you to take a look at new patches in Rally pending for review and to help us make Rally better.

Source code for Rally is hosted at GitHub: https://github.com/stackforge/rally
You can track the overall progress in Rally via Stackalytics: http://stackalytics.com/?release=juno&metric=commits&project_type=all&module=rally
Open reviews for Rally: https://review.openstack.org/#/q/status:open+rally,n,z


Stay tuned.


Regards,
The Rally team



May 26, 2014

Hello stackers,

the interesting contributions to Rally during the past week comprise:

  • Yet another set of new benchmark scenarios: this time, for Ceilometer Resources GET API;
  • Documentation for the recently merged plugins functionality (let us remind you that this mechanism enables the developers to extend Rally with new scenarios in an easy way, without actually contributing to the Rally code);
  • There is now a new syntax for marking blocks of benchmark scenarios code that should be timed by Rally as atomic actions (their runtime statistics is available in the detailed results output after benchmarking completes). This syntax is based on the with-clause in Python and enables the developers to write constructs like with AtomicAction(scenario, "name_of_action"): <do_smth>, which tends to be much simpler in many cases that marking entire methods with a special @atomic_action_timer decorator (the previous approach).


This week, our contribution to Rally is going to be continued with new benchmark scenarios (e.g. those for Celiometer Statistics), several refactoring patches (e.g. aimed at somewhat more frequent usage of the Oslo code) and many others.


We encourage you to take a look at new patches in Rally pending for review and to help us make Rally better.

Source code for Rally is hosted at GitHub: https://github.com/stackforge/rally
You can track the overall progress in Rally via Stackalytics: http://stackalytics.com/?release=juno&metric=commits&project_type=all&module=rally
Open reviews for Rally: https://review.openstack.org/#/q/status:open+rally,n,z


Stay tuned.


Regards,
The Rally team



May 19, 2014

Hello stackers,

during the OpenStack Summit in Atlanta we still have accomplished several important contributions to Rally:

  • Another set of new benchmark scenarios in Rally includes those for:
  • Important bugfixes have been issued for:
  • Finally, pretty much work has been done on code refactoring, such as:


Among the most interesting patches being either in progress of ready for review, let's mention more benchmark scenarios for Neutron, Heat and Ceilometer, further improvements in the CLI code, and also the work on the extended input config format which will allow the end-user to put resource names there (e.g. image names to boot servers from) instead of concrete IDs.


We encourage you to take a look at new patches in Rally pending for review and to help us make Rally better.

Source code for Rally is hosted at GitHub: https://github.com/stackforge/rally
You can track the overall progress in Rally via Stackalytics: http://stackalytics.com/?release=juno&metric=commits&project_type=all&module=rally
Open reviews for Rally: https://review.openstack.org/#/q/status:open+rally,n,z


Stay tuned.


Regards,
The Rally team



May 12, 2014

Hello stackers,

here's what has happened in the project during the past week:


Despite the ongoing OpenStack Summit in Atlanta, we still have ambitious plans for this week, which include adding more benchmark scenarios (Heat, Neutron, Ceilometer etc.), working on code runtime efficiency improvements, improving the code for drawing plots and so on.


We encourage you to take a look at new patches in Rally pending for review and to help us make Rally better.

Source code for Rally is hosted at GitHub: https://github.com/stackforge/rally
You can track the overall progress in Rally via Stackalytics: http://stackalytics.com/?release=juno&metric=commits&project_type=all&module=rally
Open reviews for Rally: https://review.openstack.org/#/q/status:open+rally,n,z


Stay tuned.


Regards,
The Rally team



May 05, 2014

Hello stackers,

due to holidays there hasn't been very much contribution to Rally during the past week. The highlights are as follows:


There is going to be much work this week that includes adding new benchmark scenarios (e.g. for Tempest, Neutron and Ceilometer), further improvements in CLI and graphs and also several bugfixes.


We encourage you to take a look at new patches in Rally pending for review and to help us make Rally better.

Source code for Rally is hosted at GitHub: https://github.com/stackforge/rally
You can track the overall progress in Rally via Stackalytics: http://stackalytics.com/?release=juno&metric=commits&project_type=all&module=rally
Open reviews for Rally: https://review.openstack.org/#/q/status:open+rally,n,z


Stay tuned.


Regards,
The Rally team



April 28, 2014

Hello stackers,

the most important changes during the past week in Rally have been concentrated on creating completely new benchmark scenario classes and adding support for new contexts. To be more precise:


This week, we'll continue our work on expanding the range projects supported by our benchmarks. Benchmark scenarios already pending for review are those for Heat, Ceilometer and also Tempest. The ongoing work also includes several improvents in the overall user experience, e.g. changes in the CLI output format.


We encourage you to take a look at new patches in Rally pending for review and to help us make Rally better.

Source code for Rally is hosted at GitHub: https://github.com/stackforge/rally
You can track the overall progress in Rally via Stackalytics: http://stackalytics.com/?release=juno&metric=commits&project_type=all&module=rally
Open reviews for Rally: https://review.openstack.org/#/q/status:open+rally,n,z


Stay tuned.


Regards,
The Rally team



April 21, 2014

Hello stackers,

here is the report of our recent activities in Rally. They have been quite numerous this week due to the contributions of our constantly growing team and include a couple of changes that touch the end user:

  • The scenario runner previously known as continuous has been split to 2 scenario runners named constant and constant_for_duration, thus becoming more "atomic" (previously, the continuous scenario runner was able to run scenarios both for the specified amount of times and for some duration. These two types of behaviour now belong to different runners). "Constant" means that both scenario runners generate a constant load on the cloud;
  • Several changes in the input configuration files formats include:
  • Several improvements in context classes:


This week, we continue our work on new benchmark scenarios for Tempest and quotas, new contexts as well as on many other improvements in Rally.


We encourage you to take a look at new patches in Rally pending for review and to help us make Rally better.

Source code for Rally is hosted at GitHub: https://github.com/stackforge/rally
You can track the overall progress in Rally via Stackalytics: http://stackalytics.com/?release=juno&metric=commits&project_type=all&module=rally
Open reviews for Rally: https://review.openstack.org/#/q/status:open+rally,n,z


Stay tuned.


Regards,
The Rally team



April 14, 2014

Hello stackers,

let us list our main contributions to Rally during the past week:


This week, our work continues with several new benchmark scenarios (including those for Tempest), new validators and also new functionality in the Rally core, e.g. the ability to use already existing tenants/users for benchmarking, implemented now through contexts.


We encourage you to take a look at new patches in Rally pending for review and to help us make Rally better.

Source code for Rally is hosted at GitHub: https://github.com/stackforge/rally
You can track the overall progress in Rally via Stackalytics: http://stackalytics.com/?release=icehouse&metric=commits&project_type=all&module=rally
Open reviews for Rally: https://review.openstack.org/#/q/status:open+rally,n,z


Stay tuned.


Regards,
The Rally team



April 7, 2014

Hello stackers,

our contributions this week have been pretty diverse and touched different parts of Rally. Let us name a few that seem to be the most interesting ones:


There are also other parts of Rally which are in progress now and will hopefully have their patches merged the next week, e.g. the work on Tempest integration or further context classes implementation.


We encourage you to take a look at new patches in Rally pending for review and to help us make Rally better.

Source code for Rally is hosted at GitHub: https://github.com/stackforge/rally
You can track the overall progress in Rally via Stackalytics: http://stackalytics.com/?release=icehouse&metric=commits&project_type=all&module=rally
Open reviews for Rally: https://review.openstack.org/#/q/status:open+rally,n,z


Stay tuned.


Regards,
The Rally team


Archives