]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ic.rb
Make web servers at Bytemark use grisu as the fileserver
[chef.git] / roles / ic.rb
index ea4d17b7a6814d58f34ba64de44cc7c78a389e68..e33c34895439fd960bbcbaf07af3e308c9ea28f2 100644 (file)
@@ -14,9 +14,6 @@ default_attributes(
         :inet => {
           :prefix => "27",
           :gateway => "146.179.159.177"
-        },
-        :inet6 => {
-          :method => "manual"
         }
       },
       :external => {
@@ -31,6 +28,10 @@ default_attributes(
         }
       }
     }
+  },
+  :web => {
+    :backends => %w(rails1 rails2 rails3),
+    :fileserver => "ironbelly"
   }
 )