]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix.rb
Revert to original equinix DNS configuration
[chef.git] / roles / equinix.rb
index eaa81c314c427ddee8b01ec904d71785f1ad406f..a35b4775c50b97526ad92825f812b937402d4396 100644 (file)
@@ -1,4 +1,4 @@
-name "equnix"
+name "equinix"
 description "Role applied to all servers at Equinix"
 
 default_attributes(
@@ -8,18 +8,18 @@ default_attributes(
       :internal => {
         :inet => {
           :prefix => "20",
-          :gateway => "10.0.48.2"
+          :gateway => "10.0.48.10"
         }
       },
       :external => {
         :zone => "ams",
         :inet => {
           :prefix => "27",
-          :gateway => "130.117.76.30"
+          :gateway => "130.117.76.1"
         },
         :inet6 => {
           :prefix => "64",
-          :gateway => "2001:978:2:2C::172:2"
+          :gateway => "2001:978:2:2C::172:1"
         }
       }
     }
@@ -27,7 +27,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
   }
 )