]> git.openstreetmap.org Git - chef.git/blobdiff - roles/shenron.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / shenron.rb
index 76e0399f7ae3b9bc2b09b86dc72f98e9ee87310a..c82e4cd211adfa60ee3cd3fbc92385b1d9a6e841 100644 (file)
@@ -15,9 +15,6 @@ default_attributes(
         :ignore => %w[in6]
       }
     },
-    :mcelog => {
-      :enabled => false
-    },
     :modules => [
       "it87"
     ]
@@ -45,7 +42,7 @@ override_attributes(
         :gateway => "fe80::1"
       }
     },
-    :nameservers => ["1.1.1.1", "1.0.0.1", "2606:4700:4700::1111", "2606:4700:4700::1001"],
+    :nameservers => ["89.16.162.20", "2001:41c9:2:d6::20"],
     :private_address => "10.0.16.100"
   }
 )
@@ -54,9 +51,5 @@ run_list(
   "role[bytemark]",
   "role[mail]",
   "role[lists]",
-  "role[subversion]",
-  "role[trac]",
-  "role[osqa]",
-  "role[irc]",
-  "recipe[blogs]"
+  "role[osqa]"
 )