]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Configure tiamat-11 as a prometheus server
[chef.git] / roles / ridley.rb
index 62228f5bc399e57ea14f682979e175a9a78de58f..136cfd7d04af463512e509076bf3609b9098db67 100644 (file)
@@ -2,6 +2,19 @@ name "ridley"
 description "Master role applied to ridley"
 
 default_attributes(
+  :apache => {
+    :mpm => "event",
+    :event => {
+      :min_spare_threads => 50,
+      :max_spare_threads => 150,
+      :max_connections_per_child => 10000,
+      :async_request_worker_factor => 4,
+      :listen_cores_buckets_ratio => 4
+    }
+  },
+  :bind => {
+    :clients => "ucl"
+  },
   :dhcpd => {
     :first_address => "10.0.15.1",
     :last_address => "10.0.15.254"
@@ -73,6 +86,7 @@ run_list(
   "role[otrs]",
   "role[donate]",
   "recipe[hot]",
+  "recipe[dmca]",
   "recipe[dhcpd]",
   "recipe[openvpn]"
 )