#161 NTP should be enabled by default on Atomic Host
Closed None Opened 7 years ago by jberkus.

The way it is now:

Timesyncd is disabled by default when one deploys atomic host. Without synchronized time, Etcd does not work and you can't build a cluster.

The way it should be:

timesyncd should be enabled out-of-the-box.


{{{
From 56d268f30c6f479141802f7ad3cfc9806dd47625 Mon Sep 17 00:00:00 2001
From: Colin Walters walters@verbum.org
Date: Thu, 16 Jun 2016 09:46:30 -0400
Subject: [PATCH] Enable timesyncd by default

See https://fedorahosted.org/cloud/ticket/161

fedora-atomic-docker-host.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json
index 17ea8d2..bdaec49 100644
--- a/fedora-atomic-docker-host.json
+++ b/fedora-atomic-docker-host.json
@@ -82,5 +82,5 @@

 "default_target": "multi-user.target",
  • "units": ["docker.service", "cockpit.socket", "docker-storage-setup.service"]
  • "units": ["docker.service", "cockpit.socket", "docker-storage-setup.service", "systemd-timesyncd.service"]
    }
    --
    2.5.5

}}}

Closing this ticket as part of trac clean up process. If you want to reopen, please reopen it after we move to pagure.io as atomic-wg.

Login to comment on this ticket.

Metadata