]> git.openstreetmap.org Git - chef.git/blobdiff - roles/shenron.rb
Add test for squid cookbook
[chef.git] / roles / shenron.rb
index 84a38aa064586d3e115f56522876383085600fe2..c3db86355878f4cb3b0f1e17c460b59b6daa7007 100644 (file)
@@ -2,21 +2,17 @@ name "shenron"
 description "Master role applied to shenron"
 
 default_attributes(
-  :accounts => {
-    :users => {
-      :bretth => {
-        :status => :user,
-        :shell => "/usr/bin/git-shell"
-      }
-    }
-  },
   :apache => {
     :mpm => "event",
     :event => {
-      :max_connections_per_child => 2000
+      :min_spare_threads => 50,
+      :max_spare_threads => 150
     }
   },
   :hardware => {
+    :mcelog => {
+      :enabled => false
+    },
     :modules => [
       "it87"
     ]
@@ -54,7 +50,8 @@ override_attributes(
         :prefix => "64",
         :gateway => "fe80::1"
       }
-    }
+    },
+    :nameservers => ["89.16.162.20", "2001:41c9:2:d6::20"]
   }
 )
 
@@ -62,13 +59,10 @@ run_list(
   "role[bytemark]",
   "role[mail]",
   "role[lists]",
-  "role[git]",
   "role[subversion]",
   "role[trac]",
   "role[osqa]",
   "role[irc]",
-  "role[dns]",
-  "role[geodns]",
-  "role[chef-repository]",
+  "recipe[blogs]",
   "recipe[openvpn]"
 )