Commit Graph

4 Commits

Author SHA1 Message Date
Jordan Pittier 3a612efd53 OSPurge version 2
This commit is a whole new version of OSPurge. Currently OSPurge suffers
from the following limitations:
* It's slow (monothread)
* It's not guaranteed to complete. If a resource fails to be deleted then
OSPurge can choke on deleting other resources that depends on the first one.
* Not properly unit tested.
* Not modular (one huge file to deal with all services)

This new version is:
* Faster (multithreaded, thanks to a ThreadPoolExecutor)
* Safe (we check and wait for some prerequisites before attempting a
delete)
* 100% unit tested.
* Modular (one file per service)

Note that it's Python3.5 compatible. It also uses OpenStack Shade
and OpenStack client-config libraries so that OSPurge focuses on the
cleaning logic only.

Overall I believe this is a better version of OSPurge and more future
proof. NOte that we tagged and released OSPurge 1.3 recently in case
the new version was not satisfactory to everybody.

Change-Id: I5eb92a0556df210ea3cb4e471b8db3b5bf7ed5ee
2016-12-15 10:49:25 +01:00
JordanP 82a76e5c4b Add tox py27 target + cleanup to enforce Hacking rules
Change-Id: I69595cca258c45a740bb222328cad4bbab991e49
2014-10-20 15:55:28 +02:00
Christian Berendt a1ba8c8c5a Add missing \n at end of file
Change-Id: I60a17e4e18c5f66279c1e5adc10c8a120ac9489b
2014-06-08 19:02:31 +02:00
Florent Flament 98008cb337 Initial commit 2014-02-14 13:34:25 +01:00