-
Feature Request
-
Resolution: Unresolved
-
Normal
-
None
-
6.14.z, 6.15.z
Problem Statement
Should be able to Customize Custom repository's content label to have identical 'Repo ID' among various orgs
User Experience & Workflow
When we create any custom repository is Repo ID is getting generated along with its org name for ex:
<org name><product name><repo_name>
1) So, if org name is test, product name is : fake_product and repo name: fake_repo, the Repo ID for this repo will be:
test_fake_product_fake_repo
2) But for dev org, though repo and its content is same, Repo Id is getting change to:
dev_fake_product_fake_repo
So, this repository name should be static like "fake_product_fake_repo" and should not be changeable based on org name.
similar to redhat repos i.e for example for repo of RHEL8 baseos, Repo Id is 'rhel-8-for-x86_64-baseos-rpms' among dev and test, so custom repo name should also be unique among different orgs.
.
Requirements
Repo ID should be static among various orgs, so it can be enable using single Repo ID on content hosts irrespective of org name.
So, it should have ability to customize content label of custom repose to have identical Repo ID among various organizations.
Business Impact
Customer has 7 satellite and each satellite has various orgs, and to enable same custom repo need to provide different different Repo Id's which causes inconvenience.
Hence, similar to RH repos, custom repos too should have single unique ID among various orgs.