Bug 1228351

Summary: [RFE] Add functionality for configuring NTP clients
Product: [Fedora] Fedora Reporter: Ryan Barry <rbarry>
Component: cockpitAssignee: Marius Vollmer <mvollmer>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: cshao, extras-qa, fdeutsch, stefw, weiwang, ycui
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: cockpit-0.81 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: cockpit_config_nfs_v4
: cockpit_config_snmp (view as bug list) Environment:
Last Closed: 2015-11-27 21:07:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1190758    

Description Ryan Barry 2015-06-04 17:36:31 UTC
Description of problem:
Cockpit does not provide a way to configure NTP clients.

There should be a way to set the NTP servers a client should sync with. 

This should be a high level API which takes care to perform the necessary platform tasks (service restarts if needed).

Comment 1 Stef Walter 2015-06-12 11:00:12 UTC
We currently have settings that enable/disable NTP ... but not yet to configure which server to use.

A file based configuration API is available:

We would simply files in /etc/systemd/timesyncd.conf.d/ to add and remove NTP servers.

See 'man timesyncd.conf'