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

Add a "clean" state to redhat_manifest #1584

Open
parmstro opened this issue Apr 6, 2023 · 2 comments
Open

Add a "clean" state to redhat_manifest #1584

parmstro opened this issue Apr 6, 2023 · 2 comments

Comments

@parmstro
Copy link
Contributor

parmstro commented Apr 6, 2023

SUMMARY

When refreshing a manifest as subscriptions change, we want to be able to be deterministic about the list of subscriptions attached to a manifest. We also may not want to change the manifest uuid by deleting and recreating the manifest. The manifest module does not implement a manifest_info module (it should) to allow us to determine the list of subscriptions currently attached to the manifest. We should be able to make a call to clear all existing subscriptions from the manifest. Then re-add the list of subscriptions that we want.

(In fact, one could argue that modules should have a corresponding _info module by default)

ISSUE TYPE
  • Feature Idea
@evgeni
Copy link
Member

evgeni commented Apr 6, 2023

Wait, which manifest module? The subscription manifest one that talks to Katello/Satellite or the redhat manifest one that talks to the portal?

@parmstro parmstro changed the title Add a "clean" state to manifest Add a "clean" state to redhat_manifest Apr 6, 2023
@parmstro
Copy link
Contributor Author

parmstro commented Apr 6, 2023

Clarified redhat_manifest
The one that talks to the portal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants