browbeat/doc/source
venkata anil 8c094190ed rally cleanup manually
Rally cleans up resources automatically at the end of testing.
However, we disable cleanup in rally sometimes during testing
and later try to manually delete these resources.

Cleaning up the resources at scale is very time consuming,
so we came up with a python process to speed up this activity.

To cleanup :

$ source browbeat/.rally-venv/bin/activate
$ source ~/overcloudrc
$ python browbeat/rally_cleanup.py

It spawns the user specified number of processes for cleanup.
Each process cleans up the provided resource (example, given
network). We are using python multiprocessing Pool with map,
which distributes list of resources (ex, networks) to processes
for deletion.

We also add retries to check and delete the left over resources
from previous iterations.

Change-Id: Ifeb08e6eb6b8251422ba5777bda15c6701b7fefe
2021-09-29 15:50:13 +05:30
..
ci.rst omit the twice occured words in ci.rst 2018-11-13 10:43:08 +08:00
conf.py Fix doc theme 2019-03-29 14:33:37 -04:00
contributing.rst Update ansible-lint execution 2019-01-29 18:36:59 +00:00
developing.rst Remove PerfkitBenchMaker 2019-11-20 14:54:43 -05:00
index.rst How to use Quickstart with Browbeat 2017-09-27 14:37:29 -04:00
installation.rst Dynamic workloads : Support for multiple OCP clusters 2021-09-15 16:17:22 +05:30
introduction.rst Expose the carbon port (2003) when installing Carbon/Graphite and docs 2017-06-05 09:19:35 -04:00
Makefile Update Browbeat RTD Theme 2017-01-27 08:49:25 -05:00
plugins.rst Upgrade Rally and PerfKit 2017-12-21 14:38:52 +00:00
usage.rst rally cleanup manually 2021-09-29 15:50:13 +05:30