]> git.openstreetmap.org Git - chef.git/blobdiff - roles/shenron.rb
Improve detection of unassigned drives on HP controllers
[chef.git] / roles / shenron.rb
index 76e0399f7ae3b9bc2b09b86dc72f98e9ee87310a..c57441b1149a6adc62090b4c8a93d40d302b3552 100644 (file)
@@ -45,7 +45,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 +54,5 @@ run_list(
   "role[bytemark]",
   "role[mail]",
   "role[lists]",
-  "role[subversion]",
-  "role[trac]",
-  "role[osqa]",
-  "role[irc]",
-  "recipe[blogs]"
+  "role[osqa]"
 )