How create parent directory in Pulp3

Problem: I want to create a tree structure for my repositories, when I create a repository and access it, it does not display correctly,

Expected outcome: I want to have parent directories according to my OS / OS version, for example https://myurl/pulp/content/redhat/7/myrepo1 and https://myurl/pulp/content/redhat/7/myrepo2

Pulpcore version:
{
“component”: “core”,
“version”: “3.20.0”,
“package”: “pulpcore”
},

Pulp plugins installed and their versions: {
“component”: “rpm”,
“version”: “3.17.7”,
“package”: “pulp-rpm”
},
{
“component”: “file”,
“version”: “1.10.3”,
“package”: “pulp-file”
},
{
“component”: “container”,
“version”: “2.13.0”,
“package”: “pulp-container”
},
{
“component”: “ansible”,
“version”: “0.14.0”,
“package”: “pulp-ansible”
}

Operating system - distribution and version: Alma 8.6

Other relevant data:
Screenshot from 2022-08-05 11-25-30

I just want a single redhat directory, then the version and the name of my repository

Thank

The content-app is what builds that page. It’s designed to serve content to client systems, and the webui is absolutely minimal - what you’re seeing is what it currently knows to do. We have had several requests to make it more functional (here’s an example ticket https://github.com/pulp/pulpcore/issues/1940 ), but haven’t solved the problem yet.

1 Like

thank you for the answer @ggainey