From cf355ca3558613dfb335f08a1b8366a3ec434d45 Mon Sep 17 00:00:00 2001 From: wtripp180901 <78219569+wtripp180901@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:03:41 +0000 Subject: [PATCH 1/4] added rocky 8.9 repos --- .../inventory/group_vars/all/package-repos | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/ansible/inventory/group_vars/all/package-repos b/ansible/inventory/group_vars/all/package-repos index 9c0b2ab1..6d46f705 100644 --- a/ansible/inventory/group_vars/all/package-repos +++ b/ansible/inventory/group_vars/all/package-repos @@ -254,6 +254,34 @@ rpm_package_repos: sync_group: third_party distribution_name: treasuredata-4- + # Base Rocky Linux 8.9 repositories (Slurm appliance) + - name: Rocky Linux 8.9 - AppStream + url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-AppStream-8.9&arch=x86_64&country=NL + base_path: rocky/8.9/AppStream/x86_64/os/ + short_name: rocky_8_9_appstream + sync_group: rocky_8 + distribution_name: rocky-8.9-appstream- + - name: Rocky Linux 8.9 - BaseOS + url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-BaseOS-8.9&arch=x86_64&country=NL + base_path: rocky/8.9/BaseOS/x86_64/os/ + short_name: rocky_8_9_baseos + sync_group: rocky_8 + distribution_name: rocky-8.9-baseos- + - name: Rocky Linux 8.9 - Extras + url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-extras-8.9&arch=x86_64&country=NL + base_path: rocky/8.9/extras/x86_64/os/ + short_name: rocky_8_9_extras + sync_group: rocky_8 + distribution_name: rocky-8.9-extras- + + # Additional Rocky Linux 8.9 repositories (Slurm appliance) + - name: Rocky Linux 8.9 - PowerTools + url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-PowerTools-8.9&arch=x86_64&country=NL + base_path: rocky/8.9/PowerTools/x86_64/os/ + short_name: rocky_8_9_powertools + sync_group: rocky_8 + distribution_name: rocky-8.9-powertools- + # Base Rocky Linux 9.5 repositories - name: Rocky Linux 9.5 - AppStream url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-AppStream-9.5&arch=x86_64&country=NL&protocol=https From 9fe6adc4504d532c30eada2e96d754a41defc292 Mon Sep 17 00:00:00 2001 From: wtripp180901 <78219569+wtripp180901@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:39:39 +0000 Subject: [PATCH 2/4] changed to mirror which still has packages --- ansible/inventory/group_vars/all/package-repos | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/inventory/group_vars/all/package-repos b/ansible/inventory/group_vars/all/package-repos index 6d46f705..4c039c6b 100644 --- a/ansible/inventory/group_vars/all/package-repos +++ b/ansible/inventory/group_vars/all/package-repos @@ -256,19 +256,19 @@ rpm_package_repos: # Base Rocky Linux 8.9 repositories (Slurm appliance) - name: Rocky Linux 8.9 - AppStream - url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-AppStream-8.9&arch=x86_64&country=NL + url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/AppStream/x86_64/os/ base_path: rocky/8.9/AppStream/x86_64/os/ short_name: rocky_8_9_appstream sync_group: rocky_8 distribution_name: rocky-8.9-appstream- - name: Rocky Linux 8.9 - BaseOS - url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-BaseOS-8.9&arch=x86_64&country=NL + url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/BaseOS/x86_64/os/ base_path: rocky/8.9/BaseOS/x86_64/os/ short_name: rocky_8_9_baseos sync_group: rocky_8 distribution_name: rocky-8.9-baseos- - name: Rocky Linux 8.9 - Extras - url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-extras-8.9&arch=x86_64&country=NL + url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/extras/x86_64/os/ base_path: rocky/8.9/extras/x86_64/os/ short_name: rocky_8_9_extras sync_group: rocky_8 @@ -276,7 +276,7 @@ rpm_package_repos: # Additional Rocky Linux 8.9 repositories (Slurm appliance) - name: Rocky Linux 8.9 - PowerTools - url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-PowerTools-8.9&arch=x86_64&country=NL + url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/PowerTools/x86_64/os/ base_path: rocky/8.9/PowerTools/x86_64/os/ short_name: rocky_8_9_powertools sync_group: rocky_8 From 01fd6d4016310bb802e219e7618a7af6b30d74b2 Mon Sep 17 00:00:00 2001 From: wtripp180901 <78219569+wtripp180901@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:30:32 +0000 Subject: [PATCH 3/4] updated to 8.10 --- .../inventory/group_vars/all/package-repos | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/ansible/inventory/group_vars/all/package-repos b/ansible/inventory/group_vars/all/package-repos index 4c039c6b..c8184f21 100644 --- a/ansible/inventory/group_vars/all/package-repos +++ b/ansible/inventory/group_vars/all/package-repos @@ -254,33 +254,33 @@ rpm_package_repos: sync_group: third_party distribution_name: treasuredata-4- - # Base Rocky Linux 8.9 repositories (Slurm appliance) - - name: Rocky Linux 8.9 - AppStream - url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/AppStream/x86_64/os/ - base_path: rocky/8.9/AppStream/x86_64/os/ - short_name: rocky_8_9_appstream + # Base Rocky Linux 8.10 repositories (Slurm appliance) + - name: Rocky Linux 8.10 - AppStream + url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-AppStream-8.10&arch=x86_64&country=NL + base_path: rocky/8.10/AppStream/x86_64/os/ + short_name: rocky_8_10_appstream sync_group: rocky_8 - distribution_name: rocky-8.9-appstream- - - name: Rocky Linux 8.9 - BaseOS - url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/BaseOS/x86_64/os/ - base_path: rocky/8.9/BaseOS/x86_64/os/ - short_name: rocky_8_9_baseos + distribution_name: rocky-8.10-appstream- + - name: Rocky Linux 8.10 - BaseOS + url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-BaseOS-8.10&arch=x86_64&country=NL + base_path: rocky/8.10/BaseOS/x86_64/os/ + short_name: rocky_8_10_baseos sync_group: rocky_8 - distribution_name: rocky-8.9-baseos- - - name: Rocky Linux 8.9 - Extras - url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/extras/x86_64/os/ - base_path: rocky/8.9/extras/x86_64/os/ - short_name: rocky_8_9_extras + distribution_name: rocky-8.10-baseos- + - name: Rocky Linux 8.10 - Extras + url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-extras-8.10&arch=x86_64&country=NL + base_path: rocky/8.10/extras/x86_64/os/ + short_name: rocky_8_10_extras sync_group: rocky_8 - distribution_name: rocky-8.9-extras- + distribution_name: rocky-8.10-extras- - # Additional Rocky Linux 8.9 repositories (Slurm appliance) - - name: Rocky Linux 8.9 - PowerTools - url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/PowerTools/x86_64/os/ - base_path: rocky/8.9/PowerTools/x86_64/os/ - short_name: rocky_8_9_powertools + # Additional Rocky Linux 8.10 repositories (Slurm appliance) + - name: Rocky Linux 8.10 - PowerTools + url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-PowerTools-8.10&arch=x86_64&country=NL + base_path: rocky/8.10/PowerTools/x86_64/os/ + short_name: rocky_8_10_powertools sync_group: rocky_8 - distribution_name: rocky-8.9-powertools- + distribution_name: rocky-8.10-powertools- # Base Rocky Linux 9.5 repositories - name: Rocky Linux 9.5 - AppStream From 6d1a366091af65ac003b4227141ab5c7d66f223c Mon Sep 17 00:00:00 2001 From: wtripp180901 <78219569+wtripp180901@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:05:09 +0000 Subject: [PATCH 4/4] deprecated 8.9 --- .../group_vars/all/package-repos-deprecated | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/ansible/inventory/group_vars/all/package-repos-deprecated b/ansible/inventory/group_vars/all/package-repos-deprecated index cbb510c0..f771c296 100644 --- a/ansible/inventory/group_vars/all/package-repos-deprecated +++ b/ansible/inventory/group_vars/all/package-repos-deprecated @@ -374,6 +374,38 @@ deprecated_rpm_package_repos: distribution_name: rocky-8.8-highavailability- sync: false + # Base Rocky Linux 8.9 repositories (Slurm appliance) + - name: Rocky Linux 8.9 - AppStream + url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/AppStream/x86_64/os/ + base_path: rocky/8.9/AppStream/x86_64/os/ + short_name: rocky_8_9_appstream + sync_group: rocky_8 + sync: false + distribution_name: rocky-8.9-appstream- + - name: Rocky Linux 8.9 - BaseOS + url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/BaseOS/x86_64/os/ + base_path: rocky/8.9/BaseOS/x86_64/os/ + short_name: rocky_8_9_baseos + sync_group: rocky_8 + distribution_name: rocky-8.9-baseos- + sync: false + - name: Rocky Linux 8.9 - Extras + url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/extras/x86_64/os/ + base_path: rocky/8.9/extras/x86_64/os/ + short_name: rocky_8_9_extras + sync_group: rocky_8 + distribution_name: rocky-8.9-extras- + sync: false + + # Additional Rocky Linux 8.9 repositories (Slurm appliance) + - name: Rocky Linux 8.9 - PowerTools + url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/PowerTools/x86_64/os/ + base_path: rocky/8.9/PowerTools/x86_64/os/ + short_name: rocky_8_9_powertools + sync_group: rocky_8 + distribution_name: rocky-8.9-powertools- + sync: false + # MLNX OFED 5.6-1.0.3.3 RHEL 8.6 repository - name: Mellanox Technologies mlnx_ofed 5.6-1.0.3.3 url: https://linux.mellanox.com/public/repo/mlnx_ofed/5.6-1.0.3.3/rhel8.6/x86_64/