lfreleng-actions/☁️ OpenStack Cron Cleanup

Automated cleanup of orphaned OpenStack cloud resources

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 8, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: lfreleng-actions/openstack-cron-action@13cbbfccdb2ce3a2d227c5f9e6f5219c49c4d176 # v0.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
openstack_cloudOpenStack cloud name from clouds.yamlyesvex
clouds_yamlOpenStack clouds.yaml configuration (base64 encoded)no""
openstack_auth_urlOpenStack auth URLno""
openstack_usernameOpenStack usernameno""
openstack_passwordOpenStack password (base64 encoded or plain text - will auto-decode) no""
openstack_project_idOpenStack project IDno""
openstack_domain_nameOpenStack domain namenoDefault
openstack_regionOpenStack regionno""
jenkins_urlsSpace-separated list of Jenkins URLs to check for active builds no""
cleanup_k8s_clustersEnable K8s cluster cleanupnotrue
cleanup_stacksEnable OpenStack stack cleanupnotrue
cleanup_serversEnable server/instance cleanupnotrue
cleanup_portsEnable port cleanupnotrue
cleanup_volumesEnable volume cleanupnotrue
protect_imagesEnable protection of in-use imagesnotrue
cleanup_imagesEnable old image cleanupnotrue
cleanup_images_smartEnable smart image cleanup (checks repo for images in use)nofalse
image_cleanup_ageAge in days for image cleanup (default: 180 = 6 months)no180
port_cleanup_ageAge for port cleanup (default: 30 minutes ago)no30 minutes ago
python_versionPython version to useno3.11
build_timeoutBuild timeout in minutesno10
enable_debugEnable debug mode for verbose loggingnofalse
failure_notification_emailEmail address to notify on failure (comma-separated) no""
failure_notification_prefixEmail subject prefix for failure notificationsno[OpenStack Cleanup]
namedescription
cleanup_summarySummary of cleanup operations performed
resources_cleanedNumber of resources cleaned up
cleanup_statusOverall cleanup status (success/failure)
smart_cleanup_unprotectedNumber of images unprotected by smart cleanup