fuel-devops/devops
Vladimir Khlyunev 3ac4e8fc7b Add cleanup action
We can use fuel-devops for deletion of outdated environment.
Usage:
  dos.py show-old 3d
  dos.py erase-old 3d
where "3d" is time-to-live interval. All envs older than
given interval will be erased.

Last char of interval is multiplier, could be:
 - s: seconds
 - m: minutes
 - h: hours
 - d: days

erase-old operation is interactive but it could be
disabled via "--force-cleanup" arg.

list-old command supports --timestamps arg. Note that devops uses
UTC timestamps!

Change-Id: Ic1a744996495296e22ae0fdef9752dba8790aac8
2017-09-04 15:11:41 +04:00
..
client Enable time-sync for non-Fuel-based environments 2017-05-27 12:44:02 +00:00
driver Set VNC keypress rate for outputting kernel_cmd 2017-08-16 12:47:15 +00:00
helpers escape spaces in any type of path for mkdir/rm 2017-08-30 20:46:58 +00:00
migrations Revert "Revert "Add support of backing store volumes from templates"" 2016-07-21 12:05:15 +00:00
models Allow setting the fuel master's FQDN and DNS settings from environment variables 2017-07-26 23:11:23 -05:00
templates Change tag to vlan_start vlan_end range in devops templates 2016-07-20 14:26:56 +03:00
tests escape spaces in any type of path for mkdir/rm 2017-08-30 20:46:58 +00:00
__init__.py Bump to version 3.0.5 2017-03-30 21:19:51 +03:00
error.py Make exceptions unicode 2016-10-11 09:54:47 +03:00
settings.py Set VNC keypress rate for outputting kernel_cmd 2017-08-16 12:47:15 +00:00
shell.py Add cleanup action 2017-09-04 15:11:41 +04:00
test_settings.py rework imports: import module instead of object 2016-09-21 17:41:10 +03:00