]> git.openstreetmap.org Git - chef.git/blob - roles/stormfly-02.rb
Try to fix OTRS queuing
[chef.git] / roles / stormfly-02.rb
1 name "stormfly-02"
2 description "Master role applied to stormfly-02"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :external_ipv4 => {
8         :interface => "em1",
9         :role => :external,
10         :family => :inet,
11         :address => "140.211.167.105",
12         :prefix => "28",
13         :gateway => "140.211.167.97"
14       },
15       :external_ipv6 => {
16         :interface => "em1",
17         :role => :external,
18         :family => :inet6,
19         :address => "2605:bc80:3010:700::8cde:a769"
20       }
21     }
22   },
23   :squid => {
24     :cache_mem => "21000 MB",
25     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
26   },
27   :tilecache => {
28     :tile_parent => "corvallis.render.openstreetmap.org",
29     :tile_siblings => [
30       "ascalon.openstreetmap.org",
31       "jakelong.openstreetmap.org",
32       "nepomuk.openstreetmap.org",
33       "lurien.openstreetmap.org"
34     ]
35   }
36 )
37
38 run_list(
39   "role[osuosl]",
40   "role[hp-dl360-g6]",
41   "role[geodns]",
42   "role[tilecache]"
43 )