]> git.openstreetmap.org Git - chef.git/blob - roles/stormfly-03.rb
Remove role for longma
[chef.git] / roles / stormfly-03.rb
1 name "stormfly-03"
2 description "Master role applied to stormfly-03"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :external_ipv4 => {
8         :interface => "bond0",
9         :role => :external,
10         :family => :inet,
11         :address => "140.211.167.99",
12         :bond => {
13           :slaves => %w[eno1 eno2 eno3 eno4 eno49 eno50]
14         }
15       },
16       :external_ipv6 => {
17         :interface => "bond0",
18         :role => :external,
19         :family => :inet6,
20         :address => "2605:bc80:3010:700::8cd3:a763"
21       }
22     },
23     :private_address => "10.0.16.200"
24   },
25   :tilecache => {
26     :tile_parent => "corvallis.render.openstreetmap.org"
27   }
28 )
29
30 run_list(
31   "role[osuosl]",
32   "role[hp-g9]",
33   "role[prometheus]"
34 )