X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d95e601da5219ee70f08d20237713c75b8804645..81620ad4e472b3e9b3af06f22646ecc0cadeefe7:/roles/jakelong.rb diff --git a/roles/jakelong.rb b/roles/jakelong.rb index dcd6e5787..b346657e5 100644 --- a/roles/jakelong.rb +++ b/roles/jakelong.rb @@ -2,6 +2,10 @@ name "jakelong" description "Master role applied to jakelong" default_attributes( + :dhcpd => { + :first_address => "10.0.78.1", + :last_address => "10.0.78.254" + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -33,5 +37,7 @@ default_attributes( ) run_list( - "role[equinix-dub]" + "role[equinix-dub]", + "role[hp-dl360e-g8]", + "recipe[dhcpd]" )