X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/fc5f5917c99c4dc8744c242191624453533ab67f..3fcbca9021c2343f8b1bbb13d99e5338a0dc7db2:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 95bfe9e39..b5c07e67d 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -2,10 +2,6 @@ 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 => { @@ -80,9 +76,7 @@ default_attributes( run_list( "role[equinix-ams]", - "role[gateway]", "recipe[rsyncd]", - "recipe[dhcpd]", "recipe[imagery::za_ngi_aerial]", "recipe[imagery::us_imagery]" )