Skip to content
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

aggregate products that an erratum is applicable to #177

Open
jharting opened this issue Mar 28, 2018 · 2 comments
Open

aggregate products that an erratum is applicable to #177

jharting opened this issue Mar 28, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@jharting
Copy link
Member

jharting commented Mar 28, 2018

Currently for each update we get a list of repositories. From these we can use /repos to infer the product name. However, this limits our knowledge of affected products to only those from which we collected package list from.

It would be great if vmaas could aggregate the products for an erratum so that a general list of products a given erratum is applicable to can be requested. (e.g. on errata/erratum_name)

For example:

affected_products: ['Red Hat Enterprise Linux Server 7 x86_64', 'Red Hat Enterprise Linux Server - AUS 7.4 x86_64', ...]
@MichaelMraka
Copy link
Contributor

How does "products which we collected package list" differ from "products a given erratum is applicable"?

@jharting
Copy link
Member Author

jharting commented Mar 28, 2018

@MichaelMraka
by "products a given erratum is applicable to" I mean all products an erratum applies to, e.g:

  • Red Hat Enterprise Linux Server 6
  • Red Hat Enterprise Linux Workstation 6
  • Red Hat Enterprise Linux for IBM z Systems 6
  • etc.

by "products which we collected package list" I mean packages from customer's systems that are checking into Insights. This can be a strict subset of the former i.e. only "Red Hat Enterprise Linux Server 6" servers are checking in to Insights yet we may still want to tell the customer that the erratum is applicable to all those different products (static information)

@ggainey ggainey added the enhancement New feature or request label Apr 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants