From 249cd3b203d05937a4d4a02b484444291f4aed85 Mon Sep 17 00:00:00 2001 From: Matej Matuska Date: Thu, 13 Nov 2025 14:31:45 +0100 Subject: [PATCH 69/69] Add basic CS8 repomapping Only the most common EL repos are mapped, still a bunch of unmapped, most notably resilientstorage and extras, leaving that up for a followup. Jira: RHEL-125081 --- etc/leapp/files/repomap.json | 146 ++++++++++++++++++++++++++++++++++- 1 file changed, 145 insertions(+), 1 deletion(-) diff --git a/etc/leapp/files/repomap.json b/etc/leapp/files/repomap.json index 533e56fb..c4ae9038 100644 --- a/etc/leapp/files/repomap.json +++ b/etc/leapp/files/repomap.json @@ -1,5 +1,5 @@ { - "datetime": "202511121444Z", + "datetime": "202511131423Z", "version_format": "1.3.0", "provided_data_streams": [ "4.1" @@ -3081,6 +3081,38 @@ { "pesid": "rhel8-BaseOS", "entries": [ + { + "major_version": "8", + "repoid": "baseos", + "arch": "aarch64", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, + { + "major_version": "8", + "repoid": "baseos", + "arch": "ppc64le", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, + { + "major_version": "8", + "repoid": "baseos", + "arch": "s390x", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, + { + "major_version": "8", + "repoid": "baseos", + "arch": "x86_64", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, { "major_version": "8", "repoid": "rhel-8-baseos-beta-rhui-rpms", @@ -3348,6 +3380,38 @@ { "pesid": "rhel8-AppStream", "entries": [ + { + "major_version": "8", + "repoid": "appstream", + "arch": "aarch64", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, + { + "major_version": "8", + "repoid": "appstream", + "arch": "ppc64le", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, + { + "major_version": "8", + "repoid": "appstream", + "arch": "s390x", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, + { + "major_version": "8", + "repoid": "appstream", + "arch": "x86_64", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, { "major_version": "8", "repoid": "rhel-8-appstream-beta-rhui-rpms", @@ -3747,6 +3811,38 @@ "repo_type": "rpm", "distro": "rhel" }, + { + "major_version": "8", + "repoid": "powertools", + "arch": "aarch64", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, + { + "major_version": "8", + "repoid": "powertools", + "arch": "ppc64le", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, + { + "major_version": "8", + "repoid": "powertools", + "arch": "s390x", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, + { + "major_version": "8", + "repoid": "powertools", + "arch": "x86_64", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, { "major_version": "8", "repoid": "rhui-codeready-builder-for-rhel-8-aarch64-rhui-rpms", @@ -3958,12 +4054,28 @@ "channel": "ga", "repo_type": "rpm", "distro": "rhel" + }, + { + "major_version": "8", + "repoid": "rt", + "arch": "x86_64", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" } ] }, { "pesid": "rhel8-NFV", "entries": [ + { + "major_version": "8", + "repoid": "nfv", + "arch": "x86_64", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, { "major_version": "8", "repoid": "rhel-8-for-x86_64-nfv-beta-rpms", @@ -4236,6 +4348,38 @@ { "pesid": "rhel8-HighAvailability", "entries": [ + { + "major_version": "8", + "repoid": "ha", + "arch": "aarch64", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, + { + "major_version": "8", + "repoid": "ha", + "arch": "ppc64le", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, + { + "major_version": "8", + "repoid": "ha", + "arch": "s390x", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, + { + "major_version": "8", + "repoid": "ha", + "arch": "x86_64", + "channel": "ga", + "repo_type": "rpm", + "distro": "centos" + }, { "major_version": "8", "repoid": "rhel-8-for-aarch64-highavailability-beta-rpms", -- 2.51.1