]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix-dub.rb
Use snap-02 as the readonly database for dublin for now
[chef.git] / roles / equinix-dub.rb
index 8bda3a86a3820824c9f88f19bfe46dce4d75b354..8a9189266940358030fd66906b4184f494c778c5 100644 (file)
@@ -21,14 +21,17 @@ default_attributes(
         },
         :inet6 => {
           :prefix => "64",
-          :gateway => "2001:470:1:b3b::1"
+          :gateway => "2001:470:1:b3b::1",
+          :routes => {
+            "2001:978:2:2c::/64" => { :type => "unreachable" }
+          }
         }
       }
     }
   },
   :web => {
     :fileserver => "fafnir",
-    :readonly_database_host => "snap-03.dub.openstreetmap.org"
+    :readonly_database_host => "snap-02.ucl.openstreetmap.org"
   }
 )