X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c2f500d0d9feab1fc967a621823ba29825c7f49d..61951e03b21028b3df147b878b6cb266bacc07ac:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index b18a440a4..e4ea23262 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -2,9 +2,6 @@ name "ironbelly" description "Master role applied to ironbelly" default_attributes( - :bind => { - :clients => "equinix-ams" - }, :dhcpd => { :first_address => "10.0.63.1", :last_address => "10.0.63.254" @@ -55,9 +52,6 @@ default_attributes( } } }, - :planet => { - :replication => "enabled" - }, :prometheus => { :snmp => { "pdu1" => { :address => "10.0.48.100", :modules => %w[apcups], :labels => { "site" => "amsterdam" } }, @@ -105,9 +99,6 @@ run_list( "role[equinix-ams]", "role[gateway]", "role[supybot]", - "role[planet]", - "role[planetdump]", "recipe[rsyncd]", - "recipe[dhcpd]", - "recipe[tilelog]" + "recipe[dhcpd]" )