You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to make sure if I'm not getting something or if the rpm container pull-through configuration is really missing at the moment?
If yes: how would I go about to add it? I've seen that you also provide an "api_call" method that takes in the operation id of the api ... does it mean that I would need to do all the GET/POST/UPDATE calls myself? How hard would it be to add it using the PulpRemoteAnsibleModule?
The text was updated successfully, but these errors were encountered:
Yes, squeezer is not getting sufficient attention to always be on top of all features. I am not really an expert for pull through, but i think it can be slightly different for each pulp plugin. Are you looking for pull through with the container registry, or rpm?
It may help to understand if you can describe how to set up your desired pull-through cache with pulp-cli.
Yeah, sorry, I totally forgot the context. So I'm trying to setup a couple of container pull-through endpoints.
As far as I could see yesterday they did not yet implement that in the pulp-cli: pulp/pulp-cli#1034 so I guess if one would want to add this the official way they would need to add it there first and then to squeezer :)
Yes, that sounds reasonable. The container pull-through distribution is a new type of object.
You can try to use the api_call module as a stop gap, if you feel adventurous and have a good grip at how the api works.
Hi there!
I just wanted to make sure if I'm not getting something or if the rpm container pull-through configuration is really missing at the moment?
If yes: how would I go about to add it? I've seen that you also provide an "api_call" method that takes in the operation id of the api ... does it mean that I would need to do all the GET/POST/UPDATE calls myself? How hard would it be to add it using the PulpRemoteAnsibleModule?
The text was updated successfully, but these errors were encountered: