]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix.rb
Increase replication slots
[chef.git] / roles / equinix.rb
index 625aa8f57d3e78be50170375d6933d4c8854eb90..b57abdf61eeb7a5f5546dbd6dc37fd570a547330 100644 (file)
@@ -3,7 +3,6 @@ description "Role applied to all servers at Equinix"
 
 default_attributes(
   :networking => {
-    :nameservers => ["66.28.0.45", "66.28.0.61"],
     :roles => {
       :internal => {
         :inet => {
@@ -26,7 +25,8 @@ default_attributes(
           :routes => {
             "2001:978:2:2c::/64" => { :type => "unreachable" },
             "2001:4860::/32" => { :type => "unreachable" },
-            "2a00:1450:4000::/37" => { :type => "unreachable" }
+            "2a00:1450:4000::/37" => { :type => "unreachable" },
+            "2a04:fa80::/29" => { :type => "unreachable" }
           }
         }
       }
@@ -42,6 +42,7 @@ default_attributes(
 
 override_attributes(
   :networking => {
+    :nameservers => ["66.28.0.45", "66.28.0.61"],
     :search => ["ams.openstreetmap.org", "openstreetmap.org"]
   },
   :ntp => {