From: Tom Hughes Date: Wed, 25 Jul 2018 19:24:26 +0000 (+0100) Subject: Enable dhcpd on ironbelly X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c714aba0de40828044677c7b38890e3f7ba91436 Enable dhcpd on ironbelly --- 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]" )