]> git.openstreetmap.org Git - chef.git/blobdiff - roles/norbert.rb
ironbelly: update interface names
[chef.git] / roles / norbert.rb
index 50b8566ea36aa8fbfeefb1efb7443cba9898c2a1..7c31bb8f497c8c298658349bd9d1335512a19556 100644 (file)
@@ -2,6 +2,10 @@ name "norbert"
 description "Master role applied to norbert"
 
 default_attributes(
+  :dhcpd => {
+    :first_address => "10.0.63.1",
+    :last_address => "10.0.63.254"
+  },
   :networking => {
     :interfaces => {
       :internal => {
@@ -36,9 +40,11 @@ default_attributes(
 
 run_list(
   "role[equinix-ams]",
+  "role[gateway]",
   "role[geodns]",
   "role[backup]",
   "role[planet]",
   "role[planetdump]",
+  "recipe[dhcpd]",
   "recipe[tilelog]"
 )