X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ba1ebf773fd90cb0480e6f79ef6ba2001f039c51..ab1d21557576f007c460c6fdab8b3dcd52f39894:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index e3c8ef2c0..046262d43 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -5,6 +5,10 @@ default_attributes( :apt => { :sources => ["ubuntugis-unstable"] }, + :dhcpd => { + :first_address => "10.0.63.1", + :last_address => "10.0.63.254" + }, :elasticsearch => { :cluster => { :routing => { @@ -75,7 +79,7 @@ default_attributes( } }, :planet => { - :replication => "disabled" + :replication => "enabled" }, :rsyncd => { :modules => { @@ -128,9 +132,10 @@ run_list( "role[backup]", "role[stats]", "role[planet]", - # "role[planetdump]", + "role[planetdump]", "role[logstash]", "recipe[rsyncd]", + "recipe[dhcpd]", "recipe[openvpn]", "recipe[tilelog]" )