From 888a160e876ccaf4d19b8bada0ede140095bca62 Mon Sep 17 00:00:00 2001 From: Andrew Hills Date: Mon, 29 Jun 2020 09:46:22 -0400 Subject: [PATCH] Add RHEL 8 AUS link for RHUI Currently, no RHEL 8 AUS content is available on RHUI, but it is needed for the same reasons that RHEL 7 AUS content is available. --- src/cdn_definitions/data.json | 4 ++++ src/cdn_definitions/data.yaml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/src/cdn_definitions/data.json b/src/cdn_definitions/data.json index 2fa1893..70b708e 100644 --- a/src/cdn_definitions/data.json +++ b/src/cdn_definitions/data.json @@ -10,6 +10,10 @@ } ], "rhui_alias": [ + { + "dest": "/content/aus/rhel8", + "src": "/content/aus/rhel8/rhui" + }, { "dest": "/content/aus/rhel", "src": "/content/aus/rhel/rhui" diff --git a/src/cdn_definitions/data.yaml b/src/cdn_definitions/data.yaml index 138f9dd..e4297ff 100644 --- a/src/cdn_definitions/data.yaml +++ b/src/cdn_definitions/data.yaml @@ -12,6 +12,9 @@ version: "1.0.0" # For some of these aliases, certain content is filtered under the /rhui/ paths # (mainly architectures). This is currently not expressed in the dataset here. rhui_alias: +- src: /content/aus/rhel8/rhui + dest: /content/aus/rhel8 + - src: /content/aus/rhel/rhui dest: /content/aus/rhel