]> git.openstreetmap.org Git - chef.git/blobdiff - roles/catalyst.rb
nominatim: increase number of tracked connections
[chef.git] / roles / catalyst.rb
index cc6a7a28cfa3157278cbb6e1705b925b5da70da4..44319813f7f5b0a46f92365b01a25ceb097c1f0a 100644 (file)
@@ -3,20 +3,15 @@ description "Role applied to all servers at Catalyst"
 
 default_attributes(
   :hosted_by => "Catalyst",
-  :location => "New Zealand",
+  :location => "Hamilton, New Zealand",
   :networking => {
-    :nameservers => ["202.78.244.85", "202.78.244.86", "202.78.244.87"],
-    :roles => {
-      :external => {
-        :zone => "osm"
-      }
-    }
+    :nameservers => ["202.78.244.85", "202.78.244.86", "202.78.244.87"]
   }
 )
 
 override_attributes(
   :ntp => {
-    :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "asia.pool.ntp.org"]
+    :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "oceania.pool.ntp.org"]
   }
 )