]> git.openstreetmap.org Git - chef.git/commitdiff
Make bytemark machines use grisu for DNS
authorTom Hughes <tom@compton.nu>
Wed, 26 Jun 2019 17:47:23 +0000 (18:47 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 26 Jun 2019 17:47:23 +0000 (18:47 +0100)
roles/bytemark.rb
roles/shenron.rb

index 209717f768067ed493ee89381d6d9b690c117779..2289df6484e929e6b16b80556bbe2c9ae675c78f 100644 (file)
@@ -5,7 +5,7 @@ default_attributes(
   :hosted_by => "Bytemark",
   :location => "York, England",
   :networking => {
-    :nameservers => ["80.68.80.24", "80.68.80.25", "2001:41c8:2::1", "2001:41c8:2::2"],
+    :nameservers => ["10.0.32.20"],
     :roles => {
       :internal => {
         :inet => {
index 9226ff0de7da1ff9fd3942335f54965d9afc0efd..c3db86355878f4cb3b0f1e17c460b59b6daa7007 100644 (file)
@@ -50,7 +50,8 @@ override_attributes(
         :prefix => "64",
         :gateway => "fe80::1"
       }
-    }
+    },
+    :nameservers => ["89.16.162.20", "2001:41c9:2:d6::20"]
   }
 )