]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Upgrade bytemark machines to chef 13
[chef.git] / roles / dev.rb
index cb7c62500c9a40da6ffdbb8ff715a0798dc503e2..6f49fae6d3a56d67d6c1bac83ff07ac0158dde82 100644 (file)
@@ -90,9 +90,9 @@ default_attributes(
     :timeout => 30,
     :event => {
       :server_limit => 32,
-      :max_clients => 800,
+      :max_request_workers => 800,
       :threads_per_child => 50,
-      :max_requests_per_child => 10000
+      :max_connections_per_child => 10000
     }
   },
   :apt => {
@@ -113,10 +113,6 @@ default_attributes(
         :repository => "git://github.com/ppawel/openstreetmap-website.git",
         :revision => "owl-activity-tab"
       },
-      :groups => {
-        :repository => "git://github.com/osmlab/openstreetmap-website.git",
-        :revision => "groups-sketch"
-      },
       :comments => {
         :repository => "git://github.com/ukasiu/openstreetmap-website.git",
         :revision => "comments_list"
@@ -132,7 +128,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["9.1", "9.3"],
+    :versions => ["9.1", "9.5"],
     :settings => {
       :defaults => {
         :shared_buffers => "1GB",
@@ -144,7 +140,7 @@ default_attributes(
       "9.1" => {
         :port => "5433"
       },
-      "9.3" => {
+      "9.5" => {
         :port => "5432"
       }
     }