]> git.openstreetmap.org Git - chef.git/commitdiff
Switch web site to readonly against karm
authorTom Hughes <tom@compton.nu>
Thu, 26 Sep 2024 19:56:19 +0000 (20:56 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 26 Sep 2024 19:56:19 +0000 (20:56 +0100)
roles/equinix-ams.rb
roles/web-db.rb
roles/web.rb

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