]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ic.rb
Use bytemark memcached servers
[chef.git] / roles / ic.rb
index ea4d17b7a6814d58f34ba64de44cc7c78a389e68..ff689583d93f1bad71231107ceb883482ac18d23 100644 (file)
@@ -14,9 +14,6 @@ default_attributes(
         :inet => {
           :prefix => "27",
           :gateway => "146.179.159.177"
-        },
-        :inet6 => {
-          :method => "manual"
         }
       },
       :external => {
@@ -31,6 +28,12 @@ default_attributes(
         }
       }
     }
+  },
+  :web => {
+    :backends => %w(rails1 rails2 rails3),
+    :fileserver => "ironbelly",
+    :readonly_database_host => "karm.ic.openstreetmap.org",
+    :memcached_servers => %w(rails1.ic rails2.ic rails3.ic)
   }
 )