-
Notifications
You must be signed in to change notification settings - Fork 59
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
coreos.ignition.ssh.key
failing in kola-azure
#1553
Comments
This test is failing for all streams on kola-azure. Snooze the test, with `warn: true`, for a week while we investigate coreos/fedora-coreos-tracker#1553
This test is failing for all streams on kola-azure. Snooze the test, with `warn: true`, for a week while we investigate coreos/fedora-coreos-tracker#1553
This test is failing for all streams on kola-azure. Snooze the test, with `warn: true`, for a week while we investigate coreos/fedora-coreos-tracker#1553
This test is still failing. Let's snooze for another week and work to find a fix for coreos/fedora-coreos-tracker#1553
This test is still failing. Let's snooze for another week and work to find a fix for coreos/fedora-coreos-tracker#1553
This test is still failing so let's bump the snooze while we work to find a fix for coreos/fedora-coreos-tracker#1553
This test is still failing so let's bump the snooze while we work to find a fix for coreos/fedora-coreos-tracker#1553
This test is still failing so let's bump the snooze while we work to find a fix for coreos/fedora-coreos-tracker#1553
This test is still failing so let's bump the snooze while we work to find a fix for coreos/fedora-coreos-tracker#1553
This test is failing for all streams on kola-azure. Snooze the test, with `warn: true`, for a week while we investigate coreos/fedora-coreos-tracker#1553
This test is still failing. Let's snooze for another week and work to find a fix for coreos/fedora-coreos-tracker#1553
This test is still failing so let's bump the snooze while we work to find a fix for coreos/fedora-coreos-tracker#1553
This test is still failing so let's bump the snooze while we work to find a fix for coreos/fedora-coreos-tracker#1553
This test is failing for all streams on kola-azure. Snooze the test, with `warn: true`, for a week while we investigate coreos/fedora-coreos-tracker#1553
This test is still failing. Let's snooze for another week and work to find a fix for coreos/fedora-coreos-tracker#1553
This test is still failing so let's bump the snooze while we work to find a fix for coreos/fedora-coreos-tracker#1553
This test is still failing so let's bump the snooze while we work to find a fix for coreos/fedora-coreos-tracker#1553
@marmijo As part of this, since it's touching the same part of the codebase, could you look at question 1 from coreos/coreos-assembler#1835? Possibly it can be closed out if it's no longer an issue, or if there's a valid rationale for the Afterburn message. |
This test is still failing. Let's bump the snooze while we continue to investigate: coreos/fedora-coreos-tracker#1553
This test is still failing. Let's bump the snooze while we continue to investigate: coreos/fedora-coreos-tracker#1553
Extend the snooze while we continue to investigate coreos/fedora-coreos-tracker#1553
Extend the snooze while we continue to investigate coreos/fedora-coreos-tracker#1553
This test is still failing so let's bump the snooze while we work to find a fix for coreos/fedora-coreos-tracker#1553
This test is still failing. Let's bump the snooze while we continue to investigate: coreos/fedora-coreos-tracker#1553
Extend the snooze while we continue to investigate coreos/fedora-coreos-tracker#1553
For some reason, azure started populating the certs endpoint even when an SSH key is not provisioned. The afterburn logic currently expects the certs endpoint to either exist with an SSH public key in the certificate chain, or not exist at all. It looks like we are hitting a third case where the certs endpoint exists, but the certificate chain inside the referenced PKCS#12 file is empty. After speaking with @dustymabe, we decided to allow this case to succeed and still warn that an SSH public key was not provisioned. coreos/afterburn#1074 should resolve this issue. |
I'll reopen this issue until a new Afterburn release can be cut (which will include the change made in coreos/afterburn#1074) so we can continue to use it to snooze |
Test passes in the latest azure builds with |
coreos.ignition.ssh.key
has been failing in thekola-azure
jenkins job since August 15, 2023 with the following error:Looking into the journal log file for the test shows:
journal.txt
console.txt
Afterburn fails to convert pkcs12 blob to ssh pubkey
Before this failure, the fetching section looked like this:
Which is what other test's logs look like when an SSH key IS set. So it's looking like an SSH key is being set somehow, even though one isnt specified. This is causing the
.ssh/authorized_keys.d/afterburn
file to be created and the kola test fails.The certificates endpoint is now included in
http://168.63.129.16/machine/?comp=goalstate
so now it's being fetched and afterburn is failing directly after fetching the certificate.The text was updated successfully, but these errors were encountered: