]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian ntp servers
authorSage Weil <sage@inktank.com>
Sun, 9 Sep 2012 21:23:12 +0000 (14:23 -0700)
committerSage Weil <sage@inktank.com>
Sun, 9 Sep 2012 21:23:12 +0000 (14:23 -0700)
teuthology/task/clock.py

index 0bd271bfd8baf2f87edb30ce5ce7476c0d478ed4..e9e6d9daec44265940e8ea34820662369ffeaebb 100644 (file)
@@ -33,9 +33,14 @@ def task(ctx, config):
                 run.Raw(';'),
                 'sudo',
                 'ntpdate',
-                'clock1.dreamhost.com',
-                'clock2.dreamhost.com',
-                'clock3.dreamhost.com',
+#                'clock1.dreamhost.com',
+#                'clock2.dreamhost.com',
+#                'clock3.dreamhost.com',
+#                'time.apple.com',
+                '0.debian.pool.ntp.org',
+                '1.debian.pool.ntp.org',
+                '2.debian.pool.ntp.org',
+                '3.debian.pool.ntp.org',
                 run.Raw(';'),
                 'sudo',
                 'service', 'ntp', 'start',