-
Notifications
You must be signed in to change notification settings - Fork 115
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
As an admin of a domain-ized system, I can use an un-domain-ized tasking API #6154
Comments
We are using this in the services installation, see this patch. That roots the URL on domain-enabled systems at @ggainey and @mdellweg what do you think about:
|
It should live at api/v3/pulp/tasks/ in all cases. And it should not behave special in any way apart from not be scoped to a domain, right? In the case of Domains not enabled nothing changes. |
That makes sense. What we did on the services install is very simple, but I'm suspecting here that what needs to be done to contribute this upstream is actually pretty complicated. My naive plan was to take the snippet below from this patch in services and add an entry for it in
I suspect we'll run into a bunch of issues if we do that though:
We'll need someone to help explain what the path to contribution here is. The original idea of taking a patch from services and handing it back is looking non-feasible to me at this point. |
We admin a Pulp system which has hundreds of domains, e.g. ~600. Recently we wanted to look at the tasking system via API to see how many tasks were in the waiting state. Is it right that we can only do that per domain? If so, we need some way to get the total picture in a more practical sense.
So more or less: As an admin I can have the un-domain-ized tasking API endpoint available on domain-enabled installations.
The text was updated successfully, but these errors were encountered: