]> git.openstreetmap.org Git - chef.git/blob - roles/thorn-04.rb
tilecache: minimal swapout
[chef.git] / roles / thorn-04.rb
1 name "thorn-04"
2 description "Master role applied to thorn-04"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :internal_ipv4 => {
8         :interface => "bond0",
9         :role => :internal,
10         :family => :inet,
11         :address => "10.0.32.41",
12         :bond => {
13           :slaves => %w[em1 em2]
14         }
15       }
16     }
17   }
18 )
19
20 run_list(
21   "role[bytemark]",
22   "role[web-backend]"
23 )