X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f19359e475bf150c9e60c5fb142a9116962d0588..83760b53c07b714c9ed95b5d16c0dd3e8fcfc393:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 7f5e2bd71..426c54abe 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -5,21 +5,31 @@ default_attributes( :networking => { :interfaces => { :external_ipv4 => { - :interface => "eth1", + :interface => "eth0", :role => :external, :family => :inet, - :address => "128.40.45.193" + :address => "184.107.48.228", + :prefix => "27", + :gateway => "184.107.48.225" } } }, - :accounts => { - :users => { - :emacsen => { :status => :administrator } - } + :squid => { + :version => "3", + :cache_mem => "16000 MB", + :cache_dir => "rock /store/squid/rock-01 128000 swap-timeout=500 max-swap-rate=200 slot-size=4096 max-size=262144" + }, + :tilecache => { + :tile_parent => "montreal.render.openstreetmap.org", + :tile_siblings => [ + "stormfly-02.openstreetmap.org", + "jakelong.openstreetmap.org" + ] } ) run_list( - "role[ucl-wolfson]", - "role[roundup]" + "role[netalerts]", + "role[geodns]", + "role[tilecache]" )