I am currently using the oci-pulp setup to server file content, rpm content en container content.
They all end up in one url at for example my.pulp.instance/pulp/content. This tends to get bloated and confusing
What i would like to achieve is to separate the different contents in 3 different url’s, namely:
- rpm.pulp.instance
- file.pulp.instance
- registry.pulp.instance
And still use the same storage backend.
How can i achieve such a set-up, or how do other solve this situation ? What are the best practices when you serve different contents ?