Skip to content

Commit

Permalink
repomapping: Add RHEL7 ELS repos
Browse files Browse the repository at this point in the history
RHEL-21891
  • Loading branch information
matejmatuska committed Apr 11, 2024
1 parent b65ef94 commit bcc5015
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 3 deletions.
60 changes: 58 additions & 2 deletions etc/leapp/files/repomap.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"datetime": "202401261328Z",
"version_format": "1.2.0",
"datetime": "202404091246Z",
"version_format": "1.2.1",
"mapping": [
{
"source_major_version": "7",
Expand Down Expand Up @@ -303,6 +303,13 @@
"channel": "beta",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-7-for-system-z-els-rpms",
"arch": "s390x",
"channel": "els",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-7-for-system-z-eus-rpms",
Expand Down Expand Up @@ -346,6 +353,13 @@
"channel": "e4s",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-7-server-els-rpms",
"arch": "x86_64",
"channel": "els",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-7-server-eus-rpms",
Expand Down Expand Up @@ -486,6 +500,13 @@
"channel": "ga",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-7-for-system-z-els-optional-rpms",
"arch": "s390x",
"channel": "els",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-7-for-system-z-eus-optional-rpms",
Expand Down Expand Up @@ -529,6 +550,13 @@
"channel": "e4s",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-7-server-els-optional-rpms",
"arch": "x86_64",
"channel": "els",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-7-server-eus-optional-rpms",
Expand Down Expand Up @@ -892,6 +920,13 @@
"channel": "beta",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-sap-for-rhel-7-for-system-z-els-rpms",
"arch": "s390x",
"channel": "els",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-sap-for-rhel-7-for-system-z-eus-rpms",
Expand Down Expand Up @@ -920,6 +955,13 @@
"channel": "e4s",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-sap-for-rhel-7-server-els-rpms",
"arch": "x86_64",
"channel": "els",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-sap-for-rhel-7-server-eus-rhui-rpms",
Expand Down Expand Up @@ -1022,6 +1064,13 @@
"channel": "e4s",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-sap-hana-for-rhel-7-server-els-rpms",
"arch": "x86_64",
"channel": "els",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-sap-hana-for-rhel-7-server-eus-rhui-rpms",
Expand Down Expand Up @@ -1125,6 +1174,13 @@
"channel": "e4s",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-ha-for-rhel-7-server-els-rpms",
"arch": "x86_64",
"channel": "els",
"repo_type": "rpm"
},
{
"major_version": "7",
"repoid": "rhel-ha-for-rhel-7-server-eus-rhui-rpms",
Expand Down
2 changes: 1 addition & 1 deletion repos/system_upgrade/common/models/repositoriesmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class PESIDRepositoryEntry(Model):
too.
"""

channel = fields.StringEnum(['ga', 'e4s', 'eus', 'aus', 'beta'])
channel = fields.StringEnum(['ga', 'e4s', 'eus', 'aus', 'beta', 'els'])
"""
The 'channel' of the repository.
Expand Down

0 comments on commit bcc5015

Please sign in to comment.