]> git.openstreetmap.org Git - chef.git/commitdiff
BM: Switch to Google Public DNS until long replies reliable
authorGrant Slater <git@firefishy.com>
Tue, 22 Jul 2014 09:15:06 +0000 (10:15 +0100)
committerGrant Slater <git@firefishy.com>
Tue, 22 Jul 2014 09:15:06 +0000 (10:15 +0100)
roles/bytemark.rb

index 7bcd61406f60a57eccd130c5cc5d1204433b2624..8c65a4b438bd86cc90d1c7e3a789479f38de277f 100644 (file)
@@ -3,7 +3,7 @@ description "Role applied to all servers at Bytemark"
 
 default_attributes(
   :networking => {
-    :nameservers => [ "[2001:41c8:2::2]", "[2001:41c8:2::1]", "80.68.80.25", "80.68.80.24" ],
+    :nameservers => [ "8.8.8.8", "8.8.4.4", "2001:4860:4860::8888", "2001:4860:4860::8844" ],
     :roles => {
       :external => {
         :zone => "bm"