Performance monitoring and testing of OpenStack
Go to file
jkilpatr c60b55ec83 Update tox.ini with Ansible linting and Browbeat config linting
This commit enanbles Ansible linting and does some
minor refactoring to make existing Ansible roles
compatible with the new rules.

Several Ansible linting rules have been excluded to keep the number
of changes from being too onerous.

Also a new script in ci-scripts is used to check very config file
included in the Browbeat repo for validity using the template
Browbeat uses when it runs.

Here's a list of the new linting rules

* Ansible tasks must have names
* When you use shell you must use become not sudo
* Using become_user without using become is not allowed
* If a repo is pulled it must be a pinned version of commit, not latest
* Always_run is deprecated don't use it
* Variables without {{}} and not in when statements are deprecated don't use them
* No Trailing whitepaces
* YAML checking, catches big syntax errors but not less obvious ones

Change-Id: Ic531c91c408996d4e7d8899afe8b21d364998680
2017-03-29 07:35:34 -04:00
ansible Update tox.ini with Ansible linting and Browbeat config linting 2017-03-29 07:35:34 -04:00
ci-scripts Update tox.ini with Ansible linting and Browbeat config linting 2017-03-29 07:35:34 -04:00
conf Update tox.ini with Ansible linting and Browbeat config linting 2017-03-29 07:35:34 -04:00
doc/source Basic test based return codes for Browbeat 2017-02-15 10:08:05 -05:00
elastic Enhance Shaker template 2017-01-18 13:17:52 -05:00
lib Metdata was missing section 2017-03-14 07:35:17 -04:00
log Revert making log and results directory 2017-01-26 09:48:10 -05:00
metadata Fix version JSON 2016-09-21 17:21:37 -04:00
rally Remove the need for netid for nova scenarios 2017-03-28 17:09:05 +00:00
results Revert making log and results directory 2017-01-26 09:48:10 -05:00
utils Refactor Shaker 2017-01-17 12:29:54 -05:00
visualization Adding Performance CI Dashboards 2017-03-23 15:18:50 -04:00
.gitignore Make Browbeat multi-cloud friendly. 2016-08-30 21:09:47 -04:00
.gitreview Adding Browbeat Infra files 2016-06-14 09:16:53 -04:00
bindep.txt Temporarily Disable Linters 2016-09-06 10:52:47 -04:00
browbeat-complete.yaml Update tox.ini with Ansible linting and Browbeat config linting 2017-03-29 07:35:34 -04:00
browbeat-config.yaml Revert making log and results directory 2017-01-26 09:48:10 -05:00
browbeat.py Basic test based return codes for Browbeat 2017-02-15 10:08:05 -05:00
LICENSE Add LICENSE file for Apache 2.0 license 2016-05-06 11:25:17 -04:00
README.rst Initial cleanup of Browbeat documentation 2017-01-03 15:58:38 -05:00
requirements.txt Update Ansible requirement 2017-01-19 07:12:56 -05:00
setup.cfg Add oooq Ansible Role Support 2016-11-30 20:34:31 +00:00
setup.py Adding Browbeat Infra files 2016-06-14 09:16:53 -04:00
test-requirements.txt Use oslosphinx when not building on read-the-docs 2017-01-31 14:03:40 -05:00
tox.ini Update tox.ini with Ansible linting and Browbeat config linting 2017-03-29 07:35:34 -04:00

Browbeat

Browbeat is a performance tuning and analysis tool for OpenStack. Browbeat is free, Open Source software.

  • Analyze and tune your Cloud for optimal performance.
  • Create Rally workloads for performance and scale testing.
  • Automate deployment of common data analysis tools.

Documentation

Browbeat documentation is available at http://browbeat.readthedocs.io/

Resources