Actions
Bug #26694
closedSupport one to one content url changes
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
RCM wants the ability to change content urls.
We would want to support this as long as the number of substitutions remain the same.
One of the proposed transforms is to go from something like:
/foo/$arch/$release/bar
to
/foo/$arch/$release/baz
This is a one to one change. We can support this but do not currently.
After every manifest import, we would need to detect that there was a change (by comparing the existing relative path to the new computed one), change the relative url on each repo, change the path in pulp, and finally trigger a distributor publish in pulp.
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8094 added
Updated by Andrew Kofink over 5 years ago
- Target version set to Katello 3.13.0
- Triaged changed from No to Yes
Updated by Partha Aji over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|fafb8f6bcf26cab8f6f66b4ae833a13b3aebe24f.
Updated by Chris Roberts over 5 years ago
- Target version changed from Katello 3.13.0 to Katello 3.12.0
Updated by Chris Roberts over 5 years ago
- Fixed in Releases Katello 3.12.0 added
Actions