]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Add sotm.org as alias for stateofthemap.org
[chef.git] / roles / dev.rb
index cb7c62500c9a40da6ffdbb8ff715a0798dc503e2..e7e8465803fb3efe3dd28c8602cb06ba07b99902 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"
@@ -128,11 +124,15 @@ default_attributes(
       :locale => {
         :repository => "git://github.com/tomhughes/openstreetmap-website.git",
         :revision => "locale"
+      },
+      :rails50 => {
+        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "rails50"
       }
     }
   },
   :postgresql => {
-    :versions => ["9.1", "9.3"],
+    :versions => ["9.1", "9.5"],
     :settings => {
       :defaults => {
         :shared_buffers => "1GB",
@@ -144,7 +144,7 @@ default_attributes(
       "9.1" => {
         :port => "5433"
       },
-      "9.3" => {
+      "9.5" => {
         :port => "5432"
       }
     }