]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Tilecache: Firewall allow ICP traffic between caches
[chef.git] / roles / dev.rb
index 52f8dc7de4aa479ee89f2de6829f24c46f826fc1..b23b079a86dc429ec43cefc33dc2f951f7a06122 100644 (file)
@@ -64,6 +64,7 @@ default_attributes(
       :lonvia => { :status => :user },
       :nicolas17 => { :status => :user },
       :zverik => { :status => :user },
+      :dodobas => { :status => :user },
       :ooc => { 
         :status => :role, 
         :members => [ :tomh, :blackadder, :timsc, :ollie ] 
@@ -107,10 +108,6 @@ default_attributes(
         :revision => "master",
         :aliases => [ "api06.dev.openstreetmap.org" ]
       },
-      :forms => {
-        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
-        :revision => "forms"
-      },
       :routing => {
         :repository => "git://github.com/apmon/openstreetmap-website.git",
         :revision => "routing2"
@@ -126,6 +123,18 @@ default_attributes(
       :overpass => {
         :repository => "git://github.com/drolbr/openstreetmap-website.git",
         :revision => "master"
+      },
+      :groups => {
+        :repository => "git://github.com/osmlab/openstreetmap-website.git",
+        :revision => "groups-sketch"
+      },
+      :welcome => {
+        :repository => "git://github.com/osmlab/openstreetmap-website.git",
+        :revision => "welcome-2"
+      },
+      :rails4 => {
+        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "rails4"
       }
     }
   },