X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c42714218aaaaebdcb48e65d9b1a4280ee8397b9..8962cc576af87958ffe4ccc4d6c6baafca7cd8fd:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index fdc96a64c..a57d2ec54 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -14,8 +14,8 @@ default_attributes( :pool_idle_time => 0 }, :web => { - :status => "database_readonly", - :database_host => "db-slave", - :readonly_database_host => "db-slave" + :status => "online", + :database_host => "katla.bm.openstreetmap.org", + :readonly_database_host => "ramoth.ic.openstreetmap.org" } )