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:
I just want a single redhat directory, then the version and the name of my repository
Thank