]> git.openstreetmap.org Git - chef.git/blob - roles/ridgeback.rb
Revert "Tile: move gorynych to orm"
[chef.git] / roles / ridgeback.rb
1 name "ridgeback"
2 description "Master role applied to ridgeback"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :external_ipv4 => {
8         :interface => "eth0",
9         :role => :external,
10         :family => :inet,
11         :address => "31.169.50.10",
12         :prefix => "30",
13         :gateway => "31.169.50.9"
14       }
15     }
16   },
17   :squid => {
18     :cache_mem => "5500 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-no]",
25   "role[tilecache]"
26 )