Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
stop routing to bb-m and use 100% fastly
Browse files Browse the repository at this point in the history
dwradcliffe committed Apr 28, 2015
1 parent 09ff1a9 commit b80a156
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -199,7 +199,7 @@ GRAPH
rubygems-backups (0.0.21)
chef-vault (>= 0.0.0)
rubygems-ruby (>= 0.0.0)
rubygems-balancer (0.0.53)
rubygems-balancer (0.0.54)
chef-vault (>= 0.0.0)
datadog (>= 0.0.0)
logrotate (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-balancer/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name 'rubygems-balancer'

version '0.0.53'
version '0.0.54'

depends 'chef-vault'
depends 'datadog'
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
geoip_country /usr/share/GeoIP/GeoIP.dat;

split_clients "${remote_addr}${uri}AAA" $gem_mirror {
20.0% http://bb-m.rubygems.org;
80.0% http://rubygems.global.ssl.fastly.net;
100.0% http://rubygems.global.ssl.fastly.net;
}

split_clients "${remote_addr}${uri}AAA" $gem_mirror_ssl {
20.0% https://bb-m.rubygems.org;
80.0% https://rubygems.global.ssl.fastly.net;
100.0% https://rubygems.global.ssl.fastly.net;
}

split_clients "${remote_addr}${uri}AAA" $gem_mirror_test {

0 comments on commit b80a156

Please sign in to comment.