X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0faaf447ef434462d3c8e7af0bcd7a54ac12832b..855cc205f5ead237914ad554430f906f73a01e69:/roles/equinix.rb diff --git a/roles/equinix.rb b/roles/equinix.rb index 85b111106..625aa8f57 100644 --- a/roles/equinix.rb +++ b/roles/equinix.rb @@ -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 } )