]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "Switch web site to readonly against karm"
authorTom Hughes <tom@compton.nu>
Thu, 26 Sep 2024 20:31:16 +0000 (21:31 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 26 Sep 2024 20:31:16 +0000 (21:31 +0100)
This reverts commit 968ffb7b7c28a0673554aba399ec55549dc6a41c.

roles/equinix-ams.rb
roles/web-db.rb
roles/web.rb

index 03e654d766a596526067689d1c828f7167dba82b..4043e0dd75a1cdb99b58edce9c64f23f40c8e1f2 100644 (file)
@@ -36,7 +36,7 @@ default_attributes(
   },
   :web => {
     :fileserver => "ironbelly",
-    :readonly_database_host => "karm.ams.openstreetmap.org",
+    :readonly_database_host => "snap-01.ams.openstreetmap.org",
     :primary_cluster => true
   }
 )
index 3db0cc4a787d0d816d4c9086de923d7cab52dfac..c03da5277b620a825a52d96a7b4213957a92401e 100644 (file)
@@ -3,6 +3,6 @@ description "Role applied to all servers needing to find the main database"
 
 default_attributes(
   :web => {
-    :database_host => "karm.ams.openstreetmap.org"
+    :database_host => "snap-01.ams.openstreetmap.org"
   }
 )
index b0d9d4b99219dac6ecec0078fb817f7a6212560f..594c18f842334523036f53e869319eca640d7c51 100644 (file)
@@ -16,7 +16,7 @@ default_attributes(
     :pool_idle_time => 3600
   },
   :web => {
-    :status => "database_readonly",
+    :status => "online",
     :memcached_servers => %w[spike-06.ams spike-07.ams spike-08.ams]
   }
 )