Skip to content

Commit

Permalink
RHUI: drop /content/fastrack/rhel/rhui alias
Browse files Browse the repository at this point in the history
I've gone through and checked all RHUI aliases against actual
data on CDN. This one seems to be incorrect:

1. on current CDN filesystem, the rhui path doesn't exist at all
2. on older filesystem, it exists, but is not symlinked to non-rhui
3. on older filesystem, content between rhui and non-rhui paths
   doesn't appear to be identical
4. the relevant content sets were disabled in 2014 (rcm-metadata
   ec3025f411e46c)

Hence this is not actually a valid RHUI alias.  It was probably
intended to be, so an argument could be made for keeping it, but
it would force us to change point (3) above and start serving
identical content for the two paths, and there's not really any
benefit to making such a change now, only risk.
  • Loading branch information
rohanpm committed Mar 24, 2020
1 parent 0b01b4c commit 784ac19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- n/a
### Removed

- Dropped an incorrect fastrack RHUI alias

## [0.2.0] - 2020-03-24

Expand Down
4 changes: 0 additions & 4 deletions src/cdn_definitions/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@
"dest": "/content/eus/rhel",
"src": "/content/eus/rhel/rhui"
},
{
"dest": "/content/fastrack/rhel",
"src": "/content/fastrack/rhel/rhui"
},
{
"dest": "/content/rc/rhel",
"src": "/content/rc/rhel/rhui"
Expand Down
3 changes: 0 additions & 3 deletions src/cdn_definitions/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ rhui_alias:
- src: /content/eus/rhel/rhui
dest: /content/eus/rhel

- src: /content/fastrack/rhel/rhui
dest: /content/fastrack/rhel

- src: /content/rc/rhel/rhui
dest: /content/rc/rhel

Expand Down

0 comments on commit 784ac19

Please sign in to comment.