Suite_verify should check if node clocks are synchronized
Feature and motivation Node clocks not being synchronized has been known to cause assorted issues during the MAS installation. It would be ideal if the node clocks were verified when confirming cluster health in the suite_verify task.
Usage example Many customers have had unsynchronized node clocks in their cluster. We often discover this weeks into troubleshooting, so having this verification pre-install would save a lot of headaches.
Please add the Serviceability label to this issue.
We should do this in the ocp_verify role rather than suite_verify:
- https://github.com/ibm-mas/ansible-devops/tree/master/ibm/mas_devops/roles/ocp_verify
If we know that unsync'd clocks is an issue, we should treat this as a basic requirement to even start the install.