From: Sage Weil Date: Sun, 9 Sep 2012 21:23:12 +0000 (-0700) Subject: debian ntp servers X-Git-Tag: 1.1.0~2463 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=db8037d99803c3cfa570f300bbbb8663acac1d49;p=teuthology.git debian ntp servers --- diff --git a/teuthology/task/clock.py b/teuthology/task/clock.py index 0bd271bfd..e9e6d9dae 100644 --- a/teuthology/task/clock.py +++ b/teuthology/task/clock.py @@ -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',