]> git.openstreetmap.org Git - chef.git/blobdiff - roles/katie.rb
Move planet replication to ironbelly
[chef.git] / roles / katie.rb
index 1cd4ece16e34978eacad1e1677ca2952d5bdac91..bf69a2c193353f6a8c2b571da784dc909afc9839 100644 (file)
@@ -2,6 +2,17 @@ name "katie"
 description "Master role applied to katie"
 
 default_attributes(
+  :devices => {
+    :disktune => {
+      :comment => "Tune scheduler for Toshiba disks",
+      :type => "block",
+      :bus => "ata",
+      :serial => "TOSHIBA_DT01ACA300_*",
+      :attrs => {
+        "queue/scheduler" => "deadline"
+      }
+    }
+  },
   :networking => {
     :interfaces => {
       :external_ipv4 => {
@@ -29,12 +40,10 @@ default_attributes(
   :tilecache => {
     :tile_parent => "germany.render.openstreetmap.org",
     :tile_siblings => [
-      "tabaluga.openstreetmap.org",
       "konqi.openstreetmap.org",
       "trogdor.openstreetmap.org",
       "nepomuk.openstreetmap.org",
       "ridgeback.openstreetmap.org",
-      "fume.openstreetmap.org",
       "gorynych.openstreetmap.org",
       "simurgh.openstreetmap.org"
     ]
@@ -43,5 +52,6 @@ default_attributes(
 
 run_list(
   "role[hetzner]",
+  "role[geodns]",
   "role[tilecache]"
 )