Hello,
Problem:
Remote foreman-proxy does not synchronize the content of python repos. The repos exists but the content is empty.
Expected outcome:
Sync the python repos and list them with the corresponding url.
Foreman and Proxy versions:
- redhat 7.9
- foreman 3.2.1
- katello 4.4.1
- pulp 3.2.0
Foreman and Proxy plugin versions:
- content-python is enable (tfm-pulpcore-python3-pulp-python-3.5.2-1.el7.noarch)
- foreman 3.2.1
- foreman-proxy-content 4.4.1
- pulp 3.2.0
Other relevant data:
Product creation and synchronization are ok. I access the packages with pip install -i from the central server and i can see the content in https://url-foreman/pulp/content/enterprise/library/custom/mypython/project/simple/ on the central server. But, i don’t access and don’t see the packages on the remote proxy (https://url-foreman-proxy/pulp/content/enterprise/library/custom/mypython/project/simple/). this directory is empty and pip install does not find.
The proxy synchronization is ok and without error.
Thanks