Perform cleanup of urgent-cpu-bound references
Now that the migration has been completed, let's clean up a few items:
- Terraform - ensure all instances are removed
- The node count for
urgent-cpu-boundshould be set to 0 and this should applied to each environment - Validate that the nodes are terminated and unregistered from chef
- The node count for
- Chef - ensure all roles are removed - from repo and chef server
- The roles for
urgent-cpu-boundcan be deleted - Update the sidekiq tooling that generates the configurations such that they do not continue to generate those roles
- Ensure the removed roles are deleted from the chef server, example
knife role delete <ROLE_NAME>
- The roles for
This needs to be done for the following environemtns:
-
staging -
production
Edited by Marin Jankovski