X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0e35aa17d9ec3a4a10a575ad1f8c380132032b55..HEAD:/roles/rimfaxe.rb diff --git a/roles/rimfaxe.rb b/roles/rimfaxe.rb deleted file mode 100644 index 8d58ea201..000000000 --- a/roles/rimfaxe.rb +++ /dev/null @@ -1,36 +0,0 @@ -name "rimfaxe" -description "Master role applied to rimfaxe" - -default_attributes( - :networking => { - :interfaces => { - :external_ipv4 => { - :interface => "eth0", - :role => :external, - :family => :inet, - :address => "130.225.254.109", - :prefix => "27", - :gateway => "130.225.254.97" - } - } - }, - :squid => { - :cache_mem => "7000 MB", - :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" - }, - :tilecache => { - :tile_parent => "aalborg.render.openstreetmap.org", - :tile_siblings => [ - "trogdor.openstreetmap.org", - "katie.openstreetmap.org", - "konqi.openstreetmap.org", - "ridgeback.openstreetmap.org", - "gorynych.openstreetmap.org" - ] - } -) - -run_list( - "role[dotsrc]", - "role[tilecache]" -)