RedHatQE / cloudwash

A cloud resources cleanup utility tool
Apache License 2.0
24 stars 29 forks source link

Run cleanup on multiple accounts for any given Cloud Provider #8

Open jyejare opened 2 years ago

jyejare commented 2 years ago

Requester: Sheron Brown

Issue: would like to see it run on multiple accounts (as on all QE accounts in the clouds). And run every 1 hour, with distinguished the SLA of deleting after 2/3 hours/days. and even be triggered after the failure of deployment of OCP for example!

Urgency: As soon as possible, we have a big urgent to save cost in the cloud this year.

Willing to Contribute: hopeful yes

Secrets Management: Contact Prabodh Phusey !

Independent Tool or APIs I liked the idea of that tool to stand alone - so maybe in the end it can become a service.

lzap commented 2 years ago

Hey, we would need this feature too, although it should be at least possible to workaround it by allowing to load arbitrary configuration files via CLI option so we can run the tool multiple times with multiple options.

jyejare commented 2 years ago

@lzap, Could you elaborate on workaround it by allowing to load arbitrary configuration files via CLI option ?

You mean swach command of cloudwash should be able to specify the settings file location so that everytime it runs it can run with different config files? if yes, then @bovem is working on such a feature https://github.com/RedHatQE/cloudwash/issues/45

lzap commented 2 years ago

Yep, that's exactly what I meant. Thanks!