From 899790fec52b3a28d6be2cea2155de6bd12c5a3f Mon Sep 17 00:00:00 2001 From: SinaAboutalebi Date: Sun, 25 May 2025 13:50:55 +0330 Subject: [PATCH 1/2] added CloudLinux support to OS transition mapping and repository URLs --- .../vars/main/maps/00_map_os_transition_and_keys.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/repository/vars/main/maps/00_map_os_transition_and_keys.yml b/roles/repository/vars/main/maps/00_map_os_transition_and_keys.yml index f180681..1d98b30 100644 --- a/roles/repository/vars/main/maps/00_map_os_transition_and_keys.yml +++ b/roles/repository/vars/main/maps/00_map_os_transition_and_keys.yml @@ -21,6 +21,8 @@ repository_map_os_transition: AlmaLinux: '8': '8' '9': '9' + CloudLinux: + '8': '8' Amazon: '2': '7' '2023': '9' @@ -60,27 +62,32 @@ repository_map_os_to_url: 'AlmaLinux': 'rhel' 'Rocky': 'rhel' 'CentOS': 'rhel' + 'CloudLinux': 'rhel' '6.4': 'RedHat': 'rhel' 'OracleLinux': 'rhel' 'AlmaLinux': 'rhel' 'Rocky': 'rhel' 'CentOS': 'rhel' + 'CloudLinux': 'rhel' '6.5': 'RedHat': 'rhel' 'OracleLinux': 'oracle' 'AlmaLinux': 'alma' 'Rocky': 'rocky' 'CentOS': 'centos' + 'CloudLinux': 'centos' '7.0': 'RedHat': 'rhel' 'OracleLinux': 'oracle' 'AlmaLinux': 'alma' 'Rocky': 'rocky' 'CentOS': 'centos' + 'CloudLinux': 'centos' '7.2': 'RedHat': 'rhel' 'OracleLinux': 'oracle' 'AlmaLinux': 'alma' 'Rocky': 'rocky' 'CentOS': 'centos' + 'CloudLinux': 'centos' From c5dc7eaebefc8f5da42d5cd76357fbac1145a33c Mon Sep 17 00:00:00 2001 From: SinaAboutalebi Date: Sun, 25 May 2025 13:51:07 +0330 Subject: [PATCH 2/2] added support for additional CloudLinux versions in OS version mapping --- roles/repository/vars/main/maps/01_maps_os_supported.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/repository/vars/main/maps/01_maps_os_supported.yml b/roles/repository/vars/main/maps/01_maps_os_supported.yml index 1cfe892..aa8bf39 100644 --- a/roles/repository/vars/main/maps/01_maps_os_supported.yml +++ b/roles/repository/vars/main/maps/01_maps_os_supported.yml @@ -42,6 +42,13 @@ repository_map_os_support: '6.5': ["x86_64", "aarch64"] '7.0': ["x86_64", "aarch64"] '7.2': ["x86_64", "aarch64"] + CloudLinux: + '8': + '6.0': ["x86_64", "aarch64"] + '6.4': ["x86_64", "aarch64"] + '6.5': ["x86_64", "aarch64"] + '7.0': ["x86_64", "aarch64"] + '7.2': ["x86_64", "aarch64"] Rocky: '8': '6.0': ["x86_64", "aarch64"]