]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
Revert "redicrect further nominatim traffic to dulcy"
[chef.git] / roles / pummelzacken.rb
index aa080cde10d8c85dd8a4f91008996a5efd41038e..eb433208ac7b2ccdddfdb919af6d193356b71af5 100644 (file)
@@ -50,6 +50,15 @@ default_attributes(
       }
     },
     :redirects => {
+      :reverse => "dulcy.openstreetmap.org"
+    }
+  },
+  :hardware => {
+    :grub => {
+      # lock kernel to 3.16.0-46 due to some issue with igb driver
+      # see https://github.com/openstreetmap/operations/issues/45
+      # for more information.
+      :kernel => "3.16.0-46"
     }
   }
 )