]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tabaluga.rb
Increase replication slots
[chef.git] / roles / tabaluga.rb
index 2911bdfb32f67edae740a1ccf432a5c3b3ee2b06..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 => {
@@ -31,5 +35,7 @@ default_attributes(
 
 run_list(
   "role[equinix]",
-  "role[hp-g9]"
+  "role[hp-g9]",
+  "role[wiki]",
+  "recipe[dhcpd]"
 )