-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Bug 1782546: rhcos: Bump to 43.81.201912091858.0 #2777
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
Bug 1782546: rhcos: Bump to 43.81.201912091858.0 #2777
Conversation
|
@cgwalters: No Bugzilla bug is referenced in the title of this pull request. DetailsIn 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/test-infra repository. |
|
/test e2e-vsphere |
|
/test e2e-metal |
|
/label platform/baremetal |
|
I added the platform/baremetal to trigger the metal3 CI (we don't yet have a fully integrated IPI baremetal e2e test) |
|
Build FAILURE, see build http://10.8.144.11:8080/job/dev-tools/1362/ |
|
/remove-label platform/baremetal |
|
Sorry for the noise, I missed this is a backport to 4.3 - we need to fix metal3 CI to support testing from a branch or revive openshift/release#5016 to add e2e IPI baremetal coverage |
|
/hold |
|
|
8a8f7f4 to
c4ab50a
Compare
|
/test e2e-metal |
|
/test e2e-vsphere |
|
/hold cancel |
|
No e2e-metal presubmit for 4.3 branch, bummer. |
|
/test e2e-aws /test e2e-aws-scaleup-rhel7 /test e2e-gcp-upi |
|
/lgtm |
|
/bugzilla refresh
Actually, it looks like master branch has not diverged with respect to RHCOS images and this PR cites a 4.4 BZ. Do you mind if we re-target this to master branch, cherry-pick, and target a cloned BZ (or one like https://bugzilla.redhat.com/show_bug.cgi?id=1776011) ? While it doesn't look like there have been any 4.4 RHCOS builds yet I'm not sure we'd want release-4.3 to have a newer image than master branch. |
|
@sdodson: No Bugzilla bug is referenced in the title of this pull request. DetailsIn 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/test-infra repository. |
If we can't reach the bootstrap machine via SSH. Before this commit, we would occasionally see connection issues like [1]: level=info msg="Waiting up to 30m0s for the Kubernetes API at https://api.ci-op-6266tp8r-77109.origin-ci-int-aws.dev.rhcloud.com:6443..." level=error msg="Attempted to gather ClusterOperator status after installation failure: listing ClusterOperator objects: Get https://api.ci-op-6266tp8r-77109.origin-ci-int-aws.dev.rhcloud.com:6443/apis/config.openshift.io/v1/clusteroperators: dial tcp 3.221.214.197:6443: connect: connection refused" level=info msg="Pulling debug logs from the bootstrap machine" level=error msg="Attempted to gather debug logs after installation failure: failed to create SSH client, ensure the proper ssh key is in your keyring or specify with --key: dial tcp 3.84.188.207:22: connect: connection refused" level=fatal msg="Bootstrap failed to complete: waiting for Kubernetes API: context deadline exceeded" With this commit, when we see those connection-refused errors, we attempt to retrieve console logs for the bootstrap instance. This will make it easier for users and users to see why the machine failed to come up. It should be especially useful in continuous integration when bumping RHCOS boot images [2], when such boot-time failures are more likely. I've only implemented it on AWS for the moment, but I've set it up so we can extend it to other platforms going forward. [1]: https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-origin-installer-e2e-aws-upgrade/12076 [2]: openshift#2777 (comment)
|
/test e2e-metal |
|
|
|
/hold |
|
coreos/mantle#1137 merged |
|
This PR ends up being referenced in multiple BZs ... however, I believe a new bootimage will likely be available based on some other fixes. |
This has encryption/FIPS fixes. Among other things, TPM2 binding by default on metal is disabled by default. See also openshift/enhancements#140 Update: Now a regression causing partitioning to fail is fixed. https://bugzilla.redhat.com/show_bug.cgi?id=1775388
52413ba to
3544350
Compare
|
/hold cancel |
|
Infra limits |
|
/test e2e-metal |
|
e2e-metal installation complete in https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/pr-logs/pull/openshift_installer/2777/pull-ci-openshift-installer-release-4.3-e2e-metal/10 |
|
azure and gcp-upi look like usual infra provisioning failures. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sdodson The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@cgwalters: All pull requests linked via external trackers have merged. Bugzilla bug 1782546 has been moved to the MODIFIED state. DetailsIn 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/test-infra repository. |
|
@cgwalters: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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/test-infra repository. I understand the commands that are listed here. |
…1912131630.0 Catching up with openshift/installer@3544350cc (BZ 1775388: rhcos: Bump to 43.81.201912131630.0, 2019-12-10, openshift/installer#2777). Generated with: $ date --iso=m --utc 2020-01-09T00:57+0000 $ git fetch origin $ git --no-pager log -1 --oneline origin/release-4.3 -- data/data/rhcos.json 3544350cc (origin/pr/2777) BZ 1775388: rhcos: Bump to 43.81.201912131630.0 $ git cat-file -p 3544350cc:data/data/rhcos.json | jq -r '.amis | to_entries | sort_by(.key)[] | "\n|`" + .key + "`\n|`" + .value.hvm + "`"' and pasting the output into the module doc.
This has encryption/FIPS fixes. Among other things, TPM2 binding
by default on metal is disabled by default. See also
openshift/enhancements#140
Note this is not a direct cherry-pick because RHCOS has branched for 4.4.
https://bugzilla.redhat.com/show_bug.cgi?id=1775388