X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3fcbca9021c2343f8b1bbb13d99e5338a0dc7db2..f6310358cfbc2d2c61b1723d862f8139ee91ce53:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index b5c07e67d..95bfe9e39 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -2,6 +2,10 @@ name "ironbelly" description "Master role applied to ironbelly" default_attributes( + :dhcpd => { + :first_address => "10.0.63.1", + :last_address => "10.0.63.254" + }, :elasticsearch => { :cluster => { :routing => { @@ -76,7 +80,9 @@ default_attributes( run_list( "role[equinix-ams]", + "role[gateway]", "recipe[rsyncd]", + "recipe[dhcpd]", "recipe[imagery::za_ngi_aerial]", "recipe[imagery::us_imagery]" )