]> git.openstreetmap.org Git - chef.git/commitdiff
Move readonly database load to ramoth
authorTom Hughes <tom@compton.nu>
Mon, 16 May 2016 15:11:36 +0000 (16:11 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 16 May 2016 15:11:36 +0000 (16:11 +0100)
roles/web-db.rb

index db2931b19ea4533c5134326ff65b8aaaccd6ed9f..e394ec2d0ae1a5803e379f576ef2210a6b64f7bc 100644 (file)
@@ -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"
   }
 )