Hi, I am trying to create a pulp repository to support hosting python packages. As per the documentation I am following, we need to have pulp-python plugin. I installed it from PyPi. But when I do pulp status the “domain_compatible”: false for pulp-python.
FYI when I ran the command to create repo:
[pulp@pulpcore ~]$ pulp python repository create --name foo Error: <!doctype html> <html lang="en"> <head> <title>Server Error (500)</title> </head> <body> <h1>Server Error (500)</h1><p></p> </body> </html>
Pulp Status output
[pulp@pulpcore ~]$ pulp status { "versions": [ { "component": "core", "version": "3.31.0", "package": "pulpcore", "domain_compatible": true }, { "component": "certguard", "version": "1.6.5", "package": "pulp-certguard", "domain_compatible": true }, { "component": "container", "version": "2.16.0", "package": "pulp-container", "domain_compatible": false }, { "component": "file", "version": "1.14.4", "package": "pulp-file", "domain_compatible": true }, { "component": "python", "version": "3.11.0", "package": "pulp-python", "domain_compatible": false }, { "component": "rpm", "version": "3.22.3", "package": "pulp-rpm", "domain_compatible": true } ], "online_workers": [ { "pulp_href": "/pulp/api/v3/workers/018cd8d8-0b97-7d49-8777-0a5755c9cf38/", "pulp_created": "2024-01-05T08:58:06.617329Z", "name": "1814397@pulpcore.managevpc-pulpcore3.awsuse1.boomi.com", "last_heartbeat": "2024-01-05T11:39:05.242303Z", "current_task": null }, { "pulp_href": "/pulp/api/v3/workers/018cd8d8-14e3-7e8e-aed7-5670ca1dbddb/", "pulp_created": "2024-01-05T08:58:08.997069Z", "name": "1814421@pulpcore.managevpc-pulpcore3.awsuse1.boomi.com", "last_heartbeat": "2024-01-05T11:39:05.400451Z", "current_task": null } ], "online_content_apps": [ { "name": "1821713@pulpcore.managevpc-pulpcore3.awsuse1.boomi.com", "last_heartbeat": "2024-01-05T11:39:01.626510Z" }, { "name": "1821712@pulpcore.managevpc-pulpcore3.awsuse1.boomi.com", "last_heartbeat": "2024-01-05T11:39:01.626546Z" } ], "database_connection": { "connected": true }, "redis_connection": { "connected": false }, "storage": { "total": 9223372036853727232, "used": 1307265990656, "free": 9223370729587736576 }, "content_settings": { "content_origin": "http://localhost:24816", "content_path_prefix": "/pulp/content/" }, "domain_enabled": false }
Pulpcore version:
pulpcore==3.31.0
Operating system - distribution and version:
RHEL 8.8
Please let me know if you need any other information and help me with what I am missing.
Thank You!