]> git.openstreetmap.org Git - chef.git/blob - roles/trogdor.rb
Extend the low zoom renderer to everything up to z12
[chef.git] / roles / trogdor.rb
1 name "trogdor"
2 description "Master role applied to trogdor"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :external_ipv4 => {
8         :interface => "eth0",
9         :role => :external,
10         :family => :inet,
11         :address => "134.90.146.26",
12         :prefix => "30",
13         :gateway => "134.90.146.25"
14       }
15     }
16   },
17   :squid => {
18     :cache_mem => "6400 MB",
19     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
20   }
21 )
22
23 run_list(
24   "role[blix-nl]",
25   "role[tilecache]"
26 )