]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Switch back to read-write on katla
[chef.git] / roles / web.rb
index 7c27a9f24a61580383a0e38c379a9b6b57b83b07..a57d2ec54dc7c9e133ca76eef0d37cd506726b47 100644 (file)
@@ -10,19 +10,12 @@ default_attributes(
       }
     }
   },
-  :nfs => {
-    "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
-  },
   :passenger => {
     :pool_idle_time => 0
   },
   :web => {
-    :status => "database_readonly",
-    :database_host => "db",
-    :readonly_database_host => "db"
+    :status => "online",
+    :database_host => "katla.bm.openstreetmap.org",
+    :readonly_database_host => "ramoth.ic.openstreetmap.org"
   }
 )
-
-run_list(
-  "recipe[nfs]"
-)