644cb5ffa8
Add ntp-config package to config the customized ntp.conf and ntpd. With this change, ntp srpm is dropped to replaced by rpm. ntp-config is configured to depend on ntp, so ntp will be included in the ISO automatically. ntp package will be installed in all type node, so no change to filter. Test has been done: build and deploy with multinode. confirm ntp.conf and ntpd is kept the same as before. Story: 2003768 Task: 27587 Change-Id: I795f0fd2b53c46c7302104a07c5d4cfe869d3c7b Signed-off-by: slin14 <shuicheng.lin@intel.com>
15 lines
604 B
Plaintext
15 lines
604 B
Plaintext
# This is the most basic ntp configuration file
|
|
# The driftfile must remain in a place specific to this
|
|
# machine - it records the machine specific clock error
|
|
#driftfile /etc/ntp.drift
|
|
# This obtains a random server which will be close
|
|
# (in IP terms) to the machine. Add other servers
|
|
# as required, or change this.
|
|
#server time.server.example.com
|
|
# Using local hardware clock as fallback
|
|
# Disable this when using ntpd -q -g -x as ntpdate or it will sync to itself
|
|
#server 127.127.1.0
|
|
#fudge 127.127.1.0 stratum 14
|
|
# Defining a default security setting - lock everything down
|
|
restrict default ignore
|