X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/fc5f5917c99c4dc8744c242191624453533ab67f..3fcbca9021c2343f8b1bbb13d99e5338a0dc7db2:/roles/tabaluga.rb diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index d682df74a..df8d76ea7 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -2,6 +2,10 @@ 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 => { @@ -33,5 +37,7 @@ default_attributes( run_list( "role[equinix-ams]", - "role[hp-g9]" + "role[hp-g9]", + "role[gateway]", + "recipe[dhcpd]" )