X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1888f367640982aff79ddec33a63153b73f3291c..948c204d5052afc85aad0d734a6e5fc9584738e2:/roles/equinix.rb diff --git a/roles/equinix.rb b/roles/equinix.rb index 9318fb2d0..781772cb7 100644 --- a/roles/equinix.rb +++ b/roles/equinix.rb @@ -3,8 +3,7 @@ description "Role applied to all servers at Equinix" default_attributes( :networking => { - :nameservers => ["8.8.8.8", "8.8.4.4", "2001:4860:4860::8888", "2001:4860:4860::8844"], - :dnssec => "no", + :nameservers => ["66.28.0.45", "66.28.0.61"], :roles => { :internal => { :inet => { @@ -20,7 +19,12 @@ default_attributes( }, :inet6 => { :prefix => "64", - :gateway => "2001:978:2:2C::172:1" + :gateway => "2001:978:2:2C::172:1", + :routes => { + "2001:978:2:2c::/64" => { :type => "unreachable" }, + "2001:4860::/32" => { :type => "unreachable" }, + "2a00:1450:4000::/37" => { :type => "unreachable" } + } } } } @@ -28,7 +32,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 } )