ntpd on undercloud is not configured
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
Medium
|
Alex Schultz |
Bug Description
Description
===========
ntpd is not configured on undercloud
ntpd.conf on undercloud looks like
---%<---
[stack@undercloud ~]$ cat /etc/ntp.conf
# ntp.conf: Managed by puppet.
#
# Enable next tinker options:
# panic - keep ntpd from panicking in the event of a large clock skew
# when a VM guest is suspended and resumed;
# stepout - allow ntpd change offset faster
tinker panic 0
disable monitor
# Permit time synchronization with our time source, but do not
# permit the source to query or modify the service on this system.
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
restrict 127.0.0.1
restrict -6 ::1
# Set up servers for ntpd with next options:
# server - IP address or DNS name of upstream NTP server
# iburst - allow send sync packages faster if upstream unavailable
# prefer - select preferrable server
# minpoll - set minimal update frequency
# maxpoll - set maximal update frequency
# Driftfile.
driftfile /var/lib/ntp/drift
---%<---
ntpd is not working.
[root@undercloud ~]# ntpq
ntpq> peers
ntpq: read: Connection refused
ntpq>
Steps to reproduce
==================
Install Undercloud, check ntpd
Environment
===========
Just undercloud
CVE References
Changed in tripleo: | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → rocky-3 |
Changed in tripleo: | |
status: | Incomplete → Invalid |
Changed in tripleo: | |
status: | Invalid → Confirmed |
tags: | added: ux |
The NTP configuration on the containerized undercloud and non containerized undercloud is the same:
http:// logs.openstack. org/07/ 571307/ 1/gate/ tripleo- ci-centos- 7-undercloud- oooq/adc122a/ logs/undercloud /etc/ntp. conf.txt. gz logs.openstack. org/12/ 575712/ 2/check/ tripleo- ci-centos- 7-undercloud- containers/ 031191f/ logs/undercloud /etc/ntp. conf.txt. gz
http://
So if there is a problem, it's on both containerized and non-containerized undercloud.