]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db.rb
Ignore spacing in metadata.rb files.
[chef.git] / roles / db.rb
index 031865a6ca368464a28d4ca55a18058864ee43b4..d5db9a204e35f03cd04bf5c4c42bd545c928c6a7 100644 (file)
@@ -13,17 +13,17 @@ default_attributes(
   :munin => {
     :plugins => {
       :postgres_connections_openstreetmap => {
-        :waiting => { 
+        :waiting => {
           :warning => 10,
           :critical => 20
         }
       },
       :postgres_locks_openstreetmap => {
-        :accesssharelock => { 
+        :accesssharelock => {
           :warning => 900,
           :critical => 1000
         },
-        :rowexclusivelock => { 
+        :rowexclusivelock => {
           :warning => 250,
           :critical => 300
         }
@@ -31,7 +31,7 @@ default_attributes(
     }
   },
   :nfs => {
-    "/store/rails" => { :host => "horntail", :path => "/store/rails" }
+    "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
   },
   :postgresql => {
     :versions => [ "9.1" ],
@@ -42,6 +42,7 @@ default_attributes(
         :max_stack_depth => "7MB",
         :checkpoint_segments => "32",
         :checkpoint_completion_target => "0.8",
+        :cpu_tuple_cost => "0.1",
         :late_authentication_rules => [
           { :address => "146.179.159.160/27" }
         ]