-
Notifications
You must be signed in to change notification settings - Fork 168
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
make ore openstack gc
clean up SSH keypairs
#3550
Comments
The kola-openstack tests are passing again. Remove the workaround, but We still need to implement some additional clean up during garbage collection: coreos/coreos-assembler#3550 This reverts commit 18252d4.
I've been looking at how to implement this and I'm wondering if the kola-openstack job runs garbage collection at all right now? Is it run by default or do we have to specify? I see that in kola-gcp and kola-azure we are running the garbage collection stages manually, but not in kola-openstack. I can open a PR to run GC in openstack if it needs to be specified manually (i'm assuming it does) |
In my mind I had cross linked this ticket back here when I opened it, but in practice that didn't happen. See |
Ah, perfect. I'll work on that. |
We've been bumping up into quota limits for SSH keypairs in VexxHost (our openstack provider for kola testing) and I didn't quite understand why because the web interface doesn't show me any keypairs so I didn't think any existed. However checking via the CLI I see a lot. So somehow sometimes keypairs aren't getting cleaned up. We could/should make our GC that we run in the pipeline just detect when stale keypairs exist and delete them too. I think we can just filter by keypairs with a name starting with
kola-
and created before a certain time:For now I unblocked things by running:
The text was updated successfully, but these errors were encountered: