]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Update postgres 9.3 to 9.5 on errol
[chef.git] / roles / dev.rb
index 75f3e609ddc85368ed85a7e58c5953adcff8c179..07dfdd9401c88cff6458ceacc51d1702342fb2e5 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,6 +65,8 @@ default_attributes(
       :zverik => { :status => :user },
       :dodobas => { :status => :user },
       :mhohmann => { :status => :user },
+      :enelson => { :status => :user },
+      :gregrs => { :status => :user },
       :ooc => {
         :status => :role,
         :members => [:tomh, :blackadder, :timsc, :ollie]
@@ -94,6 +95,9 @@ default_attributes(
       :max_requests_per_child => 10000
     }
   },
+  :apt => {
+    :sources => ["postgresql"]
+  },
   :dev => {
     :rails => {
       :master => {
@@ -101,10 +105,6 @@ default_attributes(
         :revision => "master",
         :aliases => ["api06.dev.openstreetmap.org"]
       },
-      :routing => {
-        :repository => "git://github.com/apmon/openstreetmap-website.git",
-        :revision => "routing2"
-      },
       :tomh => {
         :repository => "git://github.com/tomhughes/openstreetmap-website.git",
         :revision => "next"
@@ -117,22 +117,22 @@ default_attributes(
         :repository => "git://github.com/osmlab/openstreetmap-website.git",
         :revision => "groups-sketch"
       },
-      :jsrouting => {
-        :repository => "git://github.com/systemed/openstreetmap-website.git",
-        :revision => "routing"
-      },
-      :jsrouting2 => {
-        :repository => "git://github.com/jfirebaugh/openstreetmap-website.git",
-        :revision => "routing"
-      },
       :comments => {
         :repository => "git://github.com/ukasiu/openstreetmap-website.git",
         :revision => "comments_list"
+      },
+      :moderation => {
+        :repository => "git://github.com/sbagroy986/openstreetmap-website.git",
+        :revision => "moderation_queue"
+      },
+      :locale => {
+        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "locale"
       }
     }
   },
   :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"
       }
     }