-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFE: way to track other network resources over time for automated cleanup #2
Comments
I still have to go over current implementation of --unused, but flow i'm using for our group atm is:
with same anti-racecondition check as floating ip's - try with cleanup of old servers being done first, this ends up being precise enough to in the same step pick the net resources left after those servers, or any other left there by failing 'consumer' scripts (jobs etc) if this would be of interest to you i would port the code and create pull requests (if it is not already there - as i did not read your code for this, in which case this issue's description should be improved?) |
Interested in details. Pull request welcome. I did get a --unused option
|
RFE: way to track other network resources over time to be able to identify unused resources for easy automated cleanup
If running this as part of an automated job sometimes just the network resources are leaked, sometimes just some of them are leaked. It would be nice to be able to catch this and be able to cleanup those resources as well, in an automated fashion.
The text was updated successfully, but these errors were encountered: