]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ic.rb
Revert "Switch load to katla temporarily to reboot ramoth, which is having kernel...
[chef.git] / roles / ic.rb
index 2e63557d280bd7ea964f66010f5fda7074efc56d..de7a1c19e47f313b01bf37d21ddbd29b99d68001 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
     }
   },
   :networking => {
-    :nameservers => ["146.179.159.177"],
+    :nameservers => ["8.8.8.8", "146.179.159.177"],
     :roles => {
       :internal => {
         :inet => {
@@ -28,6 +28,11 @@ default_attributes(
         }
       }
     }
+  },
+  :web => {
+    :backends => %w(rails1 rails2 rails3),
+    :fileserver => "ironbelly",
+    :readonly_database_host => "ramoth.ic.openstreetmap.org"
   }
 )