| Summary: | ntp server is not configured on controller nodes even though --ntp-server was specified | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | David Hill <dhill> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Jiri Stransky <jstransk> |
| Status: | CLOSED ERRATA | QA Contact: | Alexander Chuzhoy <sasha> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 7.0 (Kilo) | CC: | cpaquin, gcharot, jcoufal, jschluet, jslagle, mburns, mcornea, nlevinki, rhel-osp-director-maint |
| Target Milestone: | rc | Keywords: | TestOnly, Triaged |
| Target Release: | 10.0 (Newton) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-12-14 15:21:11 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: | |
|
Description
David Hill
2016-01-20 23:09:07 UTC
This bug did not make the OSP 8.0 release. It is being deferred to OSP 10. Same issue on current OSP10 last rhos release, on all nodes not only the controllers. Tried successfully on OSP9 though. Used last rhos-release puddle, seems fixed now.
Deployed with --ntp-server 10.16.255.1
[root@overcloud-controller-0 ~]# grep server /etc/ntp.conf
server 10.16.255.1
[root@overcloud-controller-0 ~]# ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
10.16.255.1 .XFAC. 16 u 68 64 0 0.000 0.000 0.000
Cheers,
Greg
On OSP10: [root@overcloud-controller-0 heat-admin]# grep ^server /etc/ntp.conf server clock.redhat.com server clock.redhat.com which matches the NTP servers set in an environment file: [stack@undercloud-0 ~]$ grep NtpServer network-environment.yaml NtpServer: ["clock.redhat.com","clock.redhat.com"] Verified with --ntp-server as well. Any specific reason for not using chronyd ? Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-2948.html |