]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix-ams.rb
Install curl as part of tools
[chef.git] / roles / equinix-ams.rb
index 771586a8de7cf1afa9ee9a77ddfdfca01e907c74..d56d0540a16e3becdacfc2fc920e842777367bbb 100644 (file)
@@ -7,9 +7,9 @@ default_attributes(
       :internal => {
         :inet => {
           :prefix => "20",
-          :gateway => "10.0.48.17",
+          :gateway => "10.0.48.10",
           :routes => {
-            "10.0.0.0/8" => { :via => "10.0.48.17" }
+            "10.0.0.0/8" => { :via => "10.0.48.10" }
           }
         }
       },
@@ -43,7 +43,7 @@ default_attributes(
 
 override_attributes(
   :networking => {
-    :nameservers => ["10.0.48.10", "8.8.8.8", "8.8.4.4"],
+    :nameservers => ["10.0.48.10", "74.82.42.42", "2001:470:20::2"],
     :search => ["ams.openstreetmap.org", "openstreetmap.org"]
   },
   :ntp => {