X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8d4bc9baedbfb47cc7230173bf5c25376f3c38b0..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 78afb0899..5042c4dd0 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -5,6 +5,9 @@ default_attributes( :apt => { :sources => ["ubuntugis-unstable"] }, + :bind => { + :clients => "equinix" + }, :dhcpd => { :first_address => "10.0.63.1", :last_address => "10.0.63.254" @@ -16,7 +19,8 @@ default_attributes( :disk => { :watermark => { :low => "95%", - :high => "98%" + :high => "98%", + :flood_stage => "99%" } } } @@ -51,35 +55,8 @@ default_attributes( } } }, - :openvpn => { - :address => "10.0.16.2", - :tunnels => { - :ic2ucl => { - :port => "1194", - :mode => "server", - :peer => { - :host => "ridley.openstreetmap.org" - } - }, - :aws2ic => { - :port => "1195", - :mode => "server", - :peer => { - :host => "fafnir.openstreetmap.org" - } - }, - :ic2bm => { - :port => "1196", - :mode => "client", - :peer => { - :host => "grisu.openstreetmap.org", - :port => "1194" - } - } - } - }, :planet => { - :replication => "disabled" + :replication => "enabled" }, :rsyncd => { :modules => { @@ -130,12 +107,9 @@ run_list( "role[web-storage]", "role[supybot]", "role[backup]", - "role[stats]", "role[planet]", "role[planetdump]", - "role[logstash]", "recipe[rsyncd]", "recipe[dhcpd]", - "recipe[openvpn]", "recipe[tilelog]" )