From: Tom Hughes Date: Mon, 16 May 2016 15:11:36 +0000 (+0100) Subject: Move readonly database load to ramoth X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/43730762bace631d5384bf1838c76bf7a6118270?hp=95e1e4603eb8c32acf8ee58c845ec4ce5bfdd56c Move readonly database load to ramoth --- diff --git a/roles/web-db.rb b/roles/web-db.rb index db2931b19..e394ec2d0 100644 --- a/roles/web-db.rb +++ b/roles/web-db.rb @@ -4,6 +4,6 @@ description "Role applied to all servers needing to find the main database" default_attributes( :web => { :database_host => "katla.bm.openstreetmap.org", - :readonly_database_host => "katla.bm.openstreetmap.org" + :readonly_database_host => "ramoth.ic.openstreetmap.org" } )