]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Update katla and grisu for move to Bytemark
[chef.git] / roles / web.rb
index 69b6a45d24bded98f47930d13a7c88f7825a540b..f1ecaac8c163635052292bbeea3871368e5e3c99 100644 (file)
@@ -10,19 +10,12 @@ default_attributes(
       }
     }
   },
-  :nfs => {
-    "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
-  },
   :passenger => {
     :pool_idle_time => 0
   },
   :web => {
-    :status => "online",
-    :database_host => "db",
-    :readonly_database_host => "db-slave"
+    :status => "database_readonly",
+    :database_host => "ramoth.ic.openstreetmap.org",
+    :readonly_database_host => "ramoth.ic.openstreetmap.org"
   }
 )
-
-run_list(
-  "recipe[nfs]"
-)