Skip to content

Commit

Permalink
feat: Add instance "status:*" labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Aug 9, 2024
1 parent 0b21ea9 commit 951320a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,26 @@ jobs:
{"name": "flavor:g3.xl", "color": "D93F0B", "description": "GPU instance (32 CPUs, 125 GB RAM, A100 GPU)"},
{"name": "flavor:m3.xl", "color": "D93F0B", "description": "General-purpose instance (32 CPUs, 125 GB RAM)"},
{"name": "request:approved", "color": "027210", "description": "Instance has been approved for creation and is being provisioned"},
{"name": "status:active", "color": "CFD3D7", "description": "The server is active."},
{"name": "status:build", "color": "CFD3D7", "description": "The server has not yet finished the original build process."},
{"name": "status:deleted", "color": "CFD3D7", "description": "The server is deleted."},
{"name": "status:error", "color": "CFD3D7", "description": "The server is in error."},
{"name": "status:hard_reboot", "color": "CFD3D7", "description": "The server is hard rebooting."},
{"name": "status:migrating", "color": "CFD3D7", "description": "The server is migrating."},
{"name": "status:password", "color": "CFD3D7", "description": "The password is being reset on the server."},
{"name": "status:paused", "color": "CFD3D7", "description": "The server is paused."},
{"name": "status:reboot", "color": "CFD3D7", "description": "The server is in a soft reboot state. A reboot command was passed to the operating system."},
{"name": "status:rebuild", "color": "CFD3D7", "description": "The server is currently being rebuilt from an image."},
{"name": "status:rescue", "color": "CFD3D7", "description": "The server is in rescue mode."},
{"name": "status:resize", "color": "CFD3D7", "description": "Server is performing the differential copy of data that changed during its initial copy. Server is down for this stage."},
{"name": "status:revert_resize", "color": "CFD3D7", "description": "The resize or migration of a server failed for some reason. The destination server is being cleaned up and the original source server is restarting."},
{"name": "status:shelved", "color": "CFD3D7", "description": "The server is in shelved state. Depends on the shelve offload time, the server will be automatically shelved off loaded."},
{"name": "status:shelved_offloaded", "color": "CFD3D7", "description": "The shelved server is offloaded (removed from the compute host) and it needs unshelved action to be used again."},
{"name": "status:shutoff", "color": "CFD3D7", "description": "The server was powered down by the user, either through the OpenStack Compute API or from within the server."},
{"name": "status:soft_deleted", "color": "CFD3D7", "description": "The server is marked as deleted but will remain in the cloud for some configurable amount of time. While soft-deleted, an authorized user can restore the server back to normal state. When the time expires, the server will be deleted permanently."},
{"name": "status:suspended", "color": "CFD3D7", "description": "The server is suspended, either by request or necessity."},
{"name": "status:unknown", "color": "CFD3D7", "description": "The state of the server is unknown."},
{"name": "status:verify_resize", "color": "CFD3D7", "description": "System is awaiting confirmation that the server is operational after a move or resize."},
{"name": "timeout:4hrs", "color": "5319E7", "description": "Duration in hours after which the instance will be stopped"}
]
steps:
Expand Down

0 comments on commit 951320a

Please sign in to comment.