Bug 901670

Summary: Need a network time daemon to set clocks
Product: [Retired] Beaker Reporter: D. Marlin <dmarlin>
Component: lab controllerAssignee: Dan Callaghan <dcallagh>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 0.9CC: asaha, bpeck, dcallagh, llim, qwan, rglasz, rmancy
Target Milestone: 0.13   
Target Release: ---   
Hardware: arm   
OS: Linux   
Whiteboard: Kickstart
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-25 06:25:35 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:

Description D. Marlin 2013-01-18 18:55:20 UTC
Description of problem:

There is no network time daemon (ntpd or chronyd) installed by default when provisioning Fedora 18.  We need one of these in order to set the system clock on ARM systems, as many do not have hardware real time clocks.

Version-Release number of selected component (if applicable):

Fedora 18+
beaker-0.9.3 or greater

How reproducible:

Always

Steps to Reproduce:
1.  Provision F18 on ARM hardware
2.  check for ntpd or chrony
3.
  
Actual results:

No network time daemon is installed.

Expected results:

A network time daemon is installed.

Additional info:

I believe that ntpd is deprecated, so chrony is probably the better choice, but either is acceptable.  We will need to ensure the configuration works from inside the intranet (firewall).

Comment 1 Nick Coghlan 2013-01-21 08:11:51 UTC
Beaker includes the ability to specify kickstart snippets on a per-OSMajor basis (http://beaker-project.org/docs/admin-guide/kickstarts.html#kickstart-snippets)

Perhaps the right solution is to request installation of an appropriate snippet as /etc/beaker/snippets/per_osmajor/packages/Fedora18

with an appropriate arch check to limit the additional package to arm systems (http://beaker-project.org/docs/admin-guide/kickstarts.html#writing-kickstart-templates)

Comment 3 Nick Coghlan 2013-04-17 00:29:30 UTC
Patches from Bill Peck:

http://gerrit.beaker-project.org/#/c/1889/1
http://gerrit.beaker-project.org/#/c/1890/1

Comment 10 Amit Saha 2013-06-25 06:25:35 UTC
Beaker 0.13.1 has been released.