]> git.openstreetmap.org Git - chef.git/blobdiff - roles/git.rb
git: test using apache mpm event
[chef.git] / roles / git.rb
index 56670944e6640f49194b5d9c4b2cc71c23fc4e63..889aa2c38e994501f3be33e900d03ef552935fb7 100644 (file)
@@ -4,11 +4,11 @@ description "Role applied to all git servers"
 default_attributes(
   :accounts => {
     :users => {
-      :lonvia => {
+      :bretth => {
         :status => :user,
         :shell => "/usr/bin/git-shell"
       },
-      :translatewiki => {
+      :lonvia => {
         :status => :user,
         :shell => "/usr/bin/git-shell"
       },
@@ -18,13 +18,21 @@ default_attributes(
       },
       :git => {
         :status => :role,
-        :members => [ :tomh, :grant, :matt, :lonvia, :yellowbkpk, :translatewiki ]
+        :members => [:tomh, :grant, :matt, :lonvia, :yellowbkpk]
       }
     }
   },
+  :apache => {
+    :mpm => "event",
+      :event => {
+        :min_spare_threads => 50,
+        :max_spare_threads => 150,
+        :listen_cores_buckets_ratio => 4
+      }
+  },
   :git => {
     :host => "git.openstreetmap.org",
-    :backup => "git"
+    :aliases => ["git.osm.org"]
   }
 )