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

Treat product IDs for SUSE Manager #15

Closed
doccaz opened this issue Sep 14, 2021 · 1 comment
Closed

Treat product IDs for SUSE Manager #15

doccaz opened this issue Sep 14, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@doccaz
Copy link
Owner

doccaz commented Sep 14, 2021

I noticed that whenever processing supportconfig data from a SUSE Manager server, the susemanager-* are not found in the repositories. It turns out that I need to use the proper product ID when doing my queries, instead of the base system product ID.

I can determine the product version from the basic-environment.txt with a regex, and from there use the proper ID.

@doccaz doccaz self-assigned this Sep 14, 2021
@doccaz doccaz added the enhancement New feature or request label Sep 14, 2021
@doccaz
Copy link
Owner Author

doccaz commented Sep 14, 2021

I implemented this, and it appears to be returning valid results based on my test samples.
During the implementation, I also noticed that there was a possible KeyError not being treated correctly if the user selected a "verbose" output.

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

1 participant