X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c1083e2809342f470c7d11b4ecb2858d48230ce8..860431223d5e1ada6bc6549c2cfa30dea4d23182:/roles/equinix.rb diff --git a/roles/equinix.rb b/roles/equinix.rb index 7b58f7af7..781772cb7 100644 --- a/roles/equinix.rb +++ b/roles/equinix.rb @@ -3,7 +3,7 @@ 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"], + :nameservers => ["66.28.0.45", "66.28.0.61"], :roles => { :internal => { :inet => { @@ -32,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 } )