]> git.openstreetmap.org Git - chef.git/blob - roles/thorn-05.rb
Use new style loading for cldr extension
[chef.git] / roles / thorn-05.rb
1 name "thorn-05"
2 description "Master role applied to thorn-05"
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.42",
12         :bond => {
13           :slaves => %w[em1 em2]
14         }
15       }
16     }
17   }
18 )
19
20 run_list(
21   "role[bytemark]",
22   "role[web-backend]"
23 )