X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2c3bb4b02302a37e1c14e045833feb71b5a3130d..a73f3c8b5bf30fc55891e5b3df72106499824b9f:/roles/tabaluga.rb diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 864529191..191c92d3e 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.62.1", + :last_address => "10.0.62.254" + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -30,7 +34,8 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[hp-g9]", - "role[wiki]" + "role[wiki]", + "recipe[dhcpd]" )