]> git.openstreetmap.org Git - chef.git/blob - roles/catalyst.rb
Enable netplan for American tile caches
[chef.git] / roles / catalyst.rb
1 name "catalyst"
2 description "Role applied to all servers at Catalyst"
3
4 default_attributes(
5   :hosted_by => "Catalyst",
6   :location => "Hamilton, New Zealand",
7   :networking => {
8     :nameservers => ["202.78.244.85", "202.78.244.86", "202.78.244.87"],
9     :roles => {
10       :external => {
11         :zone => "osm"
12       }
13     }
14   }
15 )
16
17 override_attributes(
18   :ntp => {
19     :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "asia.pool.ntp.org"]
20   }
21 )
22
23 run_list(
24   "role[nz]"
25 )