From: Tom Hughes Date: Sun, 23 Oct 2016 09:18:36 +0000 (+0100) Subject: Switch IC machines to use karm for readonly queries X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/39307e77ab75fd8594f9bf4847b7b546d0598efa?ds=inline Switch IC machines to use karm for readonly queries --- diff --git a/roles/ic.rb b/roles/ic.rb index de7a1c19e..4041d2b36 100644 --- a/roles/ic.rb +++ b/roles/ic.rb @@ -32,7 +32,7 @@ default_attributes( :web => { :backends => %w(rails1 rails2 rails3), :fileserver => "ironbelly", - :readonly_database_host => "ramoth.ic.openstreetmap.org" + :readonly_database_host => "karm.ic.openstreetmap.org" } )