]> git.openstreetmap.org Git - chef.git/blobdiff - roles/shenron.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / shenron.rb
index e614a33262ff39b6eb2882d112388979ff4d0d02..c82e4cd211adfa60ee3cd3fbc92385b1d9a6e841 100644 (file)
@@ -10,8 +10,10 @@ default_attributes(
     }
   },
   :hardware => {
-    :mcelog => {
-      :enabled => false
+    :hwmon => {
+      "platform_it87_552" => {
+        :ignore => %w[in6]
+      }
     },
     :modules => [
       "it87"
@@ -21,6 +23,7 @@ default_attributes(
 
 override_attributes(
   :networking => {
+    :dnssec => "false",
     :interfaces => {
       :external_ipv4 => {
         :interface => "eth0",
@@ -48,9 +51,5 @@ run_list(
   "role[bytemark]",
   "role[mail]",
   "role[lists]",
-  "role[subversion]",
-  "role[trac]",
-  "role[osqa]",
-  "role[irc]",
-  "recipe[blogs]"
+  "role[osqa]"
 )