]> git.openstreetmap.org Git - chef.git/commitdiff
Switch readonly load at Equinix to snap-01
authorTom Hughes <tom@compton.nu>
Sun, 23 Aug 2020 09:29:15 +0000 (10:29 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 23 Aug 2020 09:29:15 +0000 (10:29 +0100)
roles/equinix.rb

index 85b11110619aff348748cf412b549935eef28f92..781772cb7f45f87f490ad21ac945a44cf42a52d9 100644 (file)
@@ -32,7 +32,7 @@ default_attributes(
   :web => {
     :backends => %w[rails1 rails2 rails3],
     :fileserver => "ironbelly",
-    :readonly_database_host => "karm.ams.openstreetmap.org",
+    :readonly_database_host => "snap-01.ams.openstreetmap.org",
     :primary_cluster => true
   }
 )