]> git.openstreetmap.org Git - chef.git/blob - roles/jakelong.rb
Allow katla to fetch WALK logs from ramoth
[chef.git] / roles / jakelong.rb
1 name "jakelong"
2 description "Master role applied to jakelong"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :external_ipv4 => {
8         :interface => "eth0",
9         :role => :external,
10         :family => :inet,
11         :address => "64.62.205.202",
12         :prefix => "26",
13         :gateway => "64.62.205.193"
14       },
15       :external_ipv6 => {
16         :interface => "eth0",
17         :role => :external,
18         :family => :inet6,
19         :address => "2001:470:1:41:a800:ff:fe3e:cdca",
20         :prefix => "64",
21         :gateway => "fe80::21b:21ff:fead:e886"
22       }
23     }
24   },
25   :squid => {
26     :cache_mem => "650 MB",
27     :cache_dir => "coss /store/squid/coss-01 15000 block-size=8192 max-size=262144 membufs=30"
28   },
29   :tilecache => {
30     :tile_parent => "sanfrancisco.render.openstreetmap.org"
31   }
32 )
33
34 run_list(
35   "role[prgmr]",
36   "role[tilecache]"
37 )