]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ic.rb
Switch load to katla temporarily to reboot ramoth, which is having kernel issues.
[chef.git] / roles / ic.rb
index 369380956b161a16a29c483c35a80c0177109495..1139e184ba855ab594417483bb717f7f01cfa09a 100644 (file)
@@ -8,12 +8,12 @@ default_attributes(
     }
   },
   :networking => {
-    :nameservers => [ "146.179.159.164" ],
+    :nameservers => ["8.8.8.8", "146.179.159.177"],
     :roles => {
       :internal => {
         :inet => {
           :prefix => "27",
-          :gateway => "146.179.159.164"
+          :gateway => "146.179.159.177"
         }
       },
       :external => {
@@ -28,15 +28,20 @@ default_attributes(
         }
       }
     }
+  },
+  :web => {
+    :backends => %w(rails1 rails2 rails3),
+    :fileserver => "ironbelly",
+    :readonly_database_host => "katla.bm.openstreetmap.org"
   }
 )
 
 override_attributes(
   :networking => {
-    :search => [ "ic.openstreetmap.org", "openstreetmap.org" ]
+    :search => ["ic.openstreetmap.org", "openstreetmap.org"]
   },
   :ntp => {
-    :servers => [ "0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org" ]
+    :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"]
   }
 )