]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Go readonly on smaug
[chef.git] / roles / web.rb
index 1e8c2666b9ef2364a547f4c3fdc4f4e89ff958dc..a27a94a6ae31c1731e76412656c18bdb85851095 100644 (file)
@@ -14,11 +14,11 @@ default_attributes(
     :sources => [ "brightbox-ruby-ng" ]
   },
   :nfs => {
     :sources => [ "brightbox-ruby-ng" ]
   },
   :nfs => {
-    "/store/rails" => { :host => "horntail", :path => "/store/rails" }
+    "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
   },
   :web => {
   },
   :web => {
-    :status => "online",
-    :database_host => "db"
+    :status => "database_readonly",
+    :database_host => "smaug"
   }
 )
 
   }
 )