c12s-kubespray/scripts/openstack-cleanup
Kenichi Omichi c0d1bb1a5c
Remove subnet from router on tf-elastx_cleanup (#8425)
The tf-elastx_cleanup test job was failed with error message:

Port xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx cannot be deleted
directly via the port API: has device owner network:router_interface.

That means necessary to remove a subnet from the router before
deleting the port.
This adds a method to removes a subnet from the router automatically.
2022-01-15 00:50:15 -08:00
..
.gitignore Add automatic cleanup of OpenStack CI VMs (#5760) 2020-03-12 15:12:39 -07:00
README.md Add documentation for scripts/openstack-cleanup (#5803) 2020-03-20 13:18:06 -07:00
main.py Remove subnet from router on tf-elastx_cleanup (#8425) 2022-01-15 00:50:15 -08:00
requirements.txt Add automatic cleanup of OpenStack CI VMs (#5760) 2020-03-12 15:12:39 -07:00

README.md

openstack-cleanup

Tool to deletes openstack servers older than a specific age (default 4h).

Useful to cleanup orphan servers that are left behind when CI is manually cancelled or fails unexpectedly.

Installation

pip install -r requirements.txt
python main.py --help

Usage

$ python main.py
This will delete VMs... (ctrl+c to cancel)
Will delete server example1
Will delete server example2