]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Move AMS gateway to tabaluga
[chef.git] / roles / ironbelly.rb
index 95bfe9e39cf2d7f15bac7847dff4fb175633d694..b5c07e67d057dc2f35d1ed6586a1833d22d0ae44 100644 (file)
@@ -2,10 +2,6 @@ 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 => {
@@ -80,9 +76,7 @@ default_attributes(
 
 run_list(
   "role[equinix-ams]",
-  "role[gateway]",
   "recipe[rsyncd]",
-  "recipe[dhcpd]",
   "recipe[imagery::za_ngi_aerial]",
   "recipe[imagery::us_imagery]"
 )