From db8037d99803c3cfa570f300bbbb8663acac1d49 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 9 Sep 2012 14:23:12 -0700 Subject: [PATCH] debian ntp servers --- teuthology/task/clock.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/teuthology/task/clock.py b/teuthology/task/clock.py index 0bd271bfd8..e9e6d9daec 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', -- 2.39.5