]> git.openstreetmap.org Git - chef.git/blobdiff - roles/shenron.rb
wiki: Use elasticsearch 7.x
[chef.git] / roles / shenron.rb
index b5cb9d559562b57244d40d23f68fad984e4f3c17..56e2a3ed3afa845f0fbb727c8e3b5a8c0fb18f43 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",
@@ -38,19 +41,12 @@ override_attributes(
         :prefix => "64",
         :gateway => "fe80::1"
       }
-    },
-    :nameservers => ["1.1.1.1", "1.0.0.1", "2606:4700:4700::1111", "2606:4700:4700::1001"],
-    :private_address => "10.0.16.100"
+    }
   }
 )
 
 run_list(
   "role[bytemark]",
-  "role[mail]",
   "role[lists]",
-  "role[subversion]",
-  "role[trac]",
-  "role[osqa]",
-  "role[irc]",
-  "recipe[blogs]"
+  "role[osqa]"
 )