]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix.rb
Blackhole unreachable Google IPv6 blocks on equinix machines
[chef.git] / roles / equinix.rb
index 85d445dce565c148ef948fe665d23b4557d20afb..7b58f7af7a6734b8f0397eb0dbf0676a8fd2c5a0 100644 (file)
@@ -19,7 +19,12 @@ default_attributes(
         },
         :inet6 => {
           :prefix => "64",
-          :gateway => "2001:978:2:2C::172:1"
+          :gateway => "2001:978:2:2C::172:1",
+          :routes => {
+            "2001:978:2:2c::/64" => { :type => "unreachable" },
+            "2001:4860::/32" => { :type => "unreachable" },
+            "2a00:1450:4000::/37" => { :type => "unreachable" }
+          }
         }
       }
     }
@@ -27,7 +32,8 @@ default_attributes(
   :web => {
     :backends => %w[rails1 rails2 rails3],
     :fileserver => "ironbelly",
-    :readonly_database_host => "karm.ams.openstreetmap.org"
+    :readonly_database_host => "karm.ams.openstreetmap.org",
+    :primary_cluster => true
   }
 )