X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/545c9ed2ad8d9ee48a8417f8b98485790fafc170..dc33986459e6bdf052443bec0640e5f6b8520fce:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index cde5fb78c..046262d43 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -5,6 +5,10 @@ default_attributes( :apt => { :sources => ["ubuntugis-unstable"] }, + :dhcpd => { + :first_address => "10.0.63.1", + :last_address => "10.0.63.254" + }, :elasticsearch => { :cluster => { :routing => { @@ -75,7 +79,7 @@ default_attributes( } }, :planet => { - :replication => "disabled" + :replication => "enabled" }, :rsyncd => { :modules => { @@ -121,16 +125,17 @@ default_attributes( ) run_list( - "role[ic]", + "role[equinix]", "role[gateway]", "role[web-storage]", "role[supybot]", "role[backup]", "role[stats]", "role[planet]", - # "role[planetdump]", + "role[planetdump]", "role[logstash]", "recipe[rsyncd]", + "recipe[dhcpd]", "recipe[openvpn]", "recipe[tilelog]" )