]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nchc.rb
Spin up memcached on the web frontends
[chef.git] / roles / nchc.rb
index ffae32b0c9ebb182beaaa5ed3e7b20484876c86c..9af0b8af1b8d98e3507b38089515a742630cd85f 100644 (file)
@@ -11,18 +11,13 @@ default_attributes(
   :hosted_by => "NCHC",
   :location => "Hsinchu, Taiwan",
   :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"],
-    :roles => {
-      :external => {
-        :zone => "nc"
-      }
-    }
+    :nameservers => ["140.110.16.1", "140.110.4.1"]
   }
 )
 
 override_attributes(
   :ntp => {
-    :servers => ["0.tw.pool.ntp.org", "1.tw.pool.ntp.org", "europe.pool.ntp.org"]
+    :servers => ["0.tw.pool.ntp.org", "1.tw.pool.ntp.org", "asia.pool.ntp.org"]
   }
 )