]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ic.rb
Switch load to katla temporarily to reboot ramoth
[chef.git] / roles / ic.rb
index ea4d17b7a6814d58f34ba64de44cc7c78a389e68..1139e184ba855ab594417483bb717f7f01cfa09a 100644 (file)
@@ -14,9 +14,6 @@ default_attributes(
         :inet => {
           :prefix => "27",
           :gateway => "146.179.159.177"
-        },
-        :inet6 => {
-          :method => "manual"
         }
       },
       :external => {
@@ -31,6 +28,11 @@ default_attributes(
         }
       }
     }
+  },
+  :web => {
+    :backends => %w(rails1 rails2 rails3),
+    :fileserver => "ironbelly",
+    :readonly_database_host => "katla.bm.openstreetmap.org"
   }
 )