-
Notifications
You must be signed in to change notification settings - Fork 297
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
Fixes #25978 - Debian Errata support #7961
base: master
Are you sure you want to change the base?
Conversation
Do not merge! This patch has not been tested yet. Can an existing organization member please verify this patch? |
There were the following issues with the commit message:
If you don't have a ticket number, please create an issue in Redmine. More guidelines are available in Coding Standards or on the Foreman wiki. This message was auto-generated by Foreman's prprocessor |
There were the following issues with the commit message:
If you don't have a ticket number, please create an issue in Redmine. More guidelines are available in Coding Standards or on the Foreman wiki. This message was auto-generated by Foreman's prprocessor |
[test katello] |
There were the following issues with the commit message:
If you don't have a ticket number, please create an issue in Redmine. More guidelines are available in Coding Standards or on the Foreman wiki. This message was auto-generated by Foreman's prprocessor |
There were the following issues with the commit message:
If you don't have a ticket number, please create an issue in Redmine. More guidelines are available in Coding Standards or on the Foreman wiki. This message was auto-generated by Foreman's prprocessor |
Can one of the admins verify this patch? |
There were the following issues with the commit message:
If you don't have a ticket number, please create an issue in Redmine. More guidelines are available in Coding Standards or on the Foreman wiki. This message was auto-generated by Foreman's prprocessor |
ok to test |
@m-bucher looks like this has some merge conflicts now. I've also invited you to the katello org so the bot will auto test your prs |
@m-bucher could you also provide steps on how to test this end-to-end ? |
@m-bucher how goes this PR? Anything we can do to move it along? |
@jturel thanks for the offer. For testing you need to configure a You may use our running instance at For example:
|
Thanks @m-bucher, while the PR gets rebased is there anything we can do? |
594b90a
to
418dd18
Compare
There were the following issues with the commit message:
If you don't have a ticket number, please create an issue in Redmine. More guidelines are available in Coding Standards or on the Foreman wiki. This message was auto-generated by Foreman's prprocessor |
Are there any news about this? |
Hey @martux69 - I'll try figure out why the other pr was closed. |
Hi @melcorr , |
Fingers crossed that someone would promote this project |
Hey @martux69 @shay1197 |
I can give a brief update: We don't currently have the bandwidth for a major push on getting the Debain Errata feature in. It is currently probably around third place on our internal priority list for major long term projects we really want to work on. The top priority (moving our downstream to EL8) is under heavy development and making progress. After that we will need to do a round of upgrading to latest Foreman/Katello releases, and then we may find the bandwidth for a major push on Debian Errata. Optimistically this could happen somewhere towards the end of the first quarter of the new year. Of course high priority short term issues can and often do insert themselves in this road map, so there are no promises. Personally, I will be pushing internally to put this on our agenda in the first half of 2023. |
Thank you on the update :) |
@quba42 would love to know if there a chance of the feature landing in Katello. You previous update sounded optimistic. |
Update: We have not yet started our push on this, but it is moving up the internal priority list with some of the things ahead of it now completed. A push in the first quarter of 2023 obviously did not happen. A push within the next two Months is possible but not very likely. Early in the second half of 2023 is realistic. As always this is not a promise. 😉 |
Hi, |
Co-Authored-by: Markus Bucher <[email protected]> Co-Authored-by: Bernhard Suttner <[email protected]> Co-Authored-by: Manisha Singhal <[email protected]>
77f4257
to
76129c4
Compare
Co-Authored-by: Markus Bucher <[email protected]> Co-Authored-by: Bernhard Suttner <[email protected]> Co-Authored-by: Manisha Singhal <[email protected]> from Katello#7961
Co-Authored-by: Markus Bucher <[email protected]> Co-Authored-by: Bernhard Suttner <[email protected]> Co-Authored-by: Manisha Singhal <[email protected]> from Katello#7961
Could someone post a status update for this issue? Perhaps is a final release date at the horizon? |
@martux69 unfortunately, I do not think it is on the horizon, yet. There are still some ToDos on the way. There is a discussion to be had regarding the current workflow, with a separate parser and server, where Katello syncs the Errata from. The question being should we rather integrate the Parser into Katello or a local service on the Foreman/Katello server. In the meantime I will have a look, if there are parts here that can already be merged separately, thus reducing the size of this PR. |
Hi again :) |
Does anyone know when this is likely to be merged to katello? |
Could someone post a status please :? |
Thank you for working on this, how are things going? |
A lot of the key people familiar with this work will be meeting in person at CfgMgmtCamp in Ghent soon. @m-bucher and myself will be holding a talk that will cover the state of this work. There will also be space (workshop day) for a technical discussion between us and key Katello maintainers on what it would take to drive this work towards completion. Once we have that plan there is still no guarantee it will be placed on our various road maps and have the necessary resources allocated to it, but I promise to post a next update after CfgMgmtCamp has concluded. |
@quba42 Thank you for the update. |
Depends on #7418
Add support for Debian/Ubuntu errata using external service, which:
parses Debian Security Announcements (DSA) and Ubuntu Security Notices (USN): https://github.com/ATIX-AG/errata_parser
serves the resulting errata: https://github.com/ATIX-AG/errata_server