I am testing the pulp_python plugin on our Pulp 2.6.2 lab installation and noticed that when I create a python repository the ability to add proxy information to the repo is missing.
I looked in the code and found that it is disabled here: /usr/lib/python2.6/site-packages/pulp_python/extensions/admin/cudl.py IMPORTER_CONFIGURATION_FLAGS = dict( include_ssl=False, include_sync=True, include_unit_policy=False, INCLUDE_PROXY=FALSE, include_throttling=False ) If I set include_proxy to True I am then able to add proxy information to the repository (--proxy-host, --proxy-port, --proxy-user and --proxy-pass), however the sync still fails with the following error: Task Failed Missing resource(s): resource_id=pypi I suspect proxy support simply has not been tested or implemented in the pulp_python plugin. Is this something that is on the roadmap for the pulp_python plugin? Thanks!
_______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
