Skip to content

Commit

Permalink
Merge pull request #361 from stackhpc/rocky-8.9
Browse files Browse the repository at this point in the history
Added Rocky 8.10 Repos
  • Loading branch information
Alex-Welsh authored Dec 17, 2024
2 parents b9e791a + 6d1a366 commit 03f291e
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
28 changes: 28 additions & 0 deletions ansible/inventory/group_vars/all/package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,34 @@ rpm_package_repos:
sync_group: third_party
distribution_name: treasuredata-4-

# 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.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.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.10-extras-

# 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.10-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
Expand Down
32 changes: 32 additions & 0 deletions ansible/inventory/group_vars/all/package-repos-deprecated
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 03f291e

Please sign in to comment.