X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3fcbca9021c2343f8b1bbb13d99e5338a0dc7db2..2071840d7bb41d53efec9f75dc7f6beb126fa8de:/roles/tabaluga.rb diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index df8d76ea7..d682df74a 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -2,10 +2,6 @@ name "tabaluga" description "Master role applied to tabaluga" default_attributes( - :dhcpd => { - :first_address => "10.0.63.1", - :last_address => "10.0.63.254" - }, :networking => { :interfaces => { :internal => { @@ -37,7 +33,5 @@ default_attributes( run_list( "role[equinix-ams]", - "role[hp-g9]", - "role[gateway]", - "recipe[dhcpd]" + "role[hp-g9]" )