X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/968ffb7b7c28a0673554aba399ec55549dc6a41c..ecc3072dbc6b6b07f5e766b88657387a3a84d17f:/roles/equinix-ams.rb diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index 03e654d76..d56d0540a 100644 --- a/roles/equinix-ams.rb +++ b/roles/equinix-ams.rb @@ -7,9 +7,9 @@ default_attributes( :internal => { :inet => { :prefix => "20", - :gateway => "10.0.48.14", + :gateway => "10.0.48.10", :routes => { - "10.0.0.0/8" => { :via => "10.0.48.14" } + "10.0.0.0/8" => { :via => "10.0.48.10" } } } }, @@ -36,7 +36,7 @@ default_attributes( }, :web => { :fileserver => "ironbelly", - :readonly_database_host => "karm.ams.openstreetmap.org", + :readonly_database_host => "snap-01.ams.openstreetmap.org", :primary_cluster => true } )