X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c1083e2809342f470c7d11b4ecb2858d48230ce8..29c944fc288dba3f9075802bb6daee5434aa8172:/roles/equinix.rb diff --git a/roles/equinix.rb b/roles/equinix.rb index 7b58f7af7..e04f7fac5 100644 --- a/roles/equinix.rb +++ b/roles/equinix.rb @@ -3,12 +3,14 @@ description "Role applied to all servers at Equinix" default_attributes( :networking => { - :nameservers => ["66.28.0.45", "66.28.0.61", "2001:978:1:1::d", "2001:978:1:2::d"], :roles => { :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,13 +34,14 @@ 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 } ) override_attributes( :networking => { + :nameservers => ["66.28.0.45", "66.28.0.61"], :search => ["ams.openstreetmap.org", "openstreetmap.org"] }, :ntp => {