]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix-ams.rb
Switch web site to readonly against karm
[chef.git] / roles / equinix-ams.rb
index d56d0540a16e3becdacfc2fc920e842777367bbb..03e654d766a596526067689d1c828f7167dba82b 100644 (file)
@@ -7,9 +7,9 @@ default_attributes(
       :internal => {
         :inet => {
           :prefix => "20",
-          :gateway => "10.0.48.10",
+          :gateway => "10.0.48.14",
           :routes => {
-            "10.0.0.0/8" => { :via => "10.0.48.10" }
+            "10.0.0.0/8" => { :via => "10.0.48.14" }
           }
         }
       },
@@ -36,7 +36,7 @@ default_attributes(
   },
   :web => {
     :fileserver => "ironbelly",
-    :readonly_database_host => "snap-01.ams.openstreetmap.org",
+    :readonly_database_host => "karm.ams.openstreetmap.org",
     :primary_cluster => true
   }
 )