]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
imagery: next gb_os_sv_diff layer available
[chef.git] / roles / dev.rb
index 57013c971184b4e3b542a18b24ea7113e5000b9d..b3c0d4eb0b4042d52fa7f4010de92f180fb5eebd 100644 (file)
@@ -43,7 +43,6 @@ default_attributes(
       :tomchance => { :status => :user },
       :lfrancke => { :status => :user },
       :davidearl => { :status => :user },
-      :emacsen => { :status => :user },
       :rweait => { :status => :user },
       :ant => { :status => :user },
       :milliams => { :status => :user },
@@ -66,21 +65,22 @@ default_attributes(
       :zverik => { :status => :user },
       :dodobas => { :status => :user },
       :mhohmann => { :status => :user },
-      :ooc => { 
-        :status => :role, 
-        :members => [ :tomh, :blackadder, :timsc, :ollie ] 
+      :enelson => { :status => :user },
+      :ooc => {
+        :status => :role,
+        :members => [:tomh, :blackadder, :timsc, :ollie]
       },
-      :apis => { 
-        :status => :role, 
-        :members => [ :tomh ] 
+      :apis => {
+        :status => :role,
+        :members => [:tomh]
       },
-      :os => { 
-        :status => :role, 
-        :members => [ :tomh, :grant, :ollie ] 
+      :os => {
+        :status => :role,
+        :members => [:tomh, :grant, :ollie]
       },
-      :gpsmid => { 
-        :status => :role, 
-        :members => [ :apmon, :maba ] 
+      :gpsmid => {
+        :status => :role,
+        :members => [:apmon, :maba]
       }
     }
   },
@@ -94,22 +94,12 @@ default_attributes(
       :max_requests_per_child => 10000
     }
   },
-  :apt => {
-    :sources => [
-      "ubuntugis-stable",
-      "mapnik-v210"
-    ]
-  },
   :dev => {
     :rails => {
       :master => {
         :repository => "git://git.openstreetmap.org/rails.git",
         :revision => "master",
-        :aliases => [ "api06.dev.openstreetmap.org" ]
-      },
-      :routing => {
-        :repository => "git://github.com/apmon/openstreetmap-website.git",
-        :revision => "routing2"
+        :aliases => ["api06.dev.openstreetmap.org"]
       },
       :tomh => {
         :repository => "git://github.com/tomhughes/openstreetmap-website.git",
@@ -117,36 +107,28 @@ default_attributes(
       },
       :owl => {
         :repository => "git://github.com/ppawel/openstreetmap-website.git",
-        :revision => "owl-history-tab"
-      },
-      :overpass => {
-        :repository => "git://github.com/drolbr/openstreetmap-website.git",
-        :revision => "master"
+        :revision => "owl-activity-tab"
       },
       :groups => {
         :repository => "git://github.com/osmlab/openstreetmap-website.git",
         :revision => "groups-sketch"
       },
-      :jsrouting => {
-        :repository => "git://github.com/systemed/openstreetmap-website.git",
-        :revision => "routing"
+      :comments => {
+        :repository => "git://github.com/ukasiu/openstreetmap-website.git",
+        :revision => "comments_list"
       },
-      :jsrouting2 => {
-        :repository => "git://github.com/jfirebaugh/openstreetmap-website.git",
-        :revision => "routing"
+      :moderation => {
+        :repository => "git://github.com/sbagroy986/openstreetmap-website.git",
+        :revision => "moderation_queue"
       },
-      :overpass2 => {
+      :locale => {
         :repository => "git://github.com/tomhughes/openstreetmap-website.git",
-        :revision => "overpass"
-      },
-      :comments => {
-        :repository => "git://github.com/ukasiu/openstreetmap-website.git",
-        :revision => "changeset_comments"
+        :revision => "locale"
       }
     }
   },
   :postgresql => {
-    :versions => [ "9.1" ],
+    :versions => ["9.1", "9.3"],
     :settings => {
       :defaults => {
         :shared_buffers => "1GB",
@@ -157,13 +139,16 @@ default_attributes(
       },
       "9.1" => {
         :port => "5433"
+      },
+      "9.3" => {
+        :port => "5432"
       }
     }
   },
   :sysctl => {
     :postgres => {
       :comment => "Increase shared memory for postgres",
-      :parameters => { 
+      :parameters => {
         "kernel.shmall" => "4194304",
         "kernel.shmmax" => "17179869184"
       }