-
Notifications
You must be signed in to change notification settings - Fork 40
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
[Epic] Description of available images (aka ChangeLog) #875
Labels
Milestone
Comments
|
This issue needs to be refined further.
Regarding
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the solution you'd like:
[A clear and concise description of what you want to happen.]
The UI presents a selection of images (name + version) to choose from when building ISOs or triggering upgrades.
However, there's no information about the differences between images and how to choose one over the other.
Users can only choose the highest version and keep fingers crossed.
The UI should be enriched with 'ChangeLog' data, informing users about the main changes between
image versions and thus helping them to choose the right one (or to not trigger and upgrade at all).
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Traditional SUSE Linux Enterprise captures this information in 'patch' descriptions.
Proposal
Include the change log data as part of the channel information (e.g. include updates XML as part of the channel image or a channel side car image). There is a service to compute and serve a filtered updates info on demand. The input of such a service is the gap to compute: from date A to date B. Where date A and B are the build dates of the two images we aim to compare.
We could eventually precompute the XML to a different format, but if we consider on demand queries I think XML might be just fine, it is a well known and clearly structured format.
The reason to consider an on demand service to list patches is essentially because the channels does not include the list of all images that have been ever listed, so pre computing all the patches applied to certain image would only be fine if the channel keeps the history of all images which is not the case currently. Moreover we still need a strategy to serve the changelog list and once having that making it dynamic is just a small addition, the operator would require logic to serve a per image list in any case.
I envision a deployment per active channel that is owned and managed by the elemental-operator, something like a small REST API?
Tasks:
The text was updated successfully, but these errors were encountered: