]> git.openstreetmap.org Git - chef.git/blob - roles/tabaluga.rb
Drop user.apis.dev.openstreetmap.org
[chef.git] / roles / tabaluga.rb
1 name "tabaluga"
2 description "Master role applied to tabaluga"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :external_ipv4 => {
8         :interface => "eth0",
9         :role => :external,
10         :family => :inet,
11         :address => "5.9.150.236",
12         :prefix => "27",
13         :gateway => "5.9.150.225"
14       },
15       :external_ipv6 => {
16         :interface => "eth0",
17         :role => :external,
18         :family => :inet6,
19         :address => "2a01:4f8:190:33eb::2",
20         :prefix => "64",
21         :gateway => "fe80::1"
22       }
23     }
24   },
25   :squid => {
26     :cache_mem => "12500 MB",
27     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
28   },
29   :tilecache => {
30     :ip_bucket_refill => "6144",
31     :net_bucket_refill => "24576",
32     :tile_parent => "falkenstein.render.openstreetmap.org"
33   }
34 )
35
36 run_list(
37   "role[hetzner]",
38   "role[tilecache]"
39 )