rally/doc/feature_request/production_ready_cleanup.rst
Dina Belova b48417649e [docs][7] Re-design docs to cover all user-groups
Add final 80 symbols margin check, as well as additional check for
trailing spaces. Fix all docs not matching this rule.

Change-Id: I8b4814fad0acaba6ce1de7aa6f90d1f7ecc4153d
2017-01-10 11:25:32 -08:00

1005 B

Production read cleanups

Use Case

Rally should delete in any case all resources that it created during benchmark.

Problem Description

  • (implemented) Deletion rate limit

    You can kill cloud by deleting too many objects simultaneously, so deletion rate limit is required

  • (implemented) Retry on failures

    There should be few attempts to delete resource in case of failures

  • (implemented) Log resources that failed to be deleted

    We should log warnings about all non deleted resources. This information should include UUID of resource, it's type and project.

  • (implemented) Pluggable

    It should be simple to add new cleanups adding just plugins somewhere.

  • Disaster recovery

    Rally should use special name patterns, to be able to delete resources in such case if something went wrong with server that is running Rally. And you have just new instance (without old Rally DB) of Rally on new server.