-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCPBUGS-44882: Add NTP sources to generated install-config.yaml #7028
OCPBUGS-44882: Add NTP sources to generated install-config.yaml #7028
Conversation
@jhernand: This pull request references Jira Issue OCPBUGS-44882, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jhernand The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
/jira refresh |
@zaneb: once the present PR merges, I will cherry-pick it on top of In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@zaneb: This pull request references Jira Issue OCPBUGS-44882, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7028 +/- ##
==========================================
+ Coverage 68.22% 68.80% +0.58%
==========================================
Files 273 279 +6
Lines 39079 40187 +1108
==========================================
+ Hits 26660 27652 +992
- Misses 10007 10093 +86
- Partials 2412 2442 +30
|
/hold I need to verify if we should take the NTP servers from the cluster or from the infrastructure environment. |
FWIW in ABI we pass them in the InfraEnv, so for ABI purposes that needs to make it all the way through to here. I'm not clear on whether the Cluster inherits the additionalNTPSources from its InfraEnv(s). /lgtm cancel |
In OpenShift 4.18 a new `additionalNTPServers` field was added to the baremetal platform section of the `install-config.yaml` file . This needs to be populated with the NTP sources provided by the user in order to correctly set time before installation of new nodes using the baremetal provisioning flow. Related: https://issues.redhat.com/browse/OCPBUGS-44882 Signed-off-by: Juan Hernandez <[email protected]>
a5ab953
to
234490f
Compare
Yes, the new version of the patch uses the NTP sources for the cluster first, and if that is empty then it uses the ones from the infrastructure environments. |
/lgtm |
/retest |
@jhernand After it will be merged, please backport it to release-4.18 and release-ocm-2.12 branches |
/retest |
@jhernand: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/retest |
@jhernand nutanix jobs are broken https://issues.redhat.com/browse/MGMT-19170 |
Thanks @gamli75 . I don't have permisson to override jobs. Do you? |
/unhold |
160a229
into
openshift:master
@jhernand: Jira Issue OCPBUGS-44882: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-44882 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@zaneb: new pull request created: #7037 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[ART PR BUILD NOTIFIER] Distgit: ose-agent-installer-api-server |
/cherry-pick release-ocm-2.12 |
@jhernand: new pull request created: #7038 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
In OpenShift 4.18 a new
additionalNTPServers
field was added to the baremetal platform section of theinstall-config.yaml
file . This needs to be populated with the NTP sources provided by the user in order to correctly set time before installation of new nodes using the baremetal provisioning flow.List all the issues related to this PR
https://issues.redhat.com/browse/OCPBUGS-44882
What environments does this code impact?
How was this code tested?
Tested creating a baremetal cluster and checking the generated installer configuration file.
Checklist
docs
, README, etc)Reviewers Checklist