X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ba1ebf773fd90cb0480e6f79ef6ba2001f039c51..c714aba0de40828044677c7b38890e3f7ba91436:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index e3c8ef2c0..8a9c3f741 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 => { @@ -131,6 +135,7 @@ run_list( # "role[planetdump]", "role[logstash]", "recipe[rsyncd]", + "recipe[dhcpd]", "recipe[openvpn]", "recipe[tilelog]" )