Skip to content

Instantly share code, notes, and snippets.

@decklin
Created March 15, 2011 21:41
Show Gist options
  • Save decklin/871547 to your computer and use it in GitHub Desktop.
Save decklin/871547 to your computer and use it in GitHub Desktop.
* Manual post-deploy steps
** rake data_bags:update_env_load_balancer_ips
*** knife data bag from file dns data_bags/dns/${ENV}_load_balancers.json
*** reconverge all load_balancer nodes
** rake server_list:update
** On one safe node, safectl util promote-to-master
* Post-deploy sanity check
** http://lb.${ENV}.sa2s.us:8080/stats
** http://monitoring.${ENV}.sa2s.us/
** knife status -r
** knife ssh '*:*' -a ec2.public_hostname 'uptime'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment