-
Notifications
You must be signed in to change notification settings - Fork 29
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
Remove Certguard and File installation as plugin #336
Conversation
d94826b
to
defdb38
Compare
@@ -1,14 +1,14 @@ | |||
# @summary Pulp Deb plugin | |||
# @param use_pulp2_content_route |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also keep this @ekohl ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd imagine so. These are endpoints that Pulp 2 users can use continue using.
febbcbb
to
6838c6e
Compare
It was now merged into pulpcore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you didn't really understand my comments, so taking a step back.
Previously we had a setting for each plugin. These are set here. These compatibility endpoints are not part of Pulp itself, but Katello chooses to keep them for now so users don't have to change URLs on clients. The reason we have booleans is that we can at some point start deprecating them, provide an option to turn them off, default to off and eventually drop them.
If you're dropping the file plugin because it's merged in core, we still want to provide that functionality. That means the parameter needs to move to core. We don't need to change the other plugins if we just move it to init.pp
and scope it to just the isos endpoint.
Now we can consider a redesign where there is one global parameter in pulpcore
(so init.pp
) that plugins can respect, but I'm not sure that's needed.
Also note that once we merge this, we must also modify puppet-foreman_proxy_content.
And this should update README
to describe the Pulpcore compatibility.
FWIW, we added |
It was now merged into pulpcore