Statistics
| Branch: | Tag: | Revision:

root / snf-tools / synnefo_tools @ 7c37ab19

Name Size
  burnin
__init__.py 0 Bytes

Latest revisions

# Date Author Comment
7c37ab19 12/09/2013 01:35 pm Ilias Tsitsimpis

burnin: If machine is ERROR we cannot delete ports

If the machine is not in ACTIVE state we cannot delete its ports.
This patch changes burnin so when cleaning up stale servers
(where there is the possibility that the machine is not ACTIVE)
it will not try to disconnect the server from the public network....

17bb60a5 12/09/2013 11:16 am Ilias Tsitsimpis

burnin: Fix a bug with missing method

Method `_disconnect_from_floating_ips' has been removed but
StaleFloatingIPsTestSuite was using it. Replace this method with
`_delete_floating_ips'.

24d1788b 12/03/2013 03:52 pm Ilias Tsitsimpis

burnin: Add --temp-directory option

This option is used to specify a temp directory to be used
by burnin to save it's intermediate files. The default
value for this option is "/tmp/"

ee89df69 12/02/2013 02:12 pm Ilias Tsitsimpis

burnin: Change --quiet logging behavior

When --quiet flag is used, burnin will not produce a logging
file at all (neither will log to stdout). This flag is used
when we simple want to check if there are stale servers from
previous runs (we can do this based on burnin's exit status)...

43ce827c 12/02/2013 02:12 pm Ilias Tsitsimpis

burnin: Add STOPPED as valid state when deleting

After a reconciliation, a machine will go to STOPPED state
before the DELETED state. This commit adds the STOPPED state
to the accepted states for a machine that is being destroyed.

828bbf06 12/02/2013 02:12 pm Ilias Tsitsimpis

Burnin: Small code refactoring

06c9d4db 12/02/2013 02:12 pm Ilias Tsitsimpis

Burnin: Fix some verbal errors

5bef1f49 12/02/2013 02:12 pm Ilias Tsitsimpis

burnin: Get quotas from Astakos service

3e5bbd85 12/02/2013 02:12 pm Ilias Tsitsimpis

burnin: Verify quotas

After every action that changes the user's quotas
verify that quotas' changes are consistent.

60a80953 12/02/2013 02:12 pm Ilias Tsitsimpis

burnin: Implement the new Network API

View revisions

Also available in: Atom