Performance monitoring and testing of OpenStack
Go to file
Charles Short 2ba39b30ab Refresh collectd for "train"
This commit does several things at once:

- Use ansible_distribution_major_version to detect which version of the
  EPEL repository. So we dont have to hard code the URL for either epel7
  or epel 8.
- Remove "stein" workaround for colelctd-openstack role. The "stein"
  workaround has been removed in favor of running the collectd daemon
  in a podman container.
- Drop opendaylight support for collectd since it is no longer
  suupported.
- Add the collectd playbook so we can run collectd in a centos 7
  container going forward for "train". This commit still needs
  to be tested on "stein" but it will probably work anyways.
- Add browbeat-containers to tox.ini for flake8
- Simplify detection of docker or podman for older versions of OSP.
(sai)
- Fixed typo from compute_compute to collectd_compute that caused failures on computes
- clear graphite_host in install/group_vars/all.yml
- Move container DockerFiles into brwobeat tree
- Conditionally copy required Dockerfiles to node instead of git clone
- Fix up some log file paths
- Use Docker/Podman depending on release
- Provide single interface(collectd.yml) which has container and baremetal playbooks
- Introduce variable collectd_container in install/group_vars/all
- remove unneeded selinux rebaelling (already running as priveleged) when running container
- remove unneed hostfs mount
- collectd container logs to file instead of STDOUT for easier debug
- add collectd-ping package to collectd-openstack Dockerfile
- Improve docs to reflect changes
- dynamically set rabbitmq and swift paths as well for tail plugin

Co-Authored-By: Sai Sindhur Malleni <smalleni@redhat.com>

Change-Id: I627a696f6f1240d96a0e1d85c26d59bbbfae2b1b
Signed-off-by: Charles Short <chucks@redhat.com>
Signed-off-by: Sai Sindhur Malleni <smalleni@redhat.com>
2019-11-05 08:08:37 -05:00
ansible Refresh collectd for "train" 2019-11-05 08:08:37 -05:00
browbeat Fix browbeat with rally 2.0 2019-09-16 22:07:07 -04:00
browbeat-containers Refresh collectd for "train" 2019-11-05 08:08:37 -05:00
ci-scripts Adding extra-vars needed for deployment of queens/rocky 2018-11-08 19:59:32 +00:00
conf Allow specify container_cli 2019-07-16 08:54:05 -04:00
doc/source Refresh collectd for "train" 2019-11-05 08:08:37 -05:00
elastic Elasticsearch 5 Templates 2018-05-24 11:46:19 -04:00
log Revert making log and results directory 2017-01-26 09:48:10 -05:00
metadata Updating version metadata 2018-10-22 15:16:50 -04:00
rally use floatingip for ping 2019-09-19 00:23:47 +05:30
results Revert making log and results directory 2017-01-26 09:48:10 -05:00
tests Merge "Remove unused files" 2019-07-22 18:43:16 +00:00
utils Tripleo Quickstart Browbeat Install script 2017-12-13 10:58:06 -05:00
visualization Fix a spell error. 2017-10-30 01:19:34 +08:00
.ansible-lint Fix tox.ini 2019-10-29 10:29:32 -04:00
.gitignore Refresh collectd for "train" 2019-11-05 08:08:37 -05:00
.gitreview OpenDev Migration Patch 2019-04-19 19:50:35 +00:00
.pre-commit-config.yaml Fix tox.ini 2019-10-29 10:29:32 -04:00
.zuul.yaml Update git user 2019-06-07 16:31:02 +00:00
LICENSE Add LICENSE file for Apache 2.0 license 2016-05-06 11:25:17 -04:00
README.rst Rename git.openstack.org to opendev.org 2019-04-22 14:01:44 -04:00
bindep.txt Fix some errors that slipped by the linters 2017-06-09 13:30:33 -04:00
browbeat-complete.yaml Allow specify container_cli 2019-07-16 08:54:05 -04:00
browbeat-config.yaml Merge "Add Apache Bench Workloads Plugin" 2019-09-17 14:15:19 +00:00
browbeat.py Refactor workloads 2019-03-18 11:08:05 -04:00
requirements.txt Add numpy to extras 2018-11-12 15:41:24 +00:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-03 22:40:03 -05:00
setup.py Adding Browbeat Infra files 2016-06-14 09:16:53 -04:00
test-requirements.txt Merge "Add pypi publishing testing" 2019-05-30 13:21:02 +00:00
tox.ini Refresh collectd for "train" 2019-11-05 08:08:37 -05:00

README.rst

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 https://browbeat.readthedocs.io/

Resources