Skip to content

Commit

Permalink
add streams 5 node
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermercier authored and damnMeddlingKid committed Nov 20, 2015
1 parent 5c7310e commit 50b9c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set :keep_releases, 5
set :branch, fetch(:branch, `git symbolic-ref --short HEAD`.gsub("\s",""))

DATANODES = (2..73).map {|i| "dn%02d.chi.shopify.com" % i }
OTHERNODES = ["hadoop-misc4.chi.shopify.com", "dn48.chi.shopify.com", "reportify-etl4.chi.shopify.com", "streams3.chi.shopify.com", "streams4.chi.shopify.com"]
OTHERNODES = ["hadoop-misc4.chi.shopify.com", "dn48.chi.shopify.com", "streams3.chi.shopify.com", "streams4.chi.shopify.com", "streams5.chi.shopify.com"]
BROKEN = ["dn58.chi.shopify.com"] # Node is down don't try to send code

task :production do
Expand Down

0 comments on commit 50b9c6b

Please sign in to comment.