]> git.openstreetmap.org Git - chef.git/commitdiff
Switch IC machines to use karm for readonly queries
authorTom Hughes <tom@compton.nu>
Sun, 23 Oct 2016 09:18:36 +0000 (10:18 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 23 Oct 2016 09:18:54 +0000 (10:18 +0100)
roles/ic.rb

index de7a1c19e47f313b01bf37d21ddbd29b99d68001..4041d2b36fb9bea7b0c7c877744a92de4bc25b42 100644 (file)
@@ -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"
   }
 )