Bug 1903991
| Summary: | Failed NTP validations on the cluster after installation completed | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Constantin Vultur <cvultur> |
| Component: | assisted-installer | Assignee: | liat gamliel <lgamliel> |
| assisted-installer sub component: | assisted-service | QA Contact: | Yuri Obshansky <yobshans> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | unspecified | ||
| Priority: | unspecified | CC: | aos-bugs, lalon, lgamliel |
| Version: | 4.6 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | OCP-Metal-v1.0.13.1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-01-25 20:02:12 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: | |||
Validations are relevant only for the discovery stages maybe we need to clear the validations from the db once the installation starts. Verified on Staging v1.0.13.1
post install got:
{"id":"ntp-synced","status":"success","message":"Host NTP is synced"}
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 (Moderate: OpenShift Container Platform 4.6.13 bug fix and security update), 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://access.redhat.com/errata/RHSA-2021:0171 |
Description of problem: With a cluster successfully instelled I get this validation errors in the hosts-data: ,{\"id\":\"ntp-server-configured\",\"status\":\"failure\",\"message\":\"Host clocks are not synchronized, please configure an NTP server via DHCP.\"}]} Version-Release number of selected component (if applicable): OCP-Metal-v1.0.12.1 How reproducible: Steps to Reproduce: 1. Install a cluster with 3 masters and 3 workers 2. Call the /v1/clusters API to list the clusters (or list a specific cluster) 3. Actual results: The cluster is in "installed" state and everything worked fine, but there are validation errors Expected results: No validation error for cluster successfully installed Additional info: