X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/04a8aea0708afb576b70ac823abd5d6bad2372c6..b3538164e1ccbc85adc78d47cdcd9ba4e456aacf:/roles/norbert.rb diff --git a/roles/norbert.rb b/roles/norbert.rb index 7c31bb8f4..50b8566ea 100644 --- a/roles/norbert.rb +++ b/roles/norbert.rb @@ -2,10 +2,6 @@ name "norbert" description "Master role applied to norbert" default_attributes( - :dhcpd => { - :first_address => "10.0.63.1", - :last_address => "10.0.63.254" - }, :networking => { :interfaces => { :internal => { @@ -40,11 +36,9 @@ default_attributes( run_list( "role[equinix-ams]", - "role[gateway]", "role[geodns]", "role[backup]", "role[planet]", "role[planetdump]", - "recipe[dhcpd]", "recipe[tilelog]" )