]> git.openstreetmap.org Git - chef.git/blob - roles/stormfly-02.rb
71e6b5d7cf079a45a0891cf1f150b31c9beed2ad
[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       },
13       :external_ipv6 => {
14         :interface => "em1",
15         :role => :external,
16         :family => :inet6,
17         :address => "2605:bc80:3010:700::8cde:a769"
18       }
19     }
20   },
21   :squid => {
22     :cache_mem => "21000 MB",
23     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
24   },
25   :tilecache => {
26     :tile_parent => "usa.render.openstreetmap.org",
27     :tile_siblings => []
28   }
29 )
30
31 run_list(
32   "role[osuosl]",
33   "role[hp-dl360-g6]",
34   "role[geodns]",
35   "role[tilecache]"
36 )