]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Stop installing rails code on database servers
[chef.git] / roles / ironbelly.rb
index b5c07e67d057dc2f35d1ed6586a1833d22d0ae44..209b351705958ce390199f4ed7c1c9f1f325cad7 100644 (file)
@@ -2,6 +2,10 @@ name "ironbelly"
 description "Master role applied to ironbelly"
 
 default_attributes(
+  :dhcpd => {
+    :first_address => "10.0.63.1",
+    :last_address => "10.0.63.254"
+  },
   :elasticsearch => {
     :cluster => {
       :routing => {
@@ -76,7 +80,7 @@ default_attributes(
 
 run_list(
   "role[equinix-ams]",
+  "role[gateway]",
   "recipe[rsyncd]",
-  "recipe[imagery::za_ngi_aerial]",
-  "recipe[imagery::us_imagery]"
+  "recipe[dhcpd]"
 )