Repository: kafka
Updated Branches:
  refs/heads/trunk 0da654761 -> e0ca8fdd7


MINOR: update to correct clock skew

ewencp
Updated the provisioning script to install ntp daemon.

Author: Geoff Anderson <ge...@confluent.io>

Reviewers: Gwen Shapira

Closes #383 from granders/minor-systest-clock-skew


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/e0ca8fdd
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/e0ca8fdd
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/e0ca8fdd

Branch: refs/heads/trunk
Commit: e0ca8fdd7cf3fcc51a5a1152eacdf585434052d8
Parents: 0da6547
Author: Geoff Anderson <ge...@confluent.io>
Authored: Thu Oct 29 15:53:19 2015 -0700
Committer: Gwen Shapira <csh...@gmail.com>
Committed: Thu Oct 29 15:53:19 2015 -0700

----------------------------------------------------------------------
 vagrant/base.sh | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/e0ca8fdd/vagrant/base.sh
----------------------------------------------------------------------
diff --git a/vagrant/base.sh b/vagrant/base.sh
index 2c2e5c2..08b38ae 100644
--- a/vagrant/base.sh
+++ b/vagrant/base.sh
@@ -72,3 +72,8 @@ if [ ! -e /mnt ]; then
     mkdir /mnt
 fi
 chmod a+rwx /mnt
+
+# Run ntpdate once to sync to ntp servers
+ntpdate pool.ntp.org
+# Install ntp daemon - it will automatically start on boot
+apt-get -y install ntp

Reply via email to