]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix.rb
Ignore Vicon Valerus online status pings
[chef.git] / roles / equinix.rb
index 85b11110619aff348748cf412b549935eef28f92..625aa8f57d3e78be50170375d6933d4c8854eb90 100644 (file)
@@ -8,7 +8,10 @@ default_attributes(
       :internal => {
         :inet => {
           :prefix => "20",
-          :gateway => "10.0.48.10"
+          :gateway => "10.0.48.10",
+          :routes => {
+            "10.0.0.0/8" => { :via => "10.0.48.10" }
+          }
         }
       },
       :external => {
@@ -32,7 +35,7 @@ default_attributes(
   :web => {
     :backends => %w[rails1 rails2 rails3],
     :fileserver => "ironbelly",
-    :readonly_database_host => "karm.ams.openstreetmap.org",
+    :readonly_database_host => "snap-01.ams.openstreetmap.org",
     :primary_cluster => true
   }
 )