X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/aca8c4a423f9c883abbafe30c02f0f7272ace6b9..75de7f924c8f67b5feae7d2666e81da94a695928:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 7725f4907..8bb55527c 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -4,29 +4,32 @@ description "Master role applied to ascalon" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { - :interface => "eth1.2801", - :role => :internal, - :family => :inet, - :address => "10.0.0.18" - }, :external_ipv4 => { - :interface => "eth1.2800", + :interface => "eth0", :role => :external, :family => :inet, - :address => "193.60.236.10" + :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=300 max-swap-rate=50 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-slough]", - "role[hp-g5]", - "role[roundup]" + "role[netalerts]", + "role[geodns]", + "role[tilecache]" )