mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
automation/gc: add openstack garbage collector
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
9b04b9d558
commit
0106eeb280
@ -17,3 +17,5 @@ timeout --signal=SIGQUIT 60m ore azure gc --duration 6h \
|
||||
--azure-profile="/proc/$$/fd/${azure_profile}" --azure-auth="/proc/$$/fd/${azure_auth}"
|
||||
timeout --signal=SIGQUIT 60m ore equinixmetal gc --duration 6h \
|
||||
--project="${EQUINIXMETAL_PROJECT}" --gs-json-key=<(echo "${GCP_JSON_KEY}" | base64 --decode) --api-key="${EQUINIXMETAL_KEY}"
|
||||
timeout --signal=SIGQUIT 60m ore openstack gc --duration 6h \
|
||||
--config-file=<(echo "${OPENSTACK_CREDS}" | base64 --decode)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user