]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix-ams.rb
community: Fix CSRF issue with monkey patch fix
[chef.git] / roles / equinix-ams.rb
index 942725b1c923f98427d06f73b7548ca99921abed..ac8c6a8850a1241d90d0e88d737cee56082ba98c 100644 (file)
@@ -14,18 +14,7 @@ default_attributes(
         }
       },
       :external => {
-        :zone => "ams",
-        :inet => {
-          :prefix => "27",
-          :gateway => "184.104.179.129"
-        },
-        :inet6 => {
-          :prefix => "64",
-          :gateway => "2001:470:1:fa1::1",
-          :routes => {
-            "2600:9000::/28" => { :type => "unreachable" }
-          }
-        }
+        :zone => "ams"
       }
     }
   },
@@ -45,7 +34,7 @@ default_attributes(
 
 override_attributes(
   :networking => {
-    :nameservers => ["10.0.48.14", "74.82.42.42", "2001:470:20::2"],
+    :nameservers => ["10.0.48.14", "8.8.8.8", "8.8.4.4"],
     :search => ["ams.openstreetmap.org", "openstreetmap.org"]
   },
   :ntp => {