]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Update katla and grisu for move to Bytemark
[chef.git] / roles / web.rb
index 7a6c8a6c1f0debd0363dc06b2e9e5925bad60f7e..f1ecaac8c163635052292bbeea3871368e5e3c99 100644 (file)
@@ -6,22 +6,16 @@ default_attributes(
     :users => {
       :rails => {
         :status => :role,
-        :members => [ :tomh, :grant ]
+        :members => [:tomh, :grant]
       }
     }
   },
-  :apt => {
-    :sources => [ "brightbox-ruby-ng" ]
-  },
-  :nfs => {
-    "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
+  :passenger => {
+    :pool_idle_time => 0
   },
   :web => {
-    :status => "online",
-    :database_host => "db"
+    :status => "database_readonly",
+    :database_host => "ramoth.ic.openstreetmap.org",
+    :readonly_database_host => "ramoth.ic.openstreetmap.org"
   }
 )
-
-run_list(
-  "recipe[nfs]"
-)