]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tabaluga.rb
Configure modtile and renderd collectors
[chef.git] / roles / tabaluga.rb
index 8645291918de796b0a19b15323b557898658e735..0e7296b336d0d186efde950effa70ba9c8ed1aee 100644 (file)
@@ -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 => {
@@ -32,5 +36,6 @@ default_attributes(
 run_list(
   "role[equinix]",
   "role[hp-g9]",
-  "role[wiki]"
+  "role[wiki]",
+  "recipe[dhcpd]"
 )