]> git.openstreetmap.org Git - chef.git/commitdiff
Switch bytemark to use snap-02 as readonly database
authorTom Hughes <tom@compton.nu>
Fri, 20 May 2022 21:25:42 +0000 (22:25 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 20 May 2022 21:25:42 +0000 (22:25 +0100)
roles/bytemark.rb

index 93f652b1dc72a8d27bb8278fd844e76613d0b9d0..c10a9a090001719dc26e70be4c363442d021c9b8 100644 (file)
@@ -30,7 +30,7 @@ default_attributes(
   },
   :web => {
     :fileserver => "grisu",
-    :readonly_database_host => "katla.bm.openstreetmap.org"
+    :readonly_database_host => "snap-02.ucl.openstreetmap.org"
   }
 )