Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The 6 month Yak Shave

The 6 month Yak Shave

Alan Harper

June 05, 2012
Tweet

Other Decks in Technology

Transcript

  1. Slow deploys • too many steps • some deploys have

    taken 2+ months • one migration has been going on since January
  2. search(:apps).each do |app| role = app["server_roles"].first nodes = search(:node, "roles:#{role}

    AND chef_environment:#{node.chef_environment}") unless nodes.empty? web_apps << { "app" => app, "nodes" => nodes } end end