X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/545c9ed2ad8d9ee48a8417f8b98485790fafc170..f2fe6ca06645ca1e3cfcba17fbfe07b23ab56840:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index cde5fb78c..1694191e1 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 => { @@ -22,6 +26,21 @@ default_attributes( :data => "/store/elasticsearch" } }, + :munin => { + :graphs => { + :apcpdu_ams => { + :title => "Current for Amsterdam", + :vlabel => "Amps", + :category => "Ups", + :values => { + :load => { + :sum => ["apcpdu_pdu1.load", "apcpdu_pdu2.load"], + :label => "Load" + } + } + } + } + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -121,7 +140,7 @@ default_attributes( ) run_list( - "role[ic]", + "role[equinix]", "role[gateway]", "role[web-storage]", "role[supybot]", @@ -131,6 +150,7 @@ run_list( # "role[planetdump]", "role[logstash]", "recipe[rsyncd]", + "recipe[dhcpd]", "recipe[openvpn]", "recipe[tilelog]" )