]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Switch back to read-write on katla
[chef.git] / roles / web.rb
index 9e1cc92210e2fdacbe3c0d4d6c65def6c065afc9..a57d2ec54dc7c9e133ca76eef0d37cd506726b47 100644 (file)
@@ -6,23 +6,16 @@ default_attributes(
     :users => {
       :rails => {
         :status => :role,
-        :members => [ :tomh, :grant ]
+        :members => [:tomh, :grant]
       }
     }
   },
-  :nfs => {
-    "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
-  },
   :passenger => {
     :pool_idle_time => 0
   },
   :web => {
-    :status => "gpx_offline",
-    :database_host => "db",
-    :readonly_database_host => "katla"
+    :status => "online",
+    :database_host => "katla.bm.openstreetmap.org",
+    :readonly_database_host => "ramoth.ic.openstreetmap.org"
   }
 )
-
-run_list(
-  "recipe[nfs]"
-)